Attempting to Cleanup after ABORT raised in one of our 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
OAC
Participant
Posts: 14
Joined: Wed Dec 15, 2004 3:40 am

Attempting to Cleanup after ABORT raised in one of our job

Post by OAC »

We have a job which calls a routine subject to the availability of file. It is working fine in our Development Environment, Whereas it aborts in QA Environment. In QA we are getting the following error message.

Attempting to Cleanup after ABORT raised in stage JpmFileLoadMail..JobControl

It is helpful if we get a solution.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Please post all error messages, a description of the design, as well as any functions you believe are involved.
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
aesguerra
Participant
Posts: 32
Joined: Tue Sep 09, 2003 9:45 pm

Post by aesguerra »

It would be helpfuly if you can insert a call to DSLogInfo in your routine to determine where exactly the abort was raised.
Post Reply