Page 1 of 1

Attempting to cleanup after Abort raised in job

Posted: Fri Aug 21, 2020 8:33 am
by udayk_2007
Hi All

We are getting this error frequently during the job run. This is a windows based DataStage setup

Error - Attempting to cleanup after Abort raised in the job

DataStage continuously logs this error and fails after 50 warnings.

For resolving it, I am making copy of job and it runs fine. However, I am not able to locate the reason for this error

Every time,the error is coming for a different job

Mostly the error is coming with a job which reads from sequential file and updates database table

When i checked for this error on internet,it shows that this could be issue with permission on JobRuntime.err or JobRuntime.log. I checked the permissions on those files. That looks fine.

Please help