How can I restart loading after a job abort?

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
vitumati
Participant
Posts: 27
Joined: Tue Sep 07, 2010 11:38 pm

How can I restart loading after a job abort?

Post by vitumati »

Hello Guy,
I have issue in datastage. I have source with 1000 records, I run the job 500 Records loaded into target then my Job is Aborted at 500. I want to reload the records from 501 onwards.

can you please help me out?
Abhinav
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There are many ways to do this.

What is your target? If it is a database, the simplest might be to do inserts only and have it ignore updates. In that case, you can re-run your job and the records that have already been inserted will be skipped.

You will need to explain your environment a bit more in order to get applicable recommendations.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is nothing automatic. You must design this capability into your job.
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