Page 1 of 1

Conversion error from ustring to string

Posted: Thu Aug 26, 2010 6:28 pm
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.

Posted: Fri Aug 27, 2010 12:44 am
by ray.wurlod
Make sure the Extended property ("Unicode" or "") consistent.

Posted: Fri Aug 27, 2010 2:59 am
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 ) .