Cyclic Jobs. Is there a max run no

Everything about Control-M Server installation or setup.
Post Reply
User avatar
mulvida
Nouveau
Nouveau
Posts: 12
Joined: 09 Aug 2007 12:00

Cyclic Jobs. Is there a max run no

Post by mulvida » 02 Nov 2007 7:02

I have a job that will need to run every 5 mins almost all day.

Is there a limit to the number of times a job can run without breaking.

If I need to break it up into two or three consecutive jobs, say 200 each, I can do that.

Anyone know for sure?

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Post by fyot » 04 Nov 2007 11:35

Hi,

It exists a MAXRERUN field used only for DO RERUN function.
But concerning CYCLIC job I don't know any limit.

If you want to break you CYCLIC job, you must use STOP CYCLIC function and %%RUNCOUNT autoedit variable.

User avatar
mulvida
Nouveau
Nouveau
Posts: 12
Joined: 09 Aug 2007 12:00

Cyclic issue continues...

Post by mulvida » 05 Nov 2007 4:03

I know how to stop one and start one.

My concern is if there is a maximum number of times you can run a cyclic job without causing Control-M problems.

I need to run this thing every 2 minutes from 0745 to 1700 every day.

If there is a max number, I will just create a couple of jobs and break the string up, but I can not find it documented anywhere.

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Post by fyot » 05 Nov 2007 4:15

Hi

There is no limit to the number of time you can run a cyclic job.

So be carefull about it, if you run every 2 mins your job, you will increased LOG table, adding almost 10 lines by execution for the same job.

User avatar
gglau
Nouveau
Nouveau
Posts: 317
Joined: 13 Jun 2007 12:00

Post by gglau » 07 Nov 2007 4:19

You can limit number of runs by time window using FROM and UNTIL if cyclic job is submitted at regular interval.

Post Reply