Loading Data

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
balaid
Participant
Posts: 7
Joined: Sun Aug 07, 2005 11:51 pm

Loading Data

Post by balaid »

Hi folks,
I have a 10,000 records to be loaded. When i ran the job 5000 records has been loaded. After 5000 the job got failed. Could any one let me know how to load the remaining 5000 records.

Thanks in advance..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Balaid,

I would recommend printing them out and typing them in by hand :twisted:

Seriously -

please tell us which database you are loading and which method you are using. Whenever records get rejected some description of the error is written, either to the log file or to another file. You can also activate the rejects in your job to get this information.

If this is too complicated or difficult, just try to manually enter at least one of the failed rows into your database and you will get an error message...

Most common cause for rejecting records - constraint violations.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Describe your job design. What stage are you using to put the rows into the target?
Post any error message that's logged in the job log.
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