How do you job with in condition or time.

All questions about Control-M jobs definitions
Post Reply
User avatar
jstarkw
Nouveau
Nouveau
Posts: 58
Joined: 14 Jan 2010 12:00

How do you job with in condition or time.

Post by jstarkw » 27 Feb 2012 2:47

I have a job that must be dependant upon its predecessor - a FW job - finishing, or if the time gets to 11:15am. That is: If the predecessor completes - start the job, or if the time is 11:15am and the predecessor has not completed - start the job. I am hoping someone has tackled this issue and can assist.

Regards,

note: I am running version 6.4.01.700 E/M and 6.4.01.600 server.

andyshack

Post by andyshack » 27 Feb 2012 2:52

You could trigger the job from two other jobs with an Or operand between the conditions - the first job being the filewatcher and the second a dummy job which is scheduled to run at 11:15. Either predecessor job runs then the job will run

User avatar
Jean-Mi
Nouveau
Nouveau
Posts: 19
Joined: 08 Sep 2006 12:00
Contact:

Post by Jean-Mi » 28 Feb 2012 8:47

Hi,

You can also use the AFT file watcher and, in the 'advanced' buttom, wait the file until 11:15.
You can manage the return code in the 'Step' tag.

Jean-Michel.

User avatar
jstarkw
Nouveau
Nouveau
Posts: 58
Joined: 14 Jan 2010 12:00

Post by jstarkw » 29 Feb 2012 1:43

Thank you both!

Great suggestions. Very big help.

Post Reply