Before job abort with no other messages

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
lsnovick
Participant
Posts: 80
Joined: Fri May 25, 2007 7:24 am
Location: Troy

Before job abort with no other messages

Post by lsnovick »

I am on a new project that is using 7.5.1. I have never had this type of error. I do not receive any other errors other than:

Attempting to Cleanup after ABORT raised in stage testEMPLoad..BeforeJob

The job now only has a Relational to transformation to hash now. I broke down the job to find out what is it having an issue with. I need help figuring out where to look.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First thing to try is to Reset the aborted job and see if a 'From previous run...' message is added to the log. If so, post the contents.
-craig

"You can never have too many knives" -- Logan Nine Fingers
lsnovick
Participant
Posts: 80
Joined: Fri May 25, 2007 7:24 am
Location: Troy

Post by lsnovick »

It just gives me the error Unable to open file....

I am trying to write to the hash file so it does not exist yet.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That sounds like the normal reset message, so did it not add the 'From previous run...' entry? Are you actually doing anything 'before job'?
-craig

"You can never have too many knives" -- Logan Nine Fingers
lsnovick
Participant
Posts: 80
Joined: Fri May 25, 2007 7:24 am
Location: Troy

Post by lsnovick »

It is not doing anything before the job.

That is what is upsetting. Where could it be having an issue?
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Re: Before job abort with no other messages

Post by kandyshandy »

lsnovick wrote:Attempting to Cleanup after ABORT raised in stage testEMPLoad..BeforeJob
What stage is testEMPLoad? Did you develop this job from scratch or took a copy of existing job? You don't see anything in BeforeJob or JobControl tab of Job Properties?
Kandy
_________________
Try and Try again…You will succeed atlast!!
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Server job aborts report an active stage, which typically means the transformer but the error could be anywhere. And without the clue from doing a Reset, they can be difficult to track down.
-craig

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