Abnormal termination of DataStage

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
naren6876
Participant
Posts: 233
Joined: Mon Feb 07, 2005 7:19 pm

Abnormal termination of DataStage

Post by naren6876 »

Hi,
I am getting the following error.

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

what would be the reason and how i can fix it?.
any clues would be highly appreciated.

Thanks in advance.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

This has been dealt with many times
Check these posts

viewtopic.php?t=98737&highlight=Fault+type+is+11

viewtopic.php?t=91775&highlight=Fault+type+is+11

A search on Fault type is 11, gives more.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Search is your friend. Do an exact search on "Layer type is BASIC run machine"
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
naren6876
Participant
Posts: 233
Joined: Mon Feb 07, 2005 7:19 pm

Post by naren6876 »

DSguru2B wrote:Search is your friend. Do an exact search on "Layer type is BASIC run machine" ...
I went through all the posts.

In my job ,i'm reading the BLOB object from oracle table and place that in a folder.

This is the forst time it got aborted in last 6 months.

Is this related with BLOB issue?. should i report it to IBM?.

any clues please.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

In one of the results roy got the same error. All he did was re-compile the job and that took care of it. Try that.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
naren6876
Participant
Posts: 233
Joined: Mon Feb 07, 2005 7:19 pm

Post by naren6876 »

DSguru2B wrote:In one of the results roy got the same error. All he did was re-compile the job and that took care of it. Try that. ...
If it is in production, how do you explain it to yoour boss?
I can't say like just need to re compile right.
we need to give the permanant solution.

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

Post by ray.wurlod »

Officially, server jobs do not support BLOB data type.

You may have been lucky up to now in that your BLOBs have been small enough, and now you've encountered one that's too large.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

ray.wurlod wrote:Officially, server jobs do not support BLOB data type.

You may have been lucky up to now in that your BLOBs have been small enough, and now you've encountered one that's too large.
Try explaining that to your 'Boss'.
That was just a suggestion as it fixed the problem. But guess Ray hit the bull's eye by picking up the BLOB point.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply