Search found 5 matches

by anirudhp
16 May 2013 6:06
Forum: Control-M Enterprise Manager
Topic: Control - M scheduling a job hourly
Replies: 5
Views: 12669

Hi, If you want to run Job in sequence A--> B --> C Then condition should be as below For job A - IN() OUT(A+) -- cyclic job set for every 5 mins For job B - IN(A+) OUT(B+,A-) -- cyclic job set for every 0 mins For job C - IN(B+) OUT(B-) -- cyclic job set for every 0 mins Now A is independent and w...
by anirudhp
14 May 2013 3:23
Forum: Control-M Enterprise Manager
Topic: Control - M scheduling a job hourly
Replies: 5
Views: 12669

Create a new job definition, on the Execution tab > select the Cyclic Job > Set > Run every 60 minutes > All intervals are from the job's (Start, Target or End) choose your targeted interval > Complete job definition and save This is v6.4. Most are relatively the same. It varies slightly for Mainfr...
by anirudhp
14 May 2013 3:14
Forum: Control-M Enterprise Manager
Topic: Jobs running cyclic in a setup
Replies: 5
Views: 6696

Make them both cyclic, set JobA to rerun every 180 mins, and JobB to rerun after 0 mins. Make JobB dependend on JobA. Don't forget to clear the conditions after each job ends Hi Danny and Sobriquet, The above said steps work good for set of 2 jobs,(A & B). But when i am trying to use more than two,...
by anirudhp
03 Jan 2013 7:56
Forum: Scripts
Topic: To delete all job related information for a previous order
Replies: 3
Views: 7739

we order the table for every 4 hrs, and in a day we need to complete 4 such orders.. and we have used (-) in the OUT conditions to negate the orders at jobs at the end, but in case if there is a failure or any scenario where flow is left in middle and new order is given, we find it difficult to orde...
by anirudhp
19 Dec 2012 1:50
Forum: Scripts
Topic: To delete all job related information for a previous order
Replies: 3
Views: 7739

To delete all job related information for a previous order

Hi,
I want to know how to delete information regarding a previously ordered job/ ordered Smart table(all jobs) in Control-M.
Information like ODATE, ENDEDOK/NOT ENDED OK, etc.

This would be helpful for me to avoid dual runs on the same Order Date.

Thanks,
Ani