Help in rectifying Pivot Warning

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
mac4rfree85
Participant
Posts: 126
Joined: Thu Jul 01, 2010 11:39 pm

Help in rectifying Pivot Warning

Post by mac4rfree85 »

Hi Guys,

Altogether i am pivoting 7 columns. One of the column is a Timestamp Column.
Because of the Timestamp column pivoting, i am getting this Warning.

Code: Select all

Data string '00:00:00' does not match format '%yyyy-%mm-%dd %hh:%nn:%ss': the value for tag %yyyy has fewer characters than expected.
If I remove the Timestamp pivot, then i am not getting Warning.
In our project, we do not suppress warning. Is there anyway we can rectify this warning?

It would very helpful if you can throw some light on this.

Cheers!!!!!!!!
Mac4rfree
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You only have a time, not a timestamp.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mac4rfree85
Participant
Posts: 126
Joined: Thu Jul 01, 2010 11:39 pm

Post by mac4rfree85 »

There is no time field. There is only one Timestamp column. I also checked the timestamp column, i did not find such a data ("00:00:00")
Mac4rfree
Post Reply