Control-M being used for callinf informatica workflows

Everything about Control-M agents installation or setup.
Post Reply
User avatar
krish77
Nouveau
Nouveau
Posts: 1
Joined: 29 Mar 2010 12:00

Control-M being used for callinf informatica workflows

Post by krish77 » 29 Mar 2010 11:42

Hi,

I am very new to Control-M. I basically am an informatica developer.
One of my clients wants me to work on Control-M and Unix to schedule the informatica jobs. Can anyone provide an overview of how this is to be done and any sample scripts necessary.

Thanks in advance
Krish

User avatar
dkaris
Nouveau
Nouveau
Posts: 27
Joined: 10 Nov 2008 12:00

Post by dkaris » 29 Mar 2010 1:25

Hello Krish,
I have seen such executions in the past....

You really need to see the Informatica API and understand how you can initiate informatica Workflows from a Command Line perspective and how to understand if the workflow finished OK or NOTOK.

Then you need to put this in a script and call it through Control-M.


Regards
Dimitris

User avatar
stefani
Nouveau
Nouveau
Posts: 6
Joined: 21 Dec 2006 12:00
Location: Romania
Contact:

Post by stefani » 01 Apr 2010 11:50

Hi Krish,

You can pmcmd command to start informatica jobs.

We use it successfully in this format:
pmcmd startworkflow -s "integration service" -u "user" -p "password" -f "folder" -wait "workflow"



Stefan
Stefan

Post Reply