Page 1 of 1

Routines to run 24/5

Posted: Tue Jun 29, 2010 4:04 am
by SachinCho
Hi,
We have few polling routines in our project which continuously polls particular table at an interval of 60 sec for some entry. Once entry is available it runs the specific job. This routines are placed in individual sequencer and it runs 24/7 once triggered from autosys.

We want to run it only for 5 days a week instead of 7 days.

Any inputs for the same?

Re: Routines to run 24/5

Posted: Tue Jun 29, 2010 4:18 am
by ArndW
SachinCho wrote:...runs 24/7 once triggered from autosys...
Since autosys triggers your routines, that is where you would need to change settings.

Posted: Tue Jun 29, 2010 4:20 am
by Sainath.Srinivasan
What is the design ? What happens after it runs the job (after locating the file) ? Does it re-cycle ?

How do you stop the job ? (say for maintenance)

How is the polling configured ? Is it waiting for file from datastage or external mechanism ?

You need to provide much more information. Otherwise others will be guessing.