Force OK jobs if file does not arrive.

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

Force OK jobs if file does not arrive.

Post by jstarkw » 08 Jul 2014 8:25

Using control-m version 8 fixpack 3

Issue - Job streams are ordered but dependent upon file(s) arriving in order to run. File(s) may be deferred and not arrive. How do I force ok all jobs related to this file if it does not arrive?

I do know what jobs are related to each file and they span several smart tables. I am exploring using a shout to a program. Struggling finding a utility that will force ok the jobs.

Challanges - jobstreams get ordered on the 1st - Files may not show up until the 12th.

Regards,

User avatar
ThePirate
Nouveau
Nouveau
Posts: 61
Joined: 04 Feb 2008 12:00
Location: Cleveland, OH

Post by ThePirate » 21 Jul 2014 4:01

I would use a file watcher and load a new one everyday at New Day but use the time out at just before new day IF COMPSTAT=7 DO OK and if you do find a file use IF COMPSTAT=0 DO FORCE JOBS.....

If you need a condition and that is why you want to ForceOK just include the DO CONDITION for the COMPSTAT=7.

Post Reply