Invalid character conversion found - 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
dsuser_cai
Premium Member
Premium Member
Posts: 151
Joined: Fri Feb 13, 2009 4:19 pm

Invalid character conversion found - warning

Post by dsuser_cai »

Hi Im using ODBC stage to extract sata from oracle table, all the fields are varchar, still im getting this warning mesage:

ODBC_Enterprise_144,0: Invalid character conversion found converting to ASCL_ASCII, substituting.

i tried a serach but couldnt get any help. please help me fix this.
Thanks
Karthick
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It usually tells you what the invalid character is (for example 0xBA or 0x8D). Did this occur in your case?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Hi Roy,

It occurs to me as well in the join stage. What should i do ?

Datawise it loads properly hence i have been ignoring it.

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

Post by chulett »

But as Ray noted, it should also be telling you "Invalid character conversion found converting XXX to ASCL_ASCII, substituting". Without that, we're completely punting in the dark.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply