Job has been aborted after some rows..?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
balaya.ds
Participant
Posts: 27
Joined: Fri Dec 25, 2009 10:50 pm

Job has been aborted after some rows..?

Post by balaya.ds »

I have a datastage job which is having 900 records.

my qst is the job has been aborted after 400 records. i want to start from 401 record ?

how to do that..?

_________________
Sudheer
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Delete the first 400 from the source.
amit101here
Participant
Posts: 1
Joined: Thu Jul 22, 2010 5:22 am
Location: United States

Re: Job has been aborted after some rows..?

Post by amit101here »

what stages are you using ?
...If you are using sequential file stage..there is property called cleanup on failure..set this as true....and you dont have to worry about this....everytime job is failed, records will be cleaned up...and next run will load from scratch again....
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's a new one on me. :?

The next run will always be "from scratch" unless you specifically code it to be otherwise.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vivekgadwal
Premium Member
Premium Member
Posts: 457
Joined: Tue Sep 25, 2007 4:05 pm

Post by vivekgadwal »

If the data volume is what you mentioned here, then I would do an "all or nothing" commit in the database.
Vivek Gadwal

Experience is what you get when you didn't get what you wanted
Post Reply