connection between job and sequencer

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
dnat
Participant
Posts: 200
Joined: Thu Sep 06, 2007 2:06 am

connection between job and sequencer

Post by dnat »

Hi,

I have a Job sequence like this which calls multiple job sequences like this

Job sequence1-->Job sequence 2-->Job sequence3-->Parallel job1

Job sequence 3 has aborted with the error message "JobControl (fatal error from @ABORT_JOB_FAILED): Job Failed"

But when i look at the Parallel job1 , it is running.

Often, this job sequence fails similarly. But when i restart it , just runs fine.. Can there be a disconnect between the job sequence 2 and the parallel job 1?could that be a reason?
devesh_ssingh
Participant
Posts: 148
Joined: Thu Apr 10, 2008 12:47 am

Post by devesh_ssingh »

probably your job were not in compiled when you have attached to sequencer.....
so when you restared it have complied that job automatically
dnat
Participant
Posts: 200
Joined: Thu Sep 06, 2007 2:06 am

Post by dnat »

No, nothing was changed in the job in the recent past..
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

please post the details mentioned in the entry called "summary of sequence run". you haven't posted enough details for us to make a suggestion.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What kind of trigger is between "Job sequence3" and "Parallel job1"? Your job failure has nothing to do with your Sequence, you need to check the appropriate log to see what is going on. And by "appropriate" I mean the log of the job that failed.
-craig

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