Error : Attempting to clean up after abort raised in a stage

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
vimali balakrishnan
Participant
Posts: 60
Joined: Mon Dec 27, 2004 3:38 am

Error : Attempting to clean up after abort raised in a stage

Post by vimali balakrishnan »

Hi,

I'm getting the following error,when I'm executing a job.
Error : Attempting to Cleanup after ABORT raised in hash file stage.Because of this error no records are read from the hash file.Can anyone help me out in fixing this issue?

Thanks,
Vimali.
rgandra
Premium Member
Premium Member
Posts: 49
Joined: Mon Aug 02, 2004 9:31 am
Contact:

Post by rgandra »

Probably your passing nulls or empty strings to the key colums in the hash file.

If this don't help give me more description about the job design.

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

Post by ray.wurlod »

Find other messages in the log file that tell you why the abort was raised in the hashed file stage.

Aborts in hashed file stages are fairly rare; typically resulting from design errors such as specifying a non-existent hashed file name or directory.
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