Job Sequence completed successful even a job aborted status

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

nekkalapudi
Participant
Posts: 21
Joined: Tue Jul 18, 2006 2:38 pm

Post by nekkalapudi »

kris007 wrote:That explains things. Since you have used a failure trigger, the Job sequence reads it as you are handling the failure activities. So, as per the Job sequence, when the job aborts it sends an email and its job is done and hence the successful message. If you want the sequence to abort when a job fails, place a Terminator activity or UtilityAbortToLog routine stage after the Notification stage and that will give you what you want.
Thanks to every one of you.
I will change as advised and will get back.

Thanks,
Omkar
nekkalapudi
Participant
Posts: 21
Joined: Tue Jul 18, 2006 2:38 pm

Post by nekkalapudi »

kris007 wrote:That explains things. Since you have used a failure trigger, the Job sequence reads it as you are handling the failure activities. So, as per the Job sequence, when the job aborts it sends an email and its job is done and hence the successful message. If you want the sequence to abort when a job fails, place a Terminator activity or UtilityAbortToLog routine stage after the Notification stage and that will give you what you want.
Thanks to all. It's working.
Omkar
Post Reply