Config Entries for the Reporting Manager
[reporting]
This section shows the available config entries for the Reporting Manager. Specify the entries in the [reporting] section of the config file.
Entry | Type | Default | Range | Description |
httpAuth | bool | 1 | 0|1 | Specifies whether authorization is required or not. |
httpPort | int | - | - | Specifies the default port for a http connection. Set the httpPort to 80 when using the BIRT software tool for reporting. The httpsPort cannot be used when using BIRT for the reporting. Hence, set the port to 80. |
httpsPort | int | 443 | - | Specifies the default port for a https connection. |
IncNofConnections | int |
NofConnections 0-100000 |
If all the opened DB connections are in use, IncNofConnections are reopened. Maximum of‚ NofConnections‘ DB connections are opened. This entry is used for the connection Pooling. | |
maxRequestLineCount | int | 100000 | 0-100000 |
Limits the size of the queried data (dpGetPeriod, alertGetPeriod, dpQuery) to a maximum of 100000 return lines. 0 means that the size is limited to 0 (no data). If this limit is exceeded, an error message is shown and no data is returned. |
NofThreads | int | Number of CPU cores x 2 | Number of threads |
Specifies how many reporting requests should be processed simultaneously. This entry is used for the Connection Pooling. The default number of threads depends on the number of CPU cores of the system being used. You can change the number via this entry. CAUTION: When using BIRT, set this entry to 25 (minimum value) or higher so that the connections stay open.
|
NofConnections | int | 5 | Maximum number of simultaneously opened DB connections. This entry is used for the connection Pooling. | |
MinNofConnections | int | 1 | 1-65535 | Minimum number of DB connections used. This entry is used for the connection Pooling. |
queryRDBdirect | bool | - | 0|1 |
Specifies the mode of the database write queries.
In case of rdb projects queryRDBdirect = 1 is used by default. |
sslCertificate | string | "" | <server-cert><server-key><CAFile> |
Allows you to specify an ssl certificate. The following parameters must be set:
All files must be available in the PEM format. |
wsdlPath | string | "" |
"<path>", "<path>/<file name>.wsdl" |
This config entry allows you to
The wsdl file is downloaded by default via the http server of the Reporting Manager. |