Job aborted prematurely

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
babbu9
Premium Member
Premium Member
Posts: 75
Joined: Tue Jun 01, 2004 9:44 am

Job aborted prematurely

Post by babbu9 »

Hi
I am working with a DS job responsible for loading data into the dimension table. I have noticed that of the 15000 records that have to be loaded only 5000 have been loaded as the job aborted prematurely.

Is there a way to start loading data from 5001 record (without the need to drop the initial 5000 records and reload all the 15000 records)?

Please inform.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Depends. What is your source? Figure out how to constrain the extraction so that the first 5000 rows are either not extracted, or bypassed.

Even if you can't do this at source, you can constrain a Transformer output so that the input row number is greater than 5000.
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