Showing posts with label Integration Server. Show all posts
Showing posts with label Integration Server. Show all posts

Tuesday, April 27, 2010

Integration Service

Integration Service process (also known as pmserver process)

- It is responsible for all the workflow operations.
- When you start the workflow , then IS process starts and locks the workflow, reads the parameter file, creates the workflow logs, runs the tasks in the workflow and starts the DTM process for sessions.

Data Transformation Manager Process (DTM Process)
- Also known as pmdtm process
- It is responsible for all the session operations

Friday, May 8, 2009

Informatica v7 - Undocumented Feature

Informatica : Unexpected commits

When using target-based commit PowerMart will commit when the writer thread is completely idle for one minute(Default value of WriteWaitTimeOut), even if the commit interval has not yet been reached.

_undocumented_ Feature -

WriterWaitTimeOut=
num of secs the writer will be idle before a commit is issued. Default is 60.
Use a large value to disable. Dont set it to 0


Informatica : Virtual Name for the Unix Machines - Starting Informatica Server

When you start the informatica server the informatica will check the ip address stored in the repository (configured in workflow manager) with the ip address of the server machine.

When we want to use virtual name - the ip address resolved in the client-workflow manager will be different from the actual fiscal ip address of the server.

To Fix : Open the file pmserver.cfg and add "ServerAddress=usp-mmsprod" and then start the server.