How to ReRun the job if it is ended with NOTOK

Post Reply
User avatar
BajiPrasad
Nouveau
Nouveau
Posts: 9
Joined: 13 Apr 2010 12:00
Location: London

How to ReRun the job if it is ended with NOTOK

Post by BajiPrasad » 15 Apr 2010 3:29

In shout(PostProc)..

how to make a job to rerun(untill it is ok) when the job is ended with Not OK. i want this Rerun(untill it is ok) every 10 mins.

im basically new to Control-M

advice and help needed

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

Post by Banshee06 » 15 Apr 2010 7:50

first you have to go to the Execution tab on the job and put in an Interval of how many minutes before the job reruns
then you can put in a Time range for when you want this rerunning to happen
From 12:00
Util 9:00
or if continous leave blank

Next on the Steps tab created an on statement:
Statement *
Code NOTOK And
Do Rerun

User avatar
BajiPrasad
Nouveau
Nouveau
Posts: 9
Joined: 13 Apr 2010 12:00
Location: London

Post by BajiPrasad » 23 Apr 2010 1:14

Hi thanks for your reply. i really appreciate your help.

i followed the steps given by you and it worked

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

Post by Banshee06 » 23 Apr 2010 3:57

You are most Welcome! :D

Post Reply