Installing the stand-alone Excel link
You can download the stand-alone Excel link that is not integrated with the Controller rich client.
Notes:
- In 10.4.2 FP2 and later, you can use the stand-alone Excel Link by using either Controller on Premise or Controller on Cloud.
- In 10.4.2 FP1, you can use the stand-alone Excel Link only if you are using Controller on Cloud.
- The stand-alone Excel link is provided in 64-bit format and can be installed only on computers with a 64-bit operating system and a 64-bit version of Microsoft Office. 32-bit versions are not supported.
- If the Excel link is already installed on your computer, you must uninstall it before you install the new version.
Before you begin
The stand-alone Excel Link (download link) is not enabled by default. To
enable it, follow the instructions:
- Find the config.js.new file in the installation directory. The default directory path is C:\Program Files\ibm\cognos\ccr_64\frontend.
- Open the config.js.new file in a text editor and copy the entire content.
- Find the config.js file in the installation directory.
- Open the config.js file in a text editor and paste the content that is copied from the config.js.new file.
- The existing customers make the following change in the config.js file:
- In the 'expressJs' parameter, to enable the remote excel functions, change the value of "enableRemoteExcel" from false to true.
- The new customer make the following changes in the config.js file:
- In the 'Proxies - target - host' parameter:
- Locate the "host": "{hostname}" line.
- Change it to "host": "myserver.companyname.com".
- In the 'expressJs' parameter:
- Locate the "host": "{publicInterface}", //interface used by Controller Web UI service line.
- Change it to "host": "myserver.companyname.com", //interface used by Controller Web UI service.
- To enable the remote excel functions, change the value of "enableRemoteExcel" from false to true.
- In the 'expressJsReact' parameter:
- Locate the "host": "localhost", //interface used by Controller Web UI service line.
- Change it to "host": "myserver.companyname.com", //interface used by Controller Web UI service.
- Verify whether the "host": "myserver.companyname.com" is updated at all the three instances.
- In the 'Proxies - target - host' parameter:
- Save the config.js file.
- Open the Microsoft Windows Service Manager console, find IBM® Cognos Controller Web, and start the service.
Procedure
Results
You should now be able to connect to Excel.
Note: If you cannot connect to Excel, it may be related to an incorrect registry setting. If you continue to
experience an issue with your add-in installation, uninstall it completely, and then reinstall
it.