...
This is the time in seconds after which the database connection will be closed , if not used for that many seconds. Valid The valid value for this timeout is any integer greater than zero. If it is not used for that many seconds. Any integer greater than zero is a valid value for this timeout
Default: 600
Example: If DATABASE_CONNECTION_TIMEOUT is set to 600, the report server will close the connection with a database if there is has been no communication between report server it and the database server for 600 seconds.
...
This is the time in seconds for which the report server will wait to receive a response from the client (portal). If the client does not respond within the specified time specified here, the server will close the session with that client's request. Specify 0 (infinite timeout) or a positive integer.
...
Remote Session Timeout (seconds)
This property is to set sets the time in seconds after which the remote session will be closed. This is when the server acts as a client. Specify 0 (Intellicus Kyvos Reporting server should never close the connection) or a positive integer.
...
Authentication Cache Validity (minutes)
This property is to set the time out sets the timeout in minutes for the authentication cache. Specify –1 to disable caching and 0 for Infinite validity. Valid The valid value is any positive integer.
...
Cache Purge Time (minutes)
This property is to set sets the time in minutes, after which the cache should be purged. Specify a positive integer.
...
Example: For CACHE_PURGE_TIME=30, the report server will purge reports that are cached for more than 30 minutes.
...
This property is set to specify the maximum duration for which the published reports are retained. A non-zero value specified here will override the duration set by the user while publishing reports.
...
Authorization Cache Timeout (minutes)
This property is to set sets the timeout for caching of authorization information. This time is specified in minutes. When this property is turned on, authorization information will be cached at the end of the timeout interval. Specify 0 to turn this feature off. A valid value for this feature is any positive integer.
...
Example: For AUTHORIZATION_CACHE_TIMEOUT=15, the server will run a thread to cache authorization information every 15 minutes.
Repository Cache Timeout (minutes)
This property is to set the time out sets the timeout in minutes for caching of category and report layouts layout information. When this property is turned on, repository information (categories and report layouts) will be cached at the end of the timeout interval or as soon as the user makes any changes, whichever occurs earlier.
...
Example: For REPOSITORY_CACHE_TIMEOUT=15, the report server will cache reports and repository information as and when a change occurs , or at the end of every 15 minutes (whichever occurs earlier).
...