Page 1 of 1

Abnormal Termination - Fault type is 11

Posted: Thu Mar 27, 2014 2:36 am
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

Posted: Thu Mar 27, 2014 3:40 am
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.