Abnormal termination of the jobs

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
lax
Participant
Posts: 12
Joined: Fri Oct 29, 2004 2:56 am

Abnormal termination of the jobs

Post by lax »

Hi All,
I have to run a job on ascential datastage with around an estimate of 600000 rows of data. The job terminates with warning" Abnormal termination of the job at the stage XXX"
However, when i run this job with giving the "limit " <say limit of 350000> it runs with no issues. Else directly running this job terminates it with warning.

Can anyone help me in troubleshooting this map. :roll:


Thanks in Advance
Laxmi
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Tell us what stages are in the job doing what, we have no clue where to begin.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
lax
Participant
Posts: 12
Joined: Fri Oct 29, 2004 2:56 am

Post by lax »

Hi,
This is a smple job with two transformation stages. the first transformer stage eliminates all the empty spaces using "StringSpaces" . The second transformer has three hash file lookups performed. The schema looks something like this:


Source---->Transf Stage---------> Transf stage----------------> Target
.....................[Null handling]-----[ three lookups]

Looking ahead for response from the group
laxmi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And "StringSpaces" is what, a custom routine or transform? Can you post the code for that as well?

Which stage is the "XXX" stage that aborts?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply