Conversion error from ustring to 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
developeretl
Participant
Posts: 89
Joined: Sat Jul 24, 2010 11:33 pm

Conversion error from ustring to string

Post by developeretl »

Hi,
Im getting the following error
When binding output schema variable "transfer0": When binding output interface field "COL1" to field "COL1": Implicit conversion from source type "ustring[3]" to result type "string[3]": Converting ustring to string using codepage ISO-8859-1.

I didn't change the sql type as it is im populating but im getting the error. Can you please tell me how to eliminate this error.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Make sure the Extended property ("Unicode" or "") consistent.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
natashab
Participant
Posts: 17
Joined: Mon Aug 09, 2010 3:44 am

Post by natashab »

The Unicode property for COL1 is set in the input link while it's not set in the output link in a particular stage.So either use it or remove it throughout the job flow(from src to trg ) .
Post Reply