No data uploaded to the server

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
weiven
Participant
Posts: 5
Joined: Wed Oct 13, 2004 1:55 am

No data uploaded to the server

Post by weiven »

I'm trying to load a *.csv file to the server from DATA STAGE.

The status is "Parallel job reports successful completion"... but when i check in the Oracle9i server, there's no data appear.

The codition of the upload is UPDATE is exist else INSERT.
weiven
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Look in the job log file for messages like "active stage finishing". From that, determine how many rows were read, how many were written. Look also for messages (in the log) from Oracle that might indicate that the data your job sent were rejected - the messages will usually tell you why, for example invalid number, invalid date, constraint violated, and so on.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jayankurianvarghese
Participant
Posts: 10
Joined: Thu Aug 12, 2004 5:02 am
Location: UAE
Contact:

Post by jayankurianvarghese »

Put a reject linl to the oracle stage and check it out how many records got rejected. Or else you can go to the job log and check it our how many rows it is rejected. If a single record is updated you can see there in oracle. I was not happened. That is why. So initially try to check it out any record is got rejected or not. Try it. Job logs you can see what was the actual status.
Post Reply