Siebel Data Warehouse Installation and Administration Guide > Installing and Configuring the Siebel Data Warehouse > Configuring Informatica Server and Repository >

Configuring Informatica Server Database Connection


From the menu bar, click Server Configuration and select Database Connections. When this process is completed, proceed to build the Siebel Data Warehouse.

To configure the Informatica Server database connection

  1. For both OLTP and OLAP, use the default value for the Code Page field.
  2. Start Informatica Server Service.
    1. At the Informatica Server root directory, enter pmserver to start the service.
    2. Check pmserver.log file to see if it has started successfully. It has started successfully if it says Server initialization completed successfully.
  3. To stop the server, enter
  4. ./pmcmd stopserver <repository username> <repository password> <port #>.

    For example:

    ./pmcmd stopserver Administrator Administrator 4001

  5. Check whether Informatica server is running by entering the command
  6. ps -elf |grep pmserver.

    If it lists pmserver process, the server is running. If it lists grep pmserver, that is the process of the ps command.

  7. Set Environment for Unicode.
    1. Add the environment following variables.

    setenv NLS_LANG american_america.UTF8

    setenv DB2CODEPAGE 1208

    CAUTION:  Do not put these setenv commands in the .cshrc file.
    Other machines and usernames also use this file, and this command will corrupt their non-Unicode environments.

    1. For all UNIX platforms, add the following line to pmserver.cfg:

    SiebelUnicodeDB=<oltp_tableowner>@<oltp_connectstring> <olap_tableowner>@<olap_connectstring>

    NOTE:  There should be a space between <oltp_connectstring> and <olap_tableowner>.

    For example:

    SiebelUnicodeDB=siebel@DB204166 siebel@DB204167

  8. In Informatica Server Manager, right-click SIEBEL_DW_SERVER and select Edit.
  9. Click on Advanced. In Code Page field, select ISO 8859-1 Western European.
  10. This code page is for UNIX environment, not Unicode specific.

  11. Click Server Configuration from menu bar and select Database Connections.
  12. If you are using Oracle Unicode database, select UTF-8 encoding of Unicode in Code Page field, for both OLTP and OLAP databases. For other Unicode databases, use the default Code Page.


 Siebel Data Warehouse Installation and Administration Guide, Version 7.5, Rev. C 
 Published: 18 April 2003