UString to string 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
mab_arif16
Charter Member
Charter Member
Posts: 87
Joined: Sat Mar 18, 2006 11:45 pm

UString to string warning

Post 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
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Are you sure there is no change in the job. What about the unicode for that particular field in that job?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
mab_arif16
Charter Member
Charter Member
Posts: 87
Joined: Sat Mar 18, 2006 11:45 pm

Post 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
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

or within the stage you are reading as unicode and writing as non-unicode or vice versa
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply