SlideShare a Scribd company logo
1 of 25
Download to read offline
Informatica 9.0.1 Server Installation Guide
This article provides complete step by step instruction for installation and configuration of
Informatica PowerCenter 9.x. This includes the installation of server components, configuration
of different Informatica services and client installation and configuration.
Pre-requisites of Informatica Installation
It is needed to create a schema in an oracle database while installing Informatica server. This
schema will be have the metadata repository. And this data will be used by Informatica both
server and client. Metadata can include information such as mappings describing how to
transform source data, sessions indicating when you want the Informatica Server to perform the
transformations, and connect strings for sources and targets.
Script to create a tablespace in Oracle Database:
CREATE TABLESPACE BIA_PROD_TS DATAFILE 'C:appnew16oradataorclbia_prod_ts.dbf' SIZE 100M AUTOEXTEND ON MAXSIZE 500M;
Script to create schema to hold metadata:
CREATE USER biaproddb
IDENTIFIED BY biaproddb
DEFAULT TABLESPACE BIA_PROD_TS
TEMPORARY TABLESPACE TEMP
PROFILE DEFAULT
ACCOUNT UNLOCK;
Script to extend password life to lifetime:
ALTER profile DEFAULT limit password_life_time UNLIMITED;
Script to create role that will be given to user:
Create role SSE_ROLE;
Grant connect, resource to SSE_ROLE;
Grant select any table to SSE_ROLE;
Grant create session to SSE_ROLE;
Grant insert any table, delete any table, update any table to SSE_ROLE;
Script to create schema to hold metadata:
GRANT SSE_ROLE TO biaproddb;
GRANT GLOBAL QUERY REWRITE TO biaproddb;
GRANT CREATE MATERIALIZED VIEW TO biaproddb;
GRANT CREATE TABLE TO biaproddb;
GRANT CREATE ANY VIEW, DROP ANY VIEW TO biaproddb;
GRANT CREATE ANY SEQUENCE, DROP ANY SEQUENCE TO biaproddb;
GRANT CREATE ANY INDEX, DROP ANY INDEX TO biaproddb;
GRANT UNLIMITED TABLESPACE TO biaproddb WITH ADMIN OPTION;
Informatica 9.0.1 Server Installation Guide
Note: All Scripts shown here should be executed in the same sequence as specified above.
Step1: Double click on “install.exe”
Informatica 9.0.1 Server Installation Guide
Step2: Installation wizard starts. Click the radio button as shown in screenshot below and click on
“Next”.
Informatica 9.0.1 Server Installation Guide
Step3: Installation Pre-requisites will be shown before the installation starts as below.
Click “Next”.
Informatica 9.0.1 Server Installation Guide
Step4: Enter the license key. You can locate the license key from the desired path where the file
“Oracle_All_OS_Prod.key” is there in your system.
Click “Next”.
Informatica 9.0.1 Server Installation Guide
Step5: Pre-installation summary will give the items installed during the installation process based
on the license key.
Click “Install”
Informatica 9.0.1 Server Installation Guide
Step6: 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.
Informatica 9.0.1 Server Installation Guide
------------------------------------------------Domain Configuration Steps---------------------------------------------------
Step7: Creating a domain
o Choose “Create a Domain” radio button.
o Un-Check “Enable HTTPS for Informatica Administrator”
o Leave the Port number as it is and choose “Use a keystore file generated by the
installer”
Click “Next”.
Informatica 9.0.1 Server Installation Guide
Step8: Provide the Repository database details as below.
o Database Type: Choose your Repository database (Oracle/SQL Server/Sybase)
o Database user ID: Database user ID to connect database.
o User Password: Password to connect to database.
o Schema Name: If Schema name is not provided default schema will be used.
o Database Address and Port: Machine on which database in installed and default
port number.
o Database Service Name: Database Name.
Below image shows the configuration using SQL Server.
Click “Next”.
Informatica 9.0.1 Server Installation Guide
Step9: You can give the Domain details, Admin user details now.
o Domain Name: Name of your Domain.
o Node Host Name: Machine name on which Informatica Server is running.
o Node Name: Name of the Node.
o Node Port Number: Leave the default port Number.
o Domain user name : This is the Administrator user
o Domain password : Administrator password
Note: Remember the Admin User ID, Password to log on to Admin Console later in the
installation.
Informatica 9.0.1 Server Installation Guide
Step10: Use the default configuration and Click “Next”.
Informatica 9.0.1 Server Installation Guide
Step11: 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”.
Informatica 9.0.1 Server Installation Guide
-----------------------------------------Configuring Repository Services-------------------------------------------------------
Step1: Go to Start menu and Click on “Informatica Administrator Home Page”. This will open
up the Admin Console in a web browser.
Informatica 9.0.1 Server Installation Guide
Step2: Log on to Admin console using your Admin User ID and Password. You set your Admin
User ID and Password in “Step9” above.
Step3: Once you Log on you will see the Screen just like shown below.
Informatica 9.0.1 Server Installation Guide
Step4: Choose your Domain Name from “Domain Navigator”, Click on “Actions”, Choose
“New” and “PowerCenter Repository Service”.
Step5: A new screen will appear, in which you need to fill in details.
Informatica 9.0.1 Server Installation Guide
Step6: Fill in following details.
o Repository Name: Appropriate Repository Name.
o Description: An optional description about the repository.
o Location: Choose the Domain you have already created. If you have only one
Domain, this value will be pre populated.
o License: Choose the license key from the drop down list.
o Node: Choose the node name from the drop down list.
Click “Next”.
Informatica 9.0.1 Server Installation Guide
Step7: A new screen will appear, provide the Repository database details.
o Database Type : Choose your Repository database (Oracle/SQL Server/Sybase)
o Username: Database user ID to connect database.
o Password: Database user Password.
o Connection String: Database Connection String.
o Code Page: Database Code Page
o Table Space: Database Table Space Name
o Choose “No content exists under specified connection string. Create new
content”
Click “Finish”.
The Zoomed Image of above screenshot.
Informatica 9.0.1 Server Installation Guide
Step8: It takes couple of minutes create Repository content. After the repository creation below
screen will be seen.
The Zoomed Screenshot of above one.
Informatica 9.0.1 Server Installation Guide
Step9: 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.
Informatica 9.0.1 Server Installation Guide
Step10: A pop up window appears, set the properties
o Operation Mode : Normal
o Security Audit Trail : No
Click “OK”.
State is now changed to “Normal” mode.
Informatica 9.0.1 Server Installation Guide
-----------------------------------------Configuring Integration Services------------------------------------------------------
Step1: Choose your Domain Name from “Domain Navigator”, Click on “Actions”, Choose
“New” and “PowerCenter Integration Service”.
Step2: Following screen appears.
Informatica 9.0.1 Server Installation Guide
Step3: A new window will appear, provide the details as shown below.
o Name: Desired Integration Service Name.
o Description: An optional description about the repository.
o Location: Choose the Domain you have already created. If you have only one
Domain, this value will be pre populated.
o License: Choose the license key from the drop down list.
o Node: Choose the node name from the drop down list.
Click “Next”.
The Zoomed Detail of above screen.
Informatica 9.0.1 Server Installation Guide
Step4: A new window will appear, provide the details as shown below.
o PowerCenter Repository Service: Choose your Repository Service Name from
the drop down list.
o Username: Admin user name.
o Password: Admin password.
o Data Movement Mode: ASCII.
Click “Finish”.
Informatica 9.0.1 Server Installation Guide
Step5: A pop up window will appear, Choose the Code Page as ANSI.
Click “OK”.
Informatica 9.0.1 Server Installation Guide
Step6: 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 9.0.1.

More Related Content

What's hot

Informatica PowerCenter
Informatica PowerCenterInformatica PowerCenter
Informatica PowerCenterRamy Mahrous
 
Designing And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenterDesigning And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenterEdureka!
 
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
5 Reasons To Choose Informatica PowerCenter As Your ETL ToolEdureka!
 
Informatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration ToolInformatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration ToolEdureka!
 
Informatica push down optimization implementation
Informatica push down optimization implementationInformatica push down optimization implementation
Informatica push down optimization implementationdivjeev
 
Informatica Designer Module
Informatica Designer ModuleInformatica Designer Module
Informatica Designer Moduleganblues
 
1. informatica power center architecture
1. informatica power center architecture1. informatica power center architecture
1. informatica power center architectureMuhammad Salah ElOkda
 
Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction Kernel Training
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power CenterEdureka!
 
Informatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica pptInformatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica pptIQ Online Training
 
Informatica
InformaticaInformatica
Informaticamukharji
 
Getting Started with Informatica
Getting Started with InformaticaGetting Started with Informatica
Getting Started with InformaticaEdureka!
 
What is Informatica Powercenter
What is Informatica PowercenterWhat is Informatica Powercenter
What is Informatica PowercenterBigClasses Com
 
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | EdurekaInformatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | EdurekaEdureka!
 
Oracle Ebiz R12.2 Features -- Ravi Sagaram
Oracle Ebiz R12.2 Features -- Ravi SagaramOracle Ebiz R12.2 Features -- Ravi Sagaram
Oracle Ebiz R12.2 Features -- Ravi Sagaramravisagaram
 
ETL•Accelerator
ETL•AcceleratorETL•Accelerator
ETL•AcceleratorTrevido
 

What's hot (20)

Informatica PowerCenter
Informatica PowerCenterInformatica PowerCenter
Informatica PowerCenter
 
Designing And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenterDesigning And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenter
 
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
 
Informatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration ToolInformatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration Tool
 
Informatica slides
Informatica slidesInformatica slides
Informatica slides
 
Informatica push down optimization implementation
Informatica push down optimization implementationInformatica push down optimization implementation
Informatica push down optimization implementation
 
Informatica Designer Module
Informatica Designer ModuleInformatica Designer Module
Informatica Designer Module
 
1. informatica power center architecture
1. informatica power center architecture1. informatica power center architecture
1. informatica power center architecture
 
Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power Center
 
Informatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica pptInformatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica ppt
 
Informatica
InformaticaInformatica
Informatica
 
Getting Started with Informatica
Getting Started with InformaticaGetting Started with Informatica
Getting Started with Informatica
 
What is Informatica Powercenter
What is Informatica PowercenterWhat is Informatica Powercenter
What is Informatica Powercenter
 
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | EdurekaInformatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
 
Informatica session
Informatica sessionInformatica session
Informatica session
 
Oracle Ebiz R12.2 Features -- Ravi Sagaram
Oracle Ebiz R12.2 Features -- Ravi SagaramOracle Ebiz R12.2 Features -- Ravi Sagaram
Oracle Ebiz R12.2 Features -- Ravi Sagaram
 
ETL•Accelerator
ETL•AcceleratorETL•Accelerator
ETL•Accelerator
 
Rms 132-rn
Rms 132-rnRms 132-rn
Rms 132-rn
 
Upgrading 11i E-business Suite to R12 E-business Suite
Upgrading 11i E-business Suite to R12 E-business SuiteUpgrading 11i E-business Suite to R12 E-business Suite
Upgrading 11i E-business Suite to R12 E-business Suite
 

Viewers also liked

Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guidecbosepandian
 
Informatica Data Quality Training
Informatica Data Quality TrainingInformatica Data Quality Training
Informatica Data Quality Trainingtekslate1
 
The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011Lucas Jellema
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Materialjohnpaka
 
Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9RISLGLOBAL
 
Informatica data quality online training
Informatica data quality online trainingInformatica data quality online training
Informatica data quality online trainingDivya Shree
 
Software Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularitySoftware Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularityJose Emilio Labra Gayo
 
Management in Informatica Power Center
Management in Informatica Power CenterManagement in Informatica Power Center
Management in Informatica Power CenterEdureka!
 
Informatica student meterial
Informatica student meterialInformatica student meterial
Informatica student meterialSunil Kotthakota
 
Informatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools ComparisonInformatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools ComparisonRoberto Espinosa
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profilingShailja Khurana
 

Viewers also liked (13)

Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guide
 
Informatica Data Quality Training
Informatica Data Quality TrainingInformatica Data Quality Training
Informatica Data Quality Training
 
The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Material
 
Excelencia Services Profile
Excelencia Services ProfileExcelencia Services Profile
Excelencia Services Profile
 
Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9
 
Informatica data quality online training
Informatica data quality online trainingInformatica data quality online training
Informatica data quality online training
 
Software Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularitySoftware Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularity
 
Management in Informatica Power Center
Management in Informatica Power CenterManagement in Informatica Power Center
Management in Informatica Power Center
 
Sudhir Gajjela_Resume
Sudhir Gajjela_ResumeSudhir Gajjela_Resume
Sudhir Gajjela_Resume
 
Informatica student meterial
Informatica student meterialInformatica student meterial
Informatica student meterial
 
Informatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools ComparisonInformatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools Comparison
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
 

Similar to installation and configuration of informatica server

Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Mumbai B.Sc.IT Study
 
Setting up computer servers (sucs)
Setting up computer servers (sucs)Setting up computer servers (sucs)
Setting up computer servers (sucs)Melchor Maravillas
 
SQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout PlanSQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout Plan► Supreme Mandal ◄
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guideRudresh Tiwari
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guideRudresh Tiwari
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Umesh Pandit
 
22 - Panorama Necto 14 installation and upgrades - visualization & data disco...
22 - Panorama Necto 14 installation and upgrades - visualization & data disco...22 - Panorama Necto 14 installation and upgrades - visualization & data disco...
22 - Panorama Necto 14 installation and upgrades - visualization & data disco...Panorama Software
 
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedElizabeth Wilcox
 
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...Protect724tk
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xAbdelilah CHARBOUB
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation stepsDharmaraj Borse
 
All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016AllDatabaseSolutions
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installationfranbow
 
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Arun Sharma
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installationMonowar Mukul
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms AuthenticationLiquidHub
 

Similar to installation and configuration of informatica server (20)

Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
 
Setting up computer servers (sucs)
Setting up computer servers (sucs)Setting up computer servers (sucs)
Setting up computer servers (sucs)
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
 
SQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout PlanSQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout Plan
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
 
154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c
 
22 - Panorama Necto 14 installation and upgrades - visualization & data disco...
22 - Panorama Necto 14 installation and upgrades - visualization & data disco...22 - Panorama Necto 14 installation and upgrades - visualization & data disco...
22 - Panorama Necto 14 installation and upgrades - visualization & data disco...
 
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
 
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
ArcSight Actor Model Import Connector for Microsoft Active Directory Configur...
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183x
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation steps
 
All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installation
 
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
 

Recently uploaded

6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroomSamsung Business USA
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...HetalPathak10
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineCeline George
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...Nguyen Thanh Tu Collection
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...Nguyen Thanh Tu Collection
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPCeline George
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxMadhavi Dharankar
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsArubSultan
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 

Recently uploaded (20)

6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
Satirical Depths - A Study of Gabriel Okara's Poem - 'You Laughed and Laughed...
 
CARNAVAL COM MAGIA E EUFORIA _
CARNAVAL COM MAGIA E EUFORIA            _CARNAVAL COM MAGIA E EUFORIA            _
CARNAVAL COM MAGIA E EUFORIA _
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command Line
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERP
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristics
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 

installation and configuration of informatica server

  • 1. Informatica 9.0.1 Server Installation Guide This article provides complete step by step instruction for installation and configuration of Informatica PowerCenter 9.x. This includes the installation of server components, configuration of different Informatica services and client installation and configuration. Pre-requisites of Informatica Installation It is needed to create a schema in an oracle database while installing Informatica server. This schema will be have the metadata repository. And this data will be used by Informatica both server and client. Metadata can include information such as mappings describing how to transform source data, sessions indicating when you want the Informatica Server to perform the transformations, and connect strings for sources and targets. Script to create a tablespace in Oracle Database: CREATE TABLESPACE BIA_PROD_TS DATAFILE 'C:appnew16oradataorclbia_prod_ts.dbf' SIZE 100M AUTOEXTEND ON MAXSIZE 500M; Script to create schema to hold metadata: CREATE USER biaproddb IDENTIFIED BY biaproddb DEFAULT TABLESPACE BIA_PROD_TS TEMPORARY TABLESPACE TEMP PROFILE DEFAULT ACCOUNT UNLOCK; Script to extend password life to lifetime: ALTER profile DEFAULT limit password_life_time UNLIMITED; Script to create role that will be given to user: Create role SSE_ROLE; Grant connect, resource to SSE_ROLE; Grant select any table to SSE_ROLE; Grant create session to SSE_ROLE; Grant insert any table, delete any table, update any table to SSE_ROLE; Script to create schema to hold metadata: GRANT SSE_ROLE TO biaproddb; GRANT GLOBAL QUERY REWRITE TO biaproddb; GRANT CREATE MATERIALIZED VIEW TO biaproddb; GRANT CREATE TABLE TO biaproddb; GRANT CREATE ANY VIEW, DROP ANY VIEW TO biaproddb; GRANT CREATE ANY SEQUENCE, DROP ANY SEQUENCE TO biaproddb; GRANT CREATE ANY INDEX, DROP ANY INDEX TO biaproddb; GRANT UNLIMITED TABLESPACE TO biaproddb WITH ADMIN OPTION;
  • 2. Informatica 9.0.1 Server Installation Guide Note: All Scripts shown here should be executed in the same sequence as specified above. Step1: Double click on “install.exe”
  • 3. Informatica 9.0.1 Server Installation Guide Step2: Installation wizard starts. Click the radio button as shown in screenshot below and click on “Next”.
  • 4. Informatica 9.0.1 Server Installation Guide Step3: Installation Pre-requisites will be shown before the installation starts as below. Click “Next”.
  • 5. Informatica 9.0.1 Server Installation Guide Step4: Enter the license key. You can locate the license key from the desired path where the file “Oracle_All_OS_Prod.key” is there in your system. Click “Next”.
  • 6. Informatica 9.0.1 Server Installation Guide Step5: Pre-installation summary will give the items installed during the installation process based on the license key. Click “Install”
  • 7. Informatica 9.0.1 Server Installation Guide Step6: 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.
  • 8. Informatica 9.0.1 Server Installation Guide ------------------------------------------------Domain Configuration Steps--------------------------------------------------- Step7: Creating a domain o Choose “Create a Domain” radio button. o Un-Check “Enable HTTPS for Informatica Administrator” o Leave the Port number as it is and choose “Use a keystore file generated by the installer” Click “Next”.
  • 9. Informatica 9.0.1 Server Installation Guide Step8: Provide the Repository database details as below. o Database Type: Choose your Repository database (Oracle/SQL Server/Sybase) o Database user ID: Database user ID to connect database. o User Password: Password to connect to database. o Schema Name: If Schema name is not provided default schema will be used. o Database Address and Port: Machine on which database in installed and default port number. o Database Service Name: Database Name. Below image shows the configuration using SQL Server. Click “Next”.
  • 10. Informatica 9.0.1 Server Installation Guide Step9: You can give the Domain details, Admin user details now. o Domain Name: Name of your Domain. o Node Host Name: Machine name on which Informatica Server is running. o Node Name: Name of the Node. o Node Port Number: Leave the default port Number. o Domain user name : This is the Administrator user o Domain password : Administrator password Note: Remember the Admin User ID, Password to log on to Admin Console later in the installation.
  • 11. Informatica 9.0.1 Server Installation Guide Step10: Use the default configuration and Click “Next”.
  • 12. Informatica 9.0.1 Server Installation Guide Step11: 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”.
  • 13. Informatica 9.0.1 Server Installation Guide -----------------------------------------Configuring Repository Services------------------------------------------------------- Step1: Go to Start menu and Click on “Informatica Administrator Home Page”. This will open up the Admin Console in a web browser.
  • 14. Informatica 9.0.1 Server Installation Guide Step2: Log on to Admin console using your Admin User ID and Password. You set your Admin User ID and Password in “Step9” above. Step3: Once you Log on you will see the Screen just like shown below.
  • 15. Informatica 9.0.1 Server Installation Guide Step4: Choose your Domain Name from “Domain Navigator”, Click on “Actions”, Choose “New” and “PowerCenter Repository Service”. Step5: A new screen will appear, in which you need to fill in details.
  • 16. Informatica 9.0.1 Server Installation Guide Step6: Fill in following details. o Repository Name: Appropriate Repository Name. o Description: An optional description about the repository. o Location: Choose the Domain you have already created. If you have only one Domain, this value will be pre populated. o License: Choose the license key from the drop down list. o Node: Choose the node name from the drop down list. Click “Next”.
  • 17. Informatica 9.0.1 Server Installation Guide Step7: A new screen will appear, provide the Repository database details. o Database Type : Choose your Repository database (Oracle/SQL Server/Sybase) o Username: Database user ID to connect database. o Password: Database user Password. o Connection String: Database Connection String. o Code Page: Database Code Page o Table Space: Database Table Space Name o Choose “No content exists under specified connection string. Create new content” Click “Finish”. The Zoomed Image of above screenshot.
  • 18. Informatica 9.0.1 Server Installation Guide Step8: It takes couple of minutes create Repository content. After the repository creation below screen will be seen. The Zoomed Screenshot of above one.
  • 19. Informatica 9.0.1 Server Installation Guide Step9: 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.
  • 20. Informatica 9.0.1 Server Installation Guide Step10: A pop up window appears, set the properties o Operation Mode : Normal o Security Audit Trail : No Click “OK”. State is now changed to “Normal” mode.
  • 21. Informatica 9.0.1 Server Installation Guide -----------------------------------------Configuring Integration Services------------------------------------------------------ Step1: Choose your Domain Name from “Domain Navigator”, Click on “Actions”, Choose “New” and “PowerCenter Integration Service”. Step2: Following screen appears.
  • 22. Informatica 9.0.1 Server Installation Guide Step3: A new window will appear, provide the details as shown below. o Name: Desired Integration Service Name. o Description: An optional description about the repository. o Location: Choose the Domain you have already created. If you have only one Domain, this value will be pre populated. o License: Choose the license key from the drop down list. o Node: Choose the node name from the drop down list. Click “Next”. The Zoomed Detail of above screen.
  • 23. Informatica 9.0.1 Server Installation Guide Step4: A new window will appear, provide the details as shown below. o PowerCenter Repository Service: Choose your Repository Service Name from the drop down list. o Username: Admin user name. o Password: Admin password. o Data Movement Mode: ASCII. Click “Finish”.
  • 24. Informatica 9.0.1 Server Installation Guide Step5: A pop up window will appear, Choose the Code Page as ANSI. Click “OK”.
  • 25. Informatica 9.0.1 Server Installation Guide Step6: 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 9.0.1.