hello parallel extender job sequncer errors

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

Post Reply
studyguy2001
Participant
Posts: 19
Joined: Tue Feb 01, 2005 11:46 pm

hello parallel extender job sequncer errors

Post by studyguy2001 »

hello.,

i am running a job sequencer in parallel extender 7.0.1 .
i am getting following error:

(1) seqtest111.3106.JobControl (@PJob_<job name>_1): Controller problem: Unhandled abort encountered in job <job name?

(2) PJob_<jobname> (JOB <jobname>) started
10:24:04: PJob_<jobname>_1 finished, status=3 [Aborted]
10:24:07: Exception raised: @PJob_<jobname>_1, Unhandled abort encountered in job <job name>
10:24:07: Sequence failed (restartable)

i could not understand what is that error. i am new to this job sequncer.
can you please help me in debugging this error.

thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

The message tells you that the job run under control of the job sequence aborted. The name of this job is probably part of the error message, though you've replaced it with the metasyntacic variable <job name>.

What you need to do is to inspect the log for that job (<job name>) using the Director client to try to determine why it aborted. When in Director try resetting the job; sometimes this causes additional diagnostic information to be logged, in a message titled "from previous run...".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply