The data in this file is used for analysis server settings. The following table lists the most important setting options:
Key |
Example value |
Description |
---|---|---|
RECOVERY_FOLDER |
Relative path: RECOVERY_FOLDER=recovery\umg_en results in C:\SoftwareAG\ppm\server\bin\agentLocalRepo\.unpacked\ppm-client-run-prod-<version>-runnable.zip\ppm\bin\recovery\umg_en
Absolute path: C:\SoftwareAG\ppm\server\bin\work\data_ppm\recovery\umg_en\ |
Path of the analysis server recovery files. The path can be absolute or relative. A relative path will be added to the path <PPM installation>\server\bin\agentLocalRepo\.unpacked\ppm-client-run-prod-<version>-runnable.zip\ppm\bin. If the key does not exist, no recovery files is created. The log file for the analysis server contains an appropriate message. |
INDEX.PROCESS. |
INDEX.PROCESS. |
Optional configuration of an additional index. Use true to create an index on the dimension with its internal name (<internaldimname>). For more information on indices, see chapter Dimension indices in the PPM Operation Guide document. |
INDEX.PROCESS. |
INDEX.PROCESS. |
Additional, optional information on the created index of a dimension (except for one-level text dimensions). For more information on indices, see chapter Dimension indices in the PPM Operation Guide document. |
RETRIEVER_MAX_ |
50000 (default value) |
Maximum number of process instances or function/relation instances that the analysis server can query. If the specified value is exceeded in a process instance query, the query aborts with an error message. Larger values result in increased main memory requirement of servers and user interfaces. |
RETRIEVER_MAX_ITERATION_STEPS |
5000 (Default value) |
Maximum number of data rows that can be queried by the analysis server. If the specified value is exceeded in the result, the query aborts with an error message. Larger values result in increased main memory requirement of servers and user interfaces. |
RETRIEVER_MAX_FUNCTIONS_IN_GUI_PROCESSTREE |
5000 (Default value) |
Maximum number of functions to be retrieved for and displayed in process tree of the Processes bar in the PPM GUI. In case this threshold is exceeded no functions are displayed at all in the process tree and an error message is logged. |
RETRIEVER_MAX_FILTER_ITEMS_FOR_XA_TO_PI |
10000 (Default value) |
Maximum number of values in the filter when including a query from a Data analytics analysis realm in the process analysis. If more values are generated, the query is canceled. Larger values result in increased main memory requirement of servers and user interfaces. |
MemoryLoadGuard.Enabled |
true |
Activation of the memory load guard system |
MemoryLoadGuard.Warn.PercentageOfMemoryUsed |
90 |
Memory load based on which an alert is generated. |
MemoryLoadGuard.PreventImport.PercentageOfMemoryUsed |
95 |
Memory load based on which no new data imports into the analysis server are allowed. |
MemoryLoadGuard.BackgroundCheck.TimeWindow.Start |
22:00 |
Start time based on which the background check takes place. |
MemoryLoadGuard.BackgroundCheck.TimeWindow.End |
05:00 |
End time based on which the background check ends. |
LANGUAGE |
de (ISO code based on ISO 639-1) |
Language that the analysis server is to operated with (according to ISO 639-1; if blank, the operating system default language is used; if that language or the language specified is not supported by the client, the client's default language is used). |
Query monitoring settings
You can specify the settings for the Query monitoring trace module ("TRACE.MON") in the AnalysisServer_log_settings file.
You can set the limit for tracking large queries in bytes. If the number of bytes of the result exceeds this limit, a message with the size of the result is traced.
The limit for a query warning is specified in seconds. If the runtime of a query exceeds this limit, a message with the actual runtime of this query is traced.