warning converting string code

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
raji33
Premium Member
Premium Member
Posts: 151
Joined: Thu Sep 23, 2010 9:21 pm
Location: NJ

warning converting string code

Post by raji33 »

Hi All,

I Have a job which loads sqlserver to oracle table iam getting a warning as

"Invalid character(s) ([xC9]) found converting string (code point(s): CAF[xC9]) from codepage UTF-8 to Unicode, substituting"

Can anyone hwlp me out what exactly this warning meant by. Thanks!

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Basically, it means there was a character that it could not convert and the hexidecimal value of that character was "C9", hence the "[xC9]" in the message. Hex C9 is Decimal 201 if you want to go look that up in your source/target charactersets.
-craig

"You can never have too many knives" -- Logan Nine Fingers
raji33
Premium Member
Premium Member
Posts: 151
Joined: Thu Sep 23, 2010 9:21 pm
Location: NJ

Post by raji33 »

I source charcterset is Project default (UTF-8)
Target characterset is Project default (UTF-8)

Do i need to change anything in there?
raji33
Premium Member
Premium Member
Posts: 151
Joined: Thu Sep 23, 2010 9:21 pm
Location: NJ

Post by raji33 »

All,

In target oracle stage under extended i have removed unicode and now its fine .
Post Reply