Search found 161 matches

by brownbag
18 Mar 2009 11:30
Forum: Job Definition
Topic: how to set Current Status back to Wait Condition in a job
Replies: 7
Views: 4036

how to set Current Status back to Wait Condition in a job

If you really do want a loop where you get a sequence of A, B, A, B, A, B, and so on, starting every hour or so, then you need to have one job control the cycle. The other job's cycle could be 0, 5, 10 but it doesn't really matter as it is less than that of the 'controlling job. And yes, I did say i...
by brownbag
17 Mar 2009 11:55
Forum: Job Definition
Topic: how to set Current Status back to Wait Condition in a job
Replies: 7
Views: 4036

how to set Current Status back to Wait Condition in a job

Firstly, you should know that any cyclic job is set automatically back to wait condition after it completes, assuming that there are no limits on the number of runs or you haven't processed a 'stop cyclic' command, or something else similar. I don't completely understand your need as I am not sure i...
by brownbag
17 Mar 2009 6:58
Forum: Job Definition
Topic: Scheduling Ad-hoc jobs
Replies: 4
Views: 2245

Scheduling Ad Hoc jobs

The adhoc nature of job is all related to the scheduling. If you wish to create an adhoc job or table you can do two things: (1) Do not schedule the job - so that it needs to be ordered manually. This is done in the Scheduling tab of the job definition. (2) Leave the user daily field in the table bl...
by brownbag
17 Mar 2009 6:51
Forum: Job Definition
Topic: how to set Current Status back to Wait Condition in a job
Replies: 7
Views: 4036

re: how to set Current Status back to Wait Condition in a jo

It seems to me that you have two jobs and only one of them is cyclic. If you wish the first job to continue to trigger the second job, then you need the second one to be cyclic as well. But you need to be more careful as you don't want the second job to just run on its scheduled time. Are you just w...
by brownbag
17 Mar 2009 6:47
Forum: Job Definition
Topic: rerun jobs
Replies: 4
Views: 3023

Chain of jobs

You can avoid the relatively complex ctmpsm command by doing the following: (1) Make all jobs cyclic. (2) Give the first job an interval of 60 minutes. This is the 'controlling job' (3) Give every other job an interval of 5 minutes (the exact interval doesn't really matter as they won't run until th...
by brownbag
17 Mar 2009 6:36
Forum: Job Definition
Topic: Scheduling a Quarterly to an Annual Job
Replies: 4
Views: 2317

quarterly job

Hubba, You are definitely missing something here. According to what you are saying, there is nothing that you need to do (except ensure that the max wait on each job is long enough to ensure that they remain in the AJF for long enough). They are both scheduled on the same day and the conditions ther...
by brownbag
17 Mar 2009 6:29
Forum: Control-M Enterprise Manager
Topic: Control+M Job run is very slow Vs Manual run
Replies: 4
Views: 6458

control-m job is very slow

Sounds like you have a firewall issue, as Philmalmaison was suggesting in the first post. If your ctm agent cannot communicate with the ctm server, then it cannot tell the ctm server that the job is complete. So the ctm server only finds out when it does a scheduled check of all agents, which by def...
by brownbag
17 Mar 2009 6:25
Forum: Control-M Enterprise Manager
Topic: Disable or Stop Alerts on Scheduling Groups
Replies: 5
Views: 3256

alert on abend

The AlertOnABend parameter creates a standard alert (I think the text is 'Job Ended NOTOK') whenever a job or group fails. If you set the AlertOnAbend to 0, you will get no alert for either the job or the group. If you are relying on this standard alert for notification of failures then this will ca...
by brownbag
17 Mar 2009 6:21
Forum: Control-M Enterprise Manager
Topic: unable to use root_menu
Replies: 6
Views: 3705

unable to use root_menu

Root Menu is not applicable for Windows applications. It is only relevant for UNIX. You can use the Windows 'Services' to manage your EM components on a Windows installation.
by brownbag
17 Dec 2007 12:19
Forum: Job Definition
Topic: MAXDAYS parameter - what is it?
Replies: 4
Views: 2556

MAXDAYS and others

Thanks for that.
I assume that the MAXRUNS and MINIMUM parameters also apply only to z/OS.
by brownbag
14 Dec 2007 3:46
Forum: Job Definition
Topic: MAXDAYS parameter - what is it?
Replies: 4
Views: 2556

MAXDAYS parameter - what is it?

Hi,
Does anybody know what the MAXDAYS paramete is for. I'm sure that it is different to the MAXWAIT parameter, as they can both be used as functions in a template definition.
Thanks.