Page 1 of 1

UString to string warning

Posted: Tue Jul 11, 2006 5:32 pm
by mab_arif16
Hi
I am using UTF8 charecter set ,some of my jobs that runs without a warning ,genertes a warning Coverting Ustring to String if ran in protected mode in production environment .

Does anybody else have encountered this problem before.

Thanks
Arif

Posted: Tue Jul 11, 2006 5:42 pm
by kumar_s
Are you sure there is no change in the job. What about the unicode for that particular field in that job?

Posted: Thu Jul 13, 2006 9:47 am
by mab_arif16
kumar_s wrote:Are you sure there is no change in the job. What about the unicode for that particular field in that job?
Everything is exactly the same

Posted: Fri Jul 14, 2006 12:20 am
by kumar_s
Ustring is the string written in Unicode. While it reads this string when marked as String, it gives out this warning for the implicit conversion.
Is there a chance where the output of the previous job (input for this job) has written with unicode option.

Posted: Fri Jul 14, 2006 11:03 am
by Krazykoolrohit
or within the stage you are reading as unicode and writing as non-unicode or vice versa

Posted: Fri Jul 14, 2006 8:56 pm
by kumar_s
Krazykoolrohit wrote:or within the stage you are reading as unicode and writing as non-unicode or vice versa
Its not possible in a passive stage in PX.