How to pass job status from one seq to another

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
svhari76
Participant
Posts: 48
Joined: Tue Nov 16, 2010 5:04 pm

How to pass job status from one seq to another

Post by svhari76 »

Hi

I am using 3 different sequences and few jobs to perform a task. If a job fails in one of the sequence i would expect to see the same in the parent sequence, but i am getting success.

Eg: Seq1 -->Seq2 -->seq3 -->Server job1,job2

if job2 fails my seq1 should get the status of failed, but i am getting success...any ideas?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Force the Sequence to fail if need be, for example with a Terminator. The 'automatically handle' option can do that as well, but you'll need a trigger from the last object for it to be handled... run that to a Sequencer.
-craig

"You can never have too many knives" -- Logan Nine Fingers
svhari76
Participant
Posts: 48
Joined: Tue Nov 16, 2010 5:04 pm

Post by svhari76 »

Please explain little in detail...As i am new to DS, I can not quite catch what you are saying...
Post Reply