cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP-Receiver: Code page conversion error from UTF-8 to ISO-8859-1

Former Member
0 Kudos

Hello experts,

In one of our interfaces we are using the payload manipulation of the HTTP receiver channel to change the payload code page from UTF-8 to ISO-8859-1. And from time to time we are facing the following error:

u201CCode page conversion error UTF-8 from system code page to code page ISO-8859-1u201D

Iu2019m quite sure that this error occurs because of non-ISO-8859-1 characters in the processed message. And here comes my question:

Is it possible to change the error behaviour of the code page converter, so that the error will be ignored?

Perhaps the converter could replace the disruptive character with e.g. u201C#u201D?

Thank you in advance.

Best regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello.

I'm not 100% sure if this will help, but it's a good Reading material on the subject (:

[How to Work with Character Encodings in Process Integration (NW7.0)|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42]

The part of the XSLT / Java mapping might come in handy in your situation.

you can check for problematic chars in the code.

Good luck,

Imanuel Rahamim.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Imanuel,

Thank you for your reply.

During my investigations I stumbled already over this guide and youu2019re right, a XSLT mapping could help solving this matter.

However my idea was to check for a more u201Cofficialu201D solution in the adapter settings.

Regards,

Thomas