Page 1 of 1

Job aborted prematurely

Posted: Tue Aug 03, 2004 2:11 pm
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.

Posted: Tue Aug 03, 2004 11:22 pm
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.