Warning in Transformer Stage?

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
pkll
Participant
Posts: 73
Joined: Thu Oct 25, 2012 9:45 pm

Warning in Transformer Stage?

Post by pkll »

Hi All,

I am getting below Warning in Transformer.

Code: Select all

Transformer_3,1: Conversion error calling conversion routine timestamp_from_string data may have been lost
I have not apply any Converions and i have not make any transaction on timestamp column.Just i drag and drop the timestamp coumn.

Let me know why i am getting above error?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What are the data types for this column on input and output links?

Perhaps the difficuly is in an implicit conversion, and data that cannot be successfully converted given your default timestamp format setting.
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