Total Pageviews

Monday, 26 May 2014

Informatica Integration Service Components

Integration Service acts as a controller for entire workflow execution. Integration Service gets into action whenever a workflow is kicked off (either manually or by schedule). It reads Workflow, Session/Task and Mapping information from Repository Database and performs the execution as per transformation defined.
   PowerCenter Integration Service uses three components during execution of a workflow:
  



Integration Service Process:

Whenever Integration Service receives a request to execute a workflow, it creates an Integration Service Process. Please note that Integration Service can start one or multiple Integration Processes to run and monitor Workflows.


When the workflow is scheduled / run manually/changed, Workflow Manager interacts with Integration Service Process. This interaction happens over TCP/IP.  Integration Service process locks the Workflow and then knocks the Repository Service to get metadata about Workflow. Repository Service intern connects to Repository Database – fetches desired information – and gives it back to Integration Service process.


Once Integration Service process receives metadata information back from Repository Service, it creates connections to Source and Target databases using ODBC or Native drivers. Integration Service process also creates connections to any lookup or stored procedure databases which are used by the Workflow. Once the data loading process is done, Integration Service process releases and closes all open database connections.


Integration Service process is also responsible to start DTM process that will actually execute Workflow Sessions. Integration Service process passes Parameter File and Session information to DTM process, that helps it to retrieve required metadata from the repository.


          To summarize, Integration Service process is responsible to carry out below tasks:
  • Workflow Schedule Management
  • Locking Workflow Before Execution
  • Reading Parameter File
  • Creating Workflow Logs
  • Running any Tasks in Workflow (e.g., Email)
  • Creating DTM processes to run Workflow Sessions
You can also read more about DTM process on this blog.

Thank you....

No comments:

Post a Comment