Abort of Job sequence

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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You've posted this three times, please delete the other two. You won't be able to once someone replies to them.

Problems with the Sequence job itself will cause it to abort regardless of the state of any child jobs. Post your error message(s) from the log - cut and paste, don't hand type them here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Akumar1
Participant
Posts: 48
Joined: Tue May 22, 2007 3:38 am
Location: bangalore
Contact:

Log

Post by Akumar1 »

Hi,

PF the log below for the same:


Starting Job MASTER.

DSJobController = BIN_MASTER

Starting Job MASTER.

DSJobController = BIN_MASTER

MASTER -> (MASTER1): Job run requested

Mode (row/warn limits) = 0/50

Job Parameters --->

DSJobController=MASTER

MASTER..JobControl (DSRunJob): Waiting for job MASTER1 to start

MASTER..JobControl (DSWaitForJob): Waiting for job MASTER1 to finish

MASTER..JobControl (DSWaitForJob): Job MASTER1 has finished, status = 3 (Aborted)

MASTER..JobControl (@MASTER1): Report on job: MASTER1



**************************************************

STATUS REPORT FOR JOB: MASTER1

Generated: 2007-05-22 16:24:14

Job start time=2007-05-22 16:23:36

Job end time=2007-05-22 16:24:12

Job elapsed time=00:00:36

Job status=3 (Aborted)

Job has no stages.

MASTER..JobControl (@Coordinator): Summary of sequence run

16:23:35: Sequence started (checkpointing on)

16:23:35: MASTER1 (JOB MASTER1) started

16:24:14: MASTER1 (JOB MASTER1) finished, status=3 [Aborted]

16:24:15: Exception raised: @MASTER1, Unhandled abort encountered in job MASTER1

16:24:15: Sequence failed (restartable)

MASTER..JobControl (@MASTER1): Controller problem: Unhandled abort encountered in job MASTER1

MASTER..JobControl (fatal error from @Coordinator): Sequence job (restartable) will abort due to previous unrecoverable errors

Attempting to Cleanup after ABORT raised in stage MASTER..JobControl

Thanks,
Arun Kumar Gupta(akumar1)


chulett wrote:You've posted this three times, please delete the other two. You won't be able to once someone replies to them.

Problems with the Sequence job itself will cause it to abort regardless of the state of any child jobs. Post your error message(s) from the log - cut and paste, don't hand type them here.
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Is MASTER job in aborted state? Does the job have any stages?

1.A Sequencer without job activity stages occasionally fails compilation.

2.You cannot call a sub-job that has no stages from a job sequencer.

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

Post by ray.wurlod »

Your point 2 is not correct. You can call ANY compiled job from a job sequence, whether or not the job has stages. For example, the job might contain only job control code.
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