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
karry450
Participant
Posts: 201
Joined: Wed Nov 14, 2007 11:31 pm
Location: HYD

Abnormal termination of DataStage

Post by karry450 »

Hi Friends

Im trying to run a job which is migrated from 7.5.2 to 8.1 but I face some issues

Abnormal termination of stage detected

and when I reset the job I see the below error.

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


Can anyone help me on this please
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: Abnormal termination of DataStage

Post by ArndW »

karry450 wrote:... DSP.Open at address 574...
What kind of stages are you opening?
karry450
Participant
Posts: 201
Joined: Wed Nov 14, 2007 11:31 pm
Location: HYD

Re: Abnormal termination of DataStage

Post by karry450 »

ArndW wrote:
karry450 wrote:... DSP.Open at address 574...
What kind of stages are you opening? ...

An Aggregrator stage and then a transformer stage and loading into ORACLE from ORACLE
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Does "View Data" function on both Oracle stages?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try re-entering the reference to the encrypted (password) parameter in the Oracle stage. I've found - admittedly in version 8.0.1 - that this (the reference to an encrypted parameter) is sometimes not migrated properly.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jacksamsula
Premium Member
Premium Member
Posts: 29
Joined: Tue Oct 21, 2008 9:26 am
Location: Samsula, FL
Contact:

Post by jacksamsula »

We have found a crazy solution to the abnormal termination of stage message when nothing else works. In the transformer change all of the DATE formats to VARCHAR2 on the Oracle target side. Then change the SQL to USER DEFINED SQL and use the to_date function to convert the varchar to date format. For us this works on version 7.5.1 running on Windows 2003 server. No idea why.
Jack McCarty
American University
Washington DC
jack@American.edu
386-871-4318
chanaka
Premium Member
Premium Member
Posts: 96
Joined: Tue Sep 15, 2009 4:06 am
Location: United States

Post by chanaka »

Hi Guys,

My self also encountered the same error. In that case I was able to get over it by changing the NLS map to None on the immediate target stage after the last transformer.

Cheers!
Chanaka Wagoda
Post Reply