A high user load and interactive reporting system on a distributed installation is throwing timeout error messages.
How is this resolved?
A.
Increase the JVM heap settings in IBM Cognos Configuration under Services.
B.
Edit the install_location/bin CQEConfig.xml and change the DB_Connection_Pool value to 120, save and restart the service.
C.
Edit the install_location/webapps/p2pd/WEB-INF/services reportservice.xml and increase the async_wait_timeout_ms, save and restart the service.
D.
Increase the number of Report Processes under IBM Cognos Administration on the Status tab under System, set properties to equal 2 times the number of total processor cores.
Increase Asynchronous Timeout in High User Load Environments.
If you have a high user load (over 165 users) and interactive reports are running continuously in a distributed installation, you may want to increase the asynchronous timeout setting to avoid getting error messages. The default is 30000.
To resolve this problem, increase the wait timeout.
Procedure
Go to the following directory:
install_locationwebapps/p2pd/WEB-INF/services/.
Open the reportservice.xml file in a text editor.
Change the async_wait_timeout_ms parameter to 120000.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit