Fault Type 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
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Fault Type 11

Post by pradkumar »

Hi All

i ma getting the following error after I reset the abnormal termination in one of the job

DataStage Job 1062 Phantom 12580
jobnotify: Unknown error 911
DataStage Phantom Finished.


DataStage Job 1062 Phantom 12585
Abnormal termination of DataStage.
Fault type is 11. Layer type is BASIC run machine.
Fault occurred in BASIC program DSP.Open at address 574.

jOB DESIGN IS STRAIGHT FORWARD.
db-tx-db

Could anyone please shed light on this issue?

Thanks
Pradeep Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First bit of light shedding should come from a forum search. For example, I got 40 hits when I did an exact search for "Fault type is 11", something out there should help.

FYI - The "Fault types" are the same as UNIX signals, so 11 is SIGSEGV or a Segmentation Violation:

http://www.cs.pitt.edu/~alanjawi/cs449/ ... ignals.htm
-craig

"You can never have too many knives" -- Logan Nine Fingers
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Post by pradkumar »

Hi

Thanks for the reply. i searched the forums. But the other threads were different from my error.
We are moving to new server. We face this issue only in 3 of 2500 jobs.

So I am eager to know that whether this can happen across the project in the future.

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

Post by ray.wurlod »

Yes it can. A segmentation violation can occur for many causes, most of which your search would have revealed. If any of these causes occurs in future (for example an attempt to load 15 characters into a Char(12) field) then you will get a segmentation violation.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Post by pradkumar »

Thanks for the reply.

What is VLIST. and how it can be implemented in my scenario as

Thanks
Pradeep Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Wherever you found it should have included some information about its use, I would think.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

VLIST is a diagnostic tool for working with DataStage BASIC code. There is no way to "implement it in your scenario".
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