Siebel Data Warehouse Installation and Administration Guide > Installing and Configuring Siebel Data Warehouse on UNIX > Siebel Data Warehouse Installation and Configuration Process on UNIX >

Setting Environment Variables for the Informatica Server on UNIX


This section includes the following procedures:

To add setenv variables to .cshrc

Add setenv variables to .cshrc. Otherwise, you have to set the environment variables every time you log into the UNIX machine before configuring, starting, or stopping the Informatica servers.

  • For Solaris, in the root directory, add these command lines to .cshrc:

    setenv PATH /<INFA_home>/informatica/pm:.:${PATH}

    setenv LD_LIBRARY_PATH /<INFA_home>/informatica/pm:${LD_LIBRARY_PATH}

    setenv PATH /<INFA_home>/informatica/repositoryserver:.:${PATH}

    setenv LD_LIBRARY_PATH /<INFA_home>/informatica/repositoryserver:${LD_LIBRARY_PATH}

  • For AIX, in the root directory, add these command lines to .cshrc:

    setenv PATH ${PATH}:/<INFA_home>/informatica/pc:.

    setenv LIBPATH ${LIBPATH}:/<INFA_home>/informatica/pc

    setenv PATH ${PATH}:/<INFA_home>/informatica/repositoryserver:.

    setenv LIBPATH ${LIBPATH}:/<INFA_home>/informatica/repositoryserver

  • For HP-UX, in the root directory, add these command lines to .cshrc:

    setenv PATH /<INFA_home>/informatica/pm:.:${PATH}

    setenv SHLIB_PATH /<INFA_home>/informatica/pm:${SHLIB_PATH}

    setenv PATH /<INFA_home>/informatica/repositoryserver:.:${PATH}

    setenv SHLIB_PATH /<INFA_home>/informatica/repositoryserver:${SHLIB_PATH}

To set the code page for non_ENU operating systems on UNIX

  • If you are using a non-ENU operating system, you must set the environment variable PMREPCODEPAGE appropriately. For example: PMREPCODEPAGE=MS932.

To set SiebelUnicodeDB on the Informatica Server if source and target databases are Unicode on UNIX

  • For all UNIX platforms, if both the transactional and data warehouse data sources are Unicode, add the following line in /<INFA_home>/informatica/pm/pmserver.cfg file.

    SiebelUnicodeDB=<OLTP_TBO>@<OLTP_connectionString> <OLAP_TBO>@<OLAP_ConnectionString>

    For example:

    SiebelUnicodeDB=ora16221@sdcdl580i016_qa16b ora16222@sdcdl580i016_qa16b

To set the bulk loader registry for DB2 databases

  • For DB2 databases, add the following line in /<INFA_home>/informatica/pm/pmserver.cfg file.

    EnableUDB8BulkMode = Yes

Siebel Data Warehouse Installation and Administration Guide