Invalid character(s) ([xFD]) found converting string issue

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
G.K.K
Participant
Posts: 61
Joined: Tue May 13, 2008 6:54 am

Invalid character(s) ([xFD]) found converting string issue

Post by G.K.K »

Hi All,

I am using the UNIDATA DB in the server container and it is called in the parllel job in 7.5. When I import this job with servercontainer in 9.1 then it is thowing below warning even after setting the UNIDATA DB stage NLS tab to NONE. Can some please help us in resolving this.

Warning:

Code: Select all

Invalid character(s) ([xFD]) found converting string (code point(s)):    from codepage UTF-8 to Unicode, substituting. 
Note: The other jobs success after changing UNIDATA DB stage NLS tab to NONE in 9.1 except for the above mentioned issue.

Thanks in Advance
K.K
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This should not be happening. [xFD] is a UniData value mark; it should be able to be handled correctly. Check with your official support provider.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
G.K.K
Participant
Posts: 61
Joined: Tue May 13, 2008 6:54 am

Post by G.K.K »

Thanks Ray for your reply...

Now I am facing for two parallel jobs using the UNIDATA DB in the server container with the below errors. Can you please let me know the reason behind this warning and how to resolve these.

Code: Select all

1. Invalid character(s) ([xBD]) found converting string (code point(s):  from codepage UTF-8 to Unicode, substituting.

2.Invalid character(s) ([xFC]) found converting string (code point(s):  from codepage UTF-8 to Unicode, substituting.
Thanks In Advance.
Post Reply