Issue with asian UTF8 characters loading to Teradat

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
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

I would start with confirming the character set on the table with your TD DBA.

I would then ensure that your TD connector stages are set to that character set.

I would also ensure that your DataStage JOB is set to that character set.

UTF16 is the most likely candidate since you are using a double byte character set for chinese.

You might also have to change your Windows Character set if you want to do a "View Data" activity.
Post Reply