Abnormal termination of stageerror in a simple job ???

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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Abnormal termination of stageerror in a simple job ???

Post by kaps »

We are having this weird issue where a simple job fails with following error.

Abnormal termination of stage Job_Name detected.

Reading from a seq file and looking up to a hashed file and writing to a seq file. Problem is that if we have "Preload to memory enabled" then the job fails but if it's disabled then it runs.

It's not a memory issue as the same job exists in another project in the same server which runs fine with Preload to memory enabled. Nothing else running on this server to cause memory issues...

When I reset the job I don't see any entry like "From Previous run...."
What could be the issue ?

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

Re: Abnormal termination of stageerror in a simple job ???

Post by ray.wurlod »

kaps wrote:Reading from a seq file and looking up to a hashed file and writing to a seq file.
Not really a parallel job, then?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are there any other warnings in the log? Do you get any useful diagnostic information "from previous run..." after you reset the aborted job?
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