Configuring Cognos Controller Web
You must configure two
IBM® Cognos Controller Web components.
Before you begin
Install IBM Cognos Controller and select the check boxes for Controller Web and Controller Web Frontend.
Procedure
-
Find the server.env file in the installation directory. The default directory path is C:\Program Files\ibm\cognos\ccr_64\fcmweb\wlp\etc\.
-
Open server.env and set the
JAVA_HOME
installation directory to the location of the jre folder.The default location of the jre folder is JAVA_HOME=C:/Program Files/ibm/cognos/ccr_64/fcmweb/jre. -
Open a command prompt window and run SyncDBConf.bat with the following
parameters:
- UDL files folder
- Path to the folder that contains the UDL files (specifying database connections) defined for Cognos Controller
- Data source folder
- Output path for the folder that contains the data sources that are generated from the UDL files
Note: You must have administrator permission to run this file.This file synchronizes Cognos Controller Web with the Uniform Data Language (UDL) files that are defined for databases used by Cognos Controller Web.
For example,C:\Program Files\ibm\cognos\ccr_64\fcmweb\SyncDBConf.bat ..\Data wlp\usr\shared\config\datasources
. - Locate the com.ibm.cognos.fcm.web.properties file in the installation directory.
-
Open com.ibm.cognos.fcm.web.properties and set the following values:
ccrwsUrl=<the WSSUrl to which
. For example,/ccrws.asmx
is appended>ccrwsUrl=http://myControllerServer/ibmcognos/controllerserver/ccrws.asmx
.loginMode=NATIVE
- Optional:
You can change the available memory by doing the following steps:
- Find the jvm.options file in the C:\Program Files\IBM\cognos\ccr_64\fcmweb\wlp\etc\ folder.
-
Change the
Xms/Xmx
settings.
- Open the Microsoft Windows Service Manager console, find IBM Cognos Controller Web, and start the service.
- Find the config.js file in C:\Program Files\IBM\cognos\ccr_64\frontend.
- Open the file in a text editor and make the following changes:
- Change the
proxies
–options
–target
–host
parameter to the FQDN of the application server that is running Cognos Controller WebThe parameterproxies
–options
–target
refers to the connection to Controller Web Backend.For example,host
:myhost.domain.com
. - Change the
expressJs
–host
parameter to the address through which you want to access Cognos Controller Web (FQDN/IP/machine name)TheexpressJs
parameter configures the way the Controller Web UI service is exposed.For example,host
:myhost.domain.com
.
- Change the
- Save the file.
- Open the Microsoft Windows Service Manager console, find IBM Cognos Controller Web UI, and start the service.
-
Open a web browser, enter the following URL, and log in to
Cognos Controller Web:
http://[servername]:9080/