Coommon Job Issue

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Coommon Job Issue

Post by myukassign »

I have a job "JobA" which is calling from many sequncers. Its function is to update a log file.

When multiple sequncers running at a time and by chance a run request for jobA is triggering by two sequncers at a time.

What will happen? Whether the calling sequncer will get aborted? If that the case wht will be the solution for this?

Note: I am not able to simulate this scenario as the job is running by a scheduler tool and I dont have access. So I want to know wht will happen if such a problem come.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

JobA would need to be a multiple instance job or yes - an attempt to run it while it is currently running will fail.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply