Informatica PowerCenter is a widely used extraction, transformation and loading (ETL) tool used in building enterprise data warehouses. The components within Informatica PowerCenter helps in extraction of data from its source, transforming it as per business requirements and loading it into a target data warehouse. Informatica PowerCenter is produced by Informatica Corp.

The main components of Informatica PowerCenter are its client tools, server, repository server and repository. The PowerCenter server and repository server make up the ETL layer, which completes the ETL processing.

The PowerCenter server executes tasks based on work flow created by work flow managers. The work flows can be monitored using a work flow monitor. Jobs inside the program are designed in a mapping designer, which creates mapping between source and target. Mapping is a pictorial representation about flow of data from source to target. Transformations such as aggregation, filtering and joining are major examples of transformation.

The given instruction below will allow you to set-up your own  environment for Informatica along with its various components.

 

 

Informatica Installation:

Step:1- Informatica PowerCenter trail version can be downloaded from https://edelivery.oracle.com  after that Log on to https://edelivery.oracle.com and accept the Terms and Conditions.

Step:2- Choose the Product package as shown below and Click Continue.

clip_image001

Step:3- Locate the download package as shown in below image.

 

clip_image002

Step : 4   Download the packages to D:\INFA9X and Unpack the Installation Package

clip_image003

 

After the download of all the packaged we will now need to unpack all the zip, here are the steps for the same.

Step : 1 Unzip all the the four downloaded zip files into D:\INFA9X.

Hint : Use the program WinRAR to unzip all the files. After unzipping you will see below files and folders.

clip_image004

 

 

 

Step : 2-    Unzip dac_win_101314_infa_win_32bit_910.zip into the the same folder D:\INFA9X. After unzipping you will see below files and folders.

clip_image005

 

 

Now we need to follow below steps to Install Informatica PowerCenter Server

Step:1 To locate install.exe, Navigate to D:\INFA9X\dac_win_101314_infa_win_32bit_910 as shown in below image. double click on the install.exe.

clip_image006
Step:2-Installation wizard Starts.  Choose the installation type and then Click Next.

clip_image007



Step:3 –Installation Pre-requisites will be shown before the installation starts as below. Click Next.

clip_image008



Step : 4 Enter the license key. You can locate the license key from D:\INFA9X\EXTRACT\Oracle_All_OS_Prod.key. Click next

clip_image009

Step : 5 Pre-installation summery will give the items installed during the installation process based on the license key. Click Next

clip_image010

 

 

Step:6-Installation Begins. It takes couple of minutes to finish. Soon after completion of this step, Configuring Domain window opens. Continue the steps from Domain Configuration.


clip_image011

 

 

Domain Configuration.

Step :1

    • Choose “Create a Domain” radio button.
    • Check “Enable HTTPS for Informatica Administrator”
    • Leave the Port number as it is and choose “Use a keystore file generated by the installer”

clip_image012

Click Next.

Step : 2
Provide the Repository database details as below.

    • Database Type : Choose your Repository database (Oracle/SQL Server/Sybase)
    • Database user ID : Database user ID to connect database.
    • User Password  : Password.
    • Schema Name : If Schema name is not provided default schema will be used.
    • Database Address and Port : Machine on which database in installed and default port number.
    • Database Service Name :  Database Name.
  • Below image shows the configuration using SQL Server.
    Click Next.

clip_image013

Step : 3
You can give the Domain details, Admin user details now.

    • Domain Name : Name of your Domain.
    • Node Host Name : Machine name on which Informatica Server is running.
    • Node Name : Name of the Node.
    • Node Port Number : Leave the default port Number.
    • Domain user name : This is the Administrator user
    • Domain password : Administrator password

Note : Remember your Admin User ID, Password to log on to Admin Console later in the installation.

 

clip_image014

Step: 4 Use the default configuration and Click Next.

clip_image015

Step : 5 Installation is complete and you get the post-installation summery. You get a link to the installation log file and a link to Admin console.
Click Done.

clip_image016

 

 

Configure Repository Service

Step : 1 Go to Start menu and Click on “Informatica Administrator Home Page”. This will open up the Admin Console in a web browser.

clip_image017

 

 

Step : 2- Log on to Admin console using your Admin User ID and Password. You set your Admin User ID and Password in “Domain Configuration” section Step 3

 

clip_image018

 

 

Step :3  Once you Log on you will see the Screen just like shown below.



clip_image019

 

 

Step : 4 Choose your Domain Name from “Domain Navigator”, Click on “Actions”, Choose “New” and “PowerCenter Repository Service”.

clip_image020

Step : 5
A new screen will appear, Provide the details as shown below.

    • Repository Name : Your Repository Name.
    • Description :  An optional description about the repository.
    • Location : Choose the Domain you have already created. If you have only one Domain, this value will be pre populated.
    • License : Choose the license key from the drop down list.
    • Node : Choose the node name from the drop down list.

clip_image021

Click Next.

Step : 6
A new screen will appear, Provide the Repository database details.

    • Database Type : Choose your Repository database (Oracle/SQL Server/Sybase)
    • Username : Database user ID to connect database.
    • Password : Database user Password.
    • Connection String : Database Connection String.
    • Code Page : Database Code Page
    • Table Space : Database Table Space Name
    • Choose “No content exists under specified connection string. Create new content”

clip_image022

Click Finish

Step : 7
It takes couple of minutes create Repository content. After the repository creation below screen will be seen.

clip_image023

 

 

Step : 8
The repository service will be running in “Exclusive” mode as shown below. This needs to be change to “Normal” before we can configure Integration service.
Click “Edit” Repository Properties.

clip_image024


 

Step : 9
A pop up window appears, Set the properties

    • Operation Mode : Normal
    • Security Audit Trail : No

Click OK.

Click OK for the next two pop up windows which confirms the Repository Restart to change the Repository Operating Mode.

clip_image025

 

Configure Integration Service

Step : 1
Choose your Domain Name from “Domain Navigator”, Click on “Actions”, Choose “New” and “PowerCenter Integration Service”.

clip_image026

 

Step : 2
A new window will appear, Provide the details as shown below.

    • Name : Your Integration Service Name.
    • Description :  An optional description about the repository.
    • Location : Choose the Domain you have already created. If you have only one Domain, this value will be pre populated.
    • License : Choose the license key from the drop down list.
    • Node : Choose the node name from the drop down list.

clip_image027

Click Next.

Step : 3
A new window will appear, Provide the details as shown below.

    • PowerCenter Repository Service : Choose your Repository Service Name from the drop down list.
    • Username :  Admin user name.
    • Password : Admin password.
    • Data Movement Mode : ASCII.

Click Finish.

clip_image028

 

Step : 4
A pop up window will appear, Choose the Code Page as ANSI.
Click OK.

clip_image029

 

Step : 5
Window will be closed and you can see all the configured services in the “Domain Navigator”
With that we are all done with the installation and configuration for Informatica PowerCenter Server.

 

clip_image030

 

 

 

 

Client Installation.

Step : 1
Go to D:\INFA9X  as shown in below image. Click on the install.bat.

clip_image031


Step : 2

Installation wizard Starts.
Click Start.

clip_image032

 

 

Step : 3
Installation wizard Starts.  Choose the installation type as in the below image.
Click Next.

clip_image033

 

Step : 4
Installation Pre-requisites will be shown before the installation starts as below.
Click Next.

clip_image034

 

Step : 5
Choose the client tools you need. Only Power Center Client is mandatory.
Click Next.

clip_image035

 

Step : 6
Choose the client installation directory.
Click Next.

clip_image036

 

Step : 7
You can choose the type of Eclipse installation in this step. This window will be available if you choose to install “Informatica Developer” or “Data Transformation Studio”.
Click Next.

 

clip_image037

 

Step : 8
Pre-installation summery will give the items installed during the installation process.
Click Next.

clip_image038

 

Step: 9
Installation Begins. It takes one or two minutes to complete this step.

clip_image039

 

 

Step : 10
Installation is complete and you get the post-installation summery.

clip_image040

Will all the above steps we conclude the setup instructions. Please go and try at your self and do let us know in case of any feedbacks.

By Sunil Pandey

I am working on Software Testing and Data Ware-House Technologies for close to 4 years. I love the work which I do and at the same time try to share knowledge for others.

Leave a Reply