Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 54

Installing Informatica Server

Administrator user/password: Administrator/infadmin

Update the .profile by uncommenting the INFA related paths


Then go to $INFA_HOME/server/tomcat/bin

Start Informatica server:


Type: ./infaservice.sh startup

Log on to Admin console:


https://cuaifd01:8443/administrator/

Creating repository Service

Change repository Mode

Create new Integration Service

Administrator/infadmin

Create new environment variable

Restart the integration Service

Copy Informatica Oracle COTS repository


Copy repository file backup from
D:\OBIEE11g\Oracle_BI1\biapps\dwrep\Informatica\Repository
To
Unix ($INFA_HOME/server/infa_shared/backup)

Change Repository Service mode to exclusive

Delete Repository Contents (if any)

Administrator/infadmin

Restore Repository from Oracle COTS backup

Change Repositpry settings

Administrator/infadmin

Change operating mode to Normal

Ensure pmcmd and pmrep starts under $DAC_HOME/dac

Setting up Informatica Database Connections

Administrator/infadmin

Go to Connections > Relational > New > Oracle

OBIBAW/ obawdev1

Siebel/xxxxxxxx
Copy the SrcFiles from following folder
D:\OBIEE11g\Oracle_BI1\biapps\dwrep\Informatica (WIN)
to
/ifdv01/Oracle/orabiee/app/orabiee/informatica/9.0.1/server/infa_shared/SrcFiles
(UNIX)

Copy the LkpFiles from following folder


D:\OBIEE11g\Oracle_BI1\biapps\dwrep\Informatica (WIN)
to
/ifdv01/Oracle/orabiee/app/orabiee/informatica/9.0.1/server/infa_shared/SrcFiles
(UNIX)
To configure Activity Status:
1. Identify the Activity Status codes that are used in your source system by using the

following SQL:
SELECTDISTINCTS_LST_OF_VAL.NAME,S_LST_OF_VAL.VAL
FROMS_LST_OF_VALWHERETYPE='EVENT_STATUS'
ANDLANG_ID=Language_Code

Where Language_Code is a three-letter Language Code, for example, ENU for US


English, or FRA for French.
2. Using a text editor, open the domainValues_Status_Activity_sbl.csv file, located in
the $PMServer\LkpFiles directory (for example, INFA_HOME\server\infa_
shared\LkpFiles).
You must ensure that the STATUS_CODE and STATUS_NAME values specified
in the domainValues_Status_Activity_sbl.csv file match the Activity Status codes
that are used in your source system.
3. Edit the STATUS_CODE and STATUS_NAME values in the CSV file to match the
Status Codes and Status Names values that you returned using the query in step 1.
Map each Activity Status code to a W_STATUS_CODE and W_STATUS_DESC
pair.
Note: Do not change the default values in the other columns in the file (for
example, W_STATUS_CODE.
4. Save and close the file. To configure Asset Status:
1. Identify the Asset Status codes that are used in your source system by using the
following SQL:
SELECTDISTINCTS_LST_OF_VAL.NAME,S_LST_OF_VAL.VAL
FROMS_LST_OF_VALWHERETYPE='IMPL_PHASE'
ANDLANG_ID='$$DFLT_LANG'
2. Using a text editor, open the domainValues_Status_Asset_sbl.csv file, located in

the $PMServer\LkpFiles directory (for example, INFA_HOME\server\infa_


shared\LkpFiles).
You must ensure that the STATUS_CODE and STATUS_NAME values specified
in the domainValues_Status_Asset_sbl.csv file match the Asset Status codes that
are used in your source system.
Configuration Required Before A Full Load With Siebel CRM Source Systems

11-12 Oracle Business Intelligence Applications Configuration Guide for Informatica PowerCenter Users
3. Edit the STATUS_CODE and STATUS_NAME values in the CSV file to match the

Status Codes and Status Names values that you returned using the query in step 1.
Map each Asset Status code to a W_STATUS_CODE and W_STATUS_DESC pair.
Note: Do not change the default values in the other columns in the file (for
example, W_STATUS_CODE.
4. Save and close the file.

You might also like