The tool supports interface of Foresight Analytics Platform 9 or earlier.
When using a multidimensional cycle to calculate modeling problems, debug information that shows calculation process is displayed. You can view details using specialized programs, for example, DebugView, which is included in the Windows Sysinternals system software package. If there are no errors, this information contains the calculation time of each individual iteration.
If there are errors, the following information is displayed:
Information about the metamodel - name, identifier, key.
Information about the selection, at which the calculation is made in the current iteration.
Information about the source, which is used to filter data if filtering is set up.
To display additional information in the registry key [HKEY_CURRENT_USER\Software\Foresight\Foresight Analytics Platform\10.0\Debug], the MsDump DWORD parameter can be created. Depending on the parameter values the following information is displayed:
MsDump = 1. Full information about the selection, at which the calculation is made. The selection is created taking into account filtering and parameter values. A matrix with attribute values is displayed for the selected dimension elements.
When data filtering is enabled, the full information about selection will be added with the information about calculation mode, depending on whether there is a destination cube of calculation block among data filtering sources. If there is no such a source, multithreaded calculation will be used.
MsDump = 2. A matrix with the changed values obtained on the calculation will be added to the full information about the selection.
MsDump = 3. Along with the full information about the selection and matrix with changed values, information about data aggregation is added: selection, at which aggregation is executed, time of aggregation calculation, aggregation result.
See also: