Installing the stand-alone Controller client
You can download the stand-alone Controller client.
Before you begin
The stand-alone Controller client (download link) is not enabled by
default. To enable it, follow the instructions:
- Find the config.js file in the installation directory. The default directory path is C:\Program Files\ibm\cognos\ccr_64\frontend.
- Open the config.js file in a text editor.
- The existing customers, make the following change in the config.js file:
- In the 'expressJs' parameter, to enable the Remote Client function, change the value of "enableClient" 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 client functions, change the value of "enableclient" 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® Controller Web UI, and start the service.
Note: The installation of the standalone Controller client will also install
the Excel link.
Procedure
Results
You should now be able to connect to IBM Controller.
Note: If you cannot connect to Controller Client, it may be related to an incorrect registry setting. If you continue to
experience an issue with your Controller Client installation, uninstall it completely, and then
reinstall it.