Jobs are not aborting

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
saj
Participant
Posts: 30
Joined: Fri Aug 28, 2009 6:00 am

Jobs are not aborting

Post by saj »

Hi,
I have a seq which is calling 30 jobs .If one is failing the seq should abort , but I am facing a situation were if any of the jobs are failing the seq is not aborting . Can any one help me how to fix this .
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to tell it that's what you want to happen. That's what the Terminator stage is for or perhaps the 'Automatically handle' compiler option.
-craig

"You can never have too many knives" -- Logan Nine Fingers
saj
Participant
Posts: 30
Joined: Fri Aug 28, 2009 6:00 am

Post by saj »

Hi craig,
The automatically handle option is enabled ,but still its not aborting .
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What compiler options are enabled? What triggers are you using between activities? Give us a better picture of your Sequence job design.
-craig

"You can never have too many knives" -- Logan Nine Fingers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Add a exception handler connected to terminator stage with the termiante option of your choice.

By the way, did you change that option in administrator? in that case open the sequence and check that option in the job properties and then compile it.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply