cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File adapter not able to handle the special Char

Former Member
0 Kudos

We have asynchronous interface from MDM file to CRM (Seibel) file. XI picks up the file from MDM and process them with transformation. It is observed that if the file contains the special character such as ®, it is not writing the output file. The trace is checked and it goes to the adapter framework to do the FCC but do not write the file.It marks the process as successful in SXMB_MONI. Any pointer will be helpful.

Thanks,

Samir

Accepted Solutions (0)

Answers (3)

Answers (3)

sunil_singh13
Active Contributor
0 Kudos

Hi Samir,

Try using UTF 16. if it does not work then you have to go for java mapping where you will do some replacement for the special character and finally convert it back to the original character.

Thanks

Sunil Singh

Former Member
0 Kudos

Hi,

Try with ISO-8859-2

http://en.wikipedia.org/wiki/Windows-1250

see the last row in the above link.

Secondly to make sure if you are getting the correct char or not, just open the file in Internet Explorer and choose the correct codepage, then you see the characters correctly.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

Try using File type as "Text" and fiel encoding as "UTF-8"

Former Member
0 Kudos

I tried this but this did not help.

SudhirT
Active Contributor
0 Kudos

Try with encoding "ISO-8859-1"

Thanks!

Former Member
0 Kudos

I tried this too , but doesn't seem to work.

prateek
Active Contributor
0 Kudos

Couldn't you see any error in RWB monitoring? If the characters are garbled, then it could be surely special character related problem. However, in case the file is not created at all, it could be some other problem too. Check communication channel monitoring as well as audit logs in message monitoring.

Regards,

Prateek