Routines to run 24/5

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
SachinCho
Participant
Posts: 45
Joined: Thu Jan 14, 2010 1:23 am
Location: Pune

Routines to run 24/5

Post 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?
Sachin C
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: Routines to run 24/5

Post 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.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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.
Post Reply