What r two types of processes that informatica runs the session?

Load manager Process: Starts the session, creates the DTM process, and sends post-session email when the session completes.
The DTM process. Creates threads to initialize the session, read, write, and transform data, and handle pre- and post-session operations.

Showing Answers 1 - 6 of 6 Answers

When the workflow start to run,

Then the informatica server process starts

Two process:load manager process and DTM Process;

The load manager process has the following tasks
1. lock the workflow and read the properties of workflow
2.create workflow log file
3. start the all tasks in workfolw except session and worklet
4.It starts the DTM Process.
5.It will send the post session Email when the DTM abnormally terminated

The DTM process involved in the following tasks
1. read session properties
2.create session log file
3.create Threades such as master thread, read ,write,transformation threateds,
4.send post session Email.
5.run the pre and post  shell commands .
6.run the pre and post stored procedures.

  Was this answer useful?  Yes

ASHOK1324

  • Apr 21st, 2009
 

Load manager Process: Starts the session, creates the DTM process, and sends post-session email when the session completes.

The DTM process: Creates threads to initialize the session, read, write, and transform data, and handle pre- and post-session operations.

  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