"Abnormal termination of stage J1PduXfm..T detected&quo

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
Mohanram
Participant
Posts: 9
Joined: Tue Jan 30, 2007 5:21 am

"Abnormal termination of stage J1PduXfm..T detected&quo

Post by Mohanram »

Hi all,

When I am trying to run the job from top sequencer it starts executing initially but As the execution proceeds Job gets Aborted saying ""Abnormal termination of stage J1PduXfm..T detected".

So please suggest any Idea regading this issue to solve.
I agree there must be some load on d/s server , to avoid such abortion what shall i do?


Thanks in Advance
Mohan Ram
Thanks and Regards,
Mohan Ram.T
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. Don't load the server so heavily.

2. Reset the job. You may get a message logged "from previous run...". Read it and see what diagnosis it offers.

3. Investigate the offending stage to see if there's any possibility you may have done something that might throw an exception, for example attempting to divide by zero, take the square root of a negative number, etc.

4. Search the forum for other posts with this error text.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Mohanram
Participant
Posts: 9
Joined: Tue Jan 30, 2007 5:21 am

Post by Mohanram »

Hi ray,
Below is the log message can u please tell me what shall I do in the next step.

From previous run
DataStage Job 4674 Phantom 14945
Job Aborted after Fatal Error logged.
Program "DSD.WriteLog": Line 239, Abort.
Attempting to Cleanup after ABORT raised in stage J0Bsm..JobControl

DataStage Phantom Aborting with @ABORT.CODE = 1


Thank u for reply
Thanks and Regards,
Mohan Ram.T
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What do YOU think that error message is telling you?

In particular, what function generated it?
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