DRS Stage truncating the last character

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
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

DRS Stage truncating the last character

Post by splayer »

I am using DRS stage as a target to write to SQL Server. It is truncating
the last character of 4 of the columns. These are all char to varchar.
Any solution other than using ODBS Enterpsie stage.
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

Post by splayer »

Ok. turns out that DRS stage has this problem. ODBC Enterprise stage does not have this problem. However, if there is timestamp column, it has to come in as a timestamp from the input, not some other type.
eze_ke
Participant
Posts: 38
Joined: Wed Mar 30, 2005 11:42 am

Post by eze_ke »

hey dude

i aslo came accross this but no one in this forum has replyed for that

let us know if u get any solution to this

iam able load with server Job but the parallel Job truncates the columns
Thank
eze
emma
Premium Member
Premium Member
Posts: 95
Joined: Fri Aug 08, 2003 10:30 am
Location: Montreal

Post by emma »

Check the output field format.The paralel stages are more picky as the server stages.
Thanks,
Emma
Post Reply