UV TABLE

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
VasanthRM
Participant
Posts: 37
Joined: Wed May 11, 2005 3:05 am

UV TABLE

Post by VasanthRM »

I am not able to load records into the UV table. The cause for rejections is stated as Mismatch in Data type in Log.

Intial design was directly loading the UV table from transformer.
Only certain records get rejected

But when tried using an intermedaite sequential file between the transformer and UV i was able to load the data without any rejections.

what could be the reason?

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

Post by ray.wurlod »

It's impossible to tell without knowing what the data types are and what data you are actually delivering.

You may be able to determine this by inspecting the warning messages in the log, or you can definitely see the data by tracing the Transformer stage.

The reason the intermediate text file works is that there are no real data types in text files, only text.
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