launched a job if only its predecessor is in error?

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
kernel301
Nouveau
Nouveau
Posts: 12
Joined: 07 May 2010 12:00

launched a job if only its predecessor is in error?

Post by kernel301 » 14 Jun 2010 12:56

Hello
in CM, there is any way, in the conditions nodes, that a job is launched if only its predecessor is in error
i need and exemple plz , if it's possible
Regards

User avatar
jchannel
Nouveau
Nouveau
Posts: 5
Joined: 20 Jan 2006 12:00

Post by jchannel » 14 Jun 2010 2:30

I would think that the easiest way would be to use STEPS.

ON STMT * CODE NOTOK
DO COND JOBNAME-NOTOK

On the successor job Conditions Tab IN COND should = JOBNAME-NOTOK (from Predecessor job).

I am sure there are other methods to address this but that is the first one that comes to mind and perhaps the easiest.

Hope it helps.
J

User avatar
Banshee06
Nouveau
Nouveau
Posts: 79
Joined: 10 Jul 2009 12:00
Location: Salem, Oregon

Post by Banshee06 » 14 Jun 2010 9:37

Another is way is
when you have the code for NOTOK
DO FORCEJOB

Post Reply