ETL Tool Complete Process in Informatica

What is the complete process in Informatica power center client tool? Explain using ETL tool

Questions by kancharla

Showing Answers 1 - 6 of 6 Answers

ETL-Extraction (from Source)-Transformation-Loading (to Target)
In this process There are 2 servers active at the same time
1) Informatica Server.

2) Repository Server

Here Informatica Server Connects to the Sources and Targets through Native ODBC connections, Again Informatica server connects to the Repository server,
In this sequence, Repository Server Connects to its repositories (for metadata), and repository administrator
console (for security checks-Like privileges to users to do this transformations etc.)

  Was this answer useful?  Yes

ETL complete process done as fallows:
In INFORMATICA POWER CENTER DESIGNER 
Creation of source table
Creation of target table
Creation of mapping :plan of implement business logic         

Takes place and that information is stored in repository
In INFORMATICA WORKFLOW DESIGNER
Creation of task (session): which is availability of running the mapping
Creation of workflow: which is used to execute the session
Takes place and that are stored in repository and 
Workflow and session details are send to INTEGRATION SEVER for computing business logic
INTEGRATION SERVICE  get data of source by requesting from REPOSITORY SERVICE
REPOSITORY SERVICE get data from REPOSITORY and submit to INTEGRATION SERVICE
REPOSITORY SERVICE  transform the data for BUSINESS LOGIC IMPLEMENT PURPOSE in STAGING AREA and send data to target table to see the transformation execution details whether it is successfully executed or not that can be done through WORKFLOW MONITOR
WORKFLOW MONITOR is used to monitor the session log details and session, workflow details.

Answer submitted by
VIJ@Y KUMAR

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions