Settings for the Reporting Manager.
[reporting] httpAuth
- Type
- bool
- Default
- 1
- Range
- 0|1
Specifies whether authorization is required or not.
[reporting] httpPort
- Type
- 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.
[reporting] httpsPort
- Type
- int
- Default
- 443
Specifies the default port for a https connection.
[reporting] IncNofConnections
- Type
- int
- Range
- NofConnections (see resp. config entry)
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.
[reporting] maxRequestLineCount
- Type
- int
- Default
- 100000
- Range
- 0-1000000
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.
[reporting] MinNofConnections
- Type
- int
Minimum number of DB connections used. This entry is used for the connection Pooling.
[reporting] NofConnections
- Type
- int
- Default
- 5
Maximum number of simultaneously opened DB connections. This entry is used for the
connection Pooling.
[reporting] NofThreads
- Type
- int
- Default
- Number of CPU cores x2
- Range
- 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.
[reporting] queryRDBdirect
- Type
- bool
- Range
- 0|1
Specifies the mode of the database write queries.
- 0 = queries are performed by messages
- 1 = queries are transmitted directly to the oracle database
In case of rdb projects queryRDBdirect = 1 is used by default.
[reporting] sslCertificate
- Type
- string
- Range
- <server-cert><server-key><CAFile>
Allows you to specify an ssl certificate. The following parameters must be set:
- server-cert: Relative path starting from the project directory
- server-key: Relative path of the private key (starting from the project directory)
- CAFile: Relative path of the private key of the server (starting from the project
directory)
All files must be available in the PEM format.
[reporting] wsdlPath
- Type
- string
- Range
- <path>,<path>/<file name>.wsdl
This config entry allows you to 1.) Specify a path for the Reporting Manager. The manager
searches for the Reporting.wsdl file in the specified path. 2.) Specify a path + name of the
wsdl file, which is used by the reporting manager The wsdl file is downloaded by default via
the http server of the Reporting Manager.