SlideShare a Scribd company logo
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.
Ad

More Related Content

What's hot (20)

Informatica PowerCenter
Informatica PowerCenterInformatica PowerCenter
Informatica PowerCenter
Ramy Mahrous
 
Designing And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenterDesigning And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenter
Edureka!
 
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
Edureka!
 
Informatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration ToolInformatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration Tool
Edureka!
 
Informatica slides
Informatica slidesInformatica slides
Informatica slides
sureshpaladi12
 
Informatica push down optimization implementation
Informatica push down optimization implementationInformatica push down optimization implementation
Informatica push down optimization implementation
divjeev
 
Informatica Designer Module
Informatica Designer ModuleInformatica Designer Module
Informatica Designer Module
ganblues
 
1. informatica power center architecture
1. informatica power center architecture1. informatica power center architecture
1. informatica power center architecture
Muhammad 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 Center
Edureka!
 
Informatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica pptInformatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica ppt
IQ Online Training
 
Informatica
InformaticaInformatica
Informatica
mukharji
 
Getting Started with Informatica
Getting Started with InformaticaGetting Started with Informatica
Getting Started with Informatica
Edureka!
 
What is Informatica Powercenter
What is Informatica PowercenterWhat is Informatica Powercenter
What is Informatica Powercenter
BigClasses 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 | Edureka
Edureka!
 
Informatica session
Informatica sessionInformatica session
Informatica session
vinuthanallam
 
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
ravisagaram
 
ETL•Accelerator
ETL•AcceleratorETL•Accelerator
ETL•Accelerator
Trevido
 
Rms 132-rn
Rms 132-rnRms 132-rn
Rms 132-rn
Wilfred Mbithi Luvai
 
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
iWare Logic Technologies Pvt. Ltd.
 
Informatica PowerCenter
Informatica PowerCenterInformatica PowerCenter
Informatica PowerCenter
Ramy Mahrous
 
Designing And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenterDesigning And Monitoring In Informatica PowerCenter
Designing And Monitoring In Informatica PowerCenter
Edureka!
 
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
Edureka!
 
Informatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration ToolInformatica PowerCenter : Agile Data Integration Tool
Informatica PowerCenter : Agile Data Integration Tool
Edureka!
 
Informatica push down optimization implementation
Informatica push down optimization implementationInformatica push down optimization implementation
Informatica push down optimization implementation
divjeev
 
Informatica Designer Module
Informatica Designer ModuleInformatica Designer Module
Informatica Designer Module
ganblues
 
1. informatica power center architecture
1. informatica power center architecture1. informatica power center architecture
1. informatica power center architecture
Muhammad 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 Center
Edureka!
 
Informatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica pptInformatica basics for beginners | Informatica ppt
Informatica basics for beginners | Informatica ppt
IQ Online Training
 
Informatica
InformaticaInformatica
Informatica
mukharji
 
Getting Started with Informatica
Getting Started with InformaticaGetting Started with Informatica
Getting Started with Informatica
Edureka!
 
What is Informatica Powercenter
What is Informatica PowercenterWhat is Informatica Powercenter
What is Informatica Powercenter
BigClasses 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 | Edureka
Edureka!
 
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
ravisagaram
 
ETL•Accelerator
ETL•AcceleratorETL•Accelerator
ETL•Accelerator
Trevido
 

Viewers also liked (13)

Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guide
cbosepandian
 
Informatica Data Quality Training
Informatica Data Quality TrainingInformatica Data Quality Training
Informatica Data Quality Training
tekslate1
 
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
Lucas Jellema
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Material
johnpaka
 
Excelencia Services Profile
Excelencia Services ProfileExcelencia Services Profile
Excelencia Services Profile
Rajesh Ramanathan
 
Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9
RISLGLOBAL
 
Informatica data quality online training
Informatica data quality online trainingInformatica data quality online training
Informatica data quality online training
Divya Shree
 
Software Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularitySoftware Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularity
Jose Emilio Labra Gayo
 
Management in Informatica Power Center
Management in Informatica Power CenterManagement in Informatica Power Center
Management in Informatica Power Center
Edureka!
 
Sudhir Gajjela_Resume
Sudhir Gajjela_ResumeSudhir Gajjela_Resume
Sudhir Gajjela_Resume
Sudhir Gajjela
 
Informatica student meterial
Informatica student meterialInformatica student meterial
Informatica student meterial
Sunil Kotthakota
 
Informatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools ComparisonInformatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools Comparison
Roberto Espinosa
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
Shailja Khurana
 
Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guide
cbosepandian
 
Informatica Data Quality Training
Informatica Data Quality TrainingInformatica Data Quality Training
Informatica Data Quality Training
tekslate1
 
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
Lucas Jellema
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Material
johnpaka
 
Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9Informatica data quality[IDQ] 9
Informatica data quality[IDQ] 9
RISLGLOBAL
 
Informatica data quality online training
Informatica data quality online trainingInformatica data quality online training
Informatica data quality online training
Divya Shree
 
Software Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularitySoftware Architecture Taxonomies - modularity
Software Architecture Taxonomies - modularity
Jose Emilio Labra Gayo
 
Management in Informatica Power Center
Management in Informatica Power CenterManagement in Informatica Power Center
Management in Informatica Power Center
Edureka!
 
Informatica student meterial
Informatica student meterialInformatica student meterial
Informatica student meterial
Sunil Kotthakota
 
Informatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools ComparisonInformatica Pentaho Etl Tools Comparison
Informatica Pentaho Etl Tools Comparison
Roberto Espinosa
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
Shailja Khurana
 
Ad

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...
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
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
Shahab Al Yamin Chawdhury
 
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 guide
Rudresh Tiwari
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
Robert Jones
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod 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
 
154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c
Venkatesh Ramiya Krishnamoorthy
 
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_edited
Elizabeth 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 183x
Abdelilah CHARBOUB
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation steps
Dharmaraj 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 2016
AllDatabaseSolutions
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installation
franbow
 
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
Arun Sharma
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
Monowar 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 Authentication
LiquidHub
 
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 guide
Rudresh Tiwari
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
Robert Jones
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod 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_edited
Elizabeth 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 183x
Abdelilah CHARBOUB
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation steps
Dharmaraj 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 2016
AllDatabaseSolutions
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installation
franbow
 
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
Arun Sharma
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
Monowar 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 Authentication
LiquidHub
 
Ad

Recently uploaded (20)

Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
apa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdfapa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdf
Ishika Ghosh
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Library Association of Ireland
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdfBiophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
PKLI-Institute of Nursing and Allied Health Sciences Lahore , Pakistan.
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
apa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdfapa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdf
Ishika Ghosh
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Library Association of Ireland
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 

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.