To prevent Dataset service timeouts, you can increase the value of the
dssPortNumberExchangeTimeout parameter.
The Dataset service can take a significant amount of time to start and prepare to serve incoming
requests. If this time exceeds the default service port exchange timeout value of 5 minutes, the
Dataset service is terminated.
The dssPortNumberExchangeTimeout parameter is contained in the
xqe.config.xml file. To increase its value from the default value, follow these
steps:
Procedure
-
Stop the IBM Cognos Analytics service.
-
Go to installation_location\configuration
-
If the file xqe.config.custom.xml does not yet exist, copy the file
xqe.config.xml and rename it xqe.config.custom.xml
-
Edit xqe.config.custom.xml:
- At the end of the
<network>
section, uncomment the following
line:
<!-- <dssPortNumberExchangeTimeout value="600"/> -->
The end of the
<network>
section now looks like
this:
<!-- The dataset-service port number exchange timeout in seconds. Default is 300 (5 minutes). -->
<dssPortNumberExchangeTimeout value="600"/>
</network>
- Save xqe.config.custom.xml.
-
Restart the IBM Cognos Analytics service.
The Dataset service port number exchange timeout is now set to 600 seconds, or 10
minutes.