Slow response to Excel query
When you refresh a query using the Excel add-in, it takes much longer than it should for the results to be returned.
For example, a query that usually takes two minutes to refresh now takes 15 minutes.
Solution
To resolve this issue, follow these steps:
- Log on to the Controller application server.
- Browse to the folder ControllerProxyServer.Tip: The default location is C:\Program Files\ibm\cognos\ccr_64\ControllerProxyServer
- Create a backup of the file web.config
- Open web.config in a text editor.
- In the <appSettings> section, add the following
line:
<add key="OptimizeExcelRefreshQuery" value="true"/>
- Save the file.
- Refresh the IIS server.
- Refresh the Excel query again.
The results should now be returned more quickly.