Error in Teradata Connector (Failed to convert string...)

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
brock125
Premium Member
Premium Member
Posts: 14
Joined: Wed Dec 14, 2011 9:03 am

Error in Teradata Connector (Failed to convert string...)

Post by brock125 »

I have a simple job with a Teradata connector as the input and a sequential file as the output. The Teradata connector uses a parameter driven SQL statement to pull all the specified fields from a single table. RCP is enabled on this job due to the dynamic nature of the query. There was a new field added to the query recently (only thing that has changed) and now I'm getting the error below on the job. I can't seem to find much info on this error. Does anybody know if there's a usual cause of this error?


Failed to convert string (CC_StringConverter::toUnicode, file CC_StringConverter.cpp, line 327)
Post Reply