Abnormal Termination - Fault type is 11

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
subbu_1272
Participant
Posts: 1
Joined: Wed Mar 26, 2014 7:10 am
Location: CHENNAI

Abnormal Termination - Fault type is 11

Post by subbu_1272 »

Hi All,

In Production one server job has aborted due to this reason

DataStage Job 48 Phantom 14722
Abnormal termination of DataStage.
Fault type is 11. Layer type is BASIC run machine.
Fault occurred in BASIC program DSP.Open at address 4d4.

If any one knows how to resolve this issue, Kindly let me know
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Fault type 11 is an access violation (SIGSEGV). Your application has tried to access a memory location it does not own. There are very many possible causes.

Reset (rather than re-compile) your job and view the "from previous run" message that is logged as a result. Share its contents here if you can't resolve the issue from that.
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