how to know in control M taht job is sucessful

Everything about Control-M agents installation or setup.
Post Reply
User avatar
dsu007
Nouveau
Nouveau
Posts: 1
Joined: 04 May 2009 12:00

how to know in control M taht job is sucessful

Post by dsu007 » 05 May 2009 3:36

This might be trivial question But i am in a new organization where CONTROL M is being used to schedule the job and i am running 2 etl packages using the command line process of control m.
And then now the question is that my jobs2 is dependent on job 1.
That means job 2 will run only if job1 was successful otherwise agent should quit.
I have no idea how to achieve this, please guide me.

Thanks

User avatar
th_alejandro
Nouveau
Nouveau
Posts: 188
Joined: 26 Nov 2008 12:00
Location: Bogotá

ideas

Post by th_alejandro » 08 May 2009 12:03

Hello, follow this steps :
1) in job 1 define output condition, may be PART1-to-PART2, then
2) in job 2 define in condition, PART1-to-PART2

in this case, then agent only execute job 2 if job 1 finish OK.

User avatar
malay
Nouveau
Nouveau
Posts: 9
Joined: 24 Jun 2007 12:00
Location: Bangalore

hi

Post by malay » 08 May 2009 11:54

Just set condition and after successful completion you may check pre-requisite condition will be generate.

Post Reply