cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Sender Channel Encoding issue Ü

Former Member
0 Kudos

Hi Experts,

We have interface scenario JMS->PI->Proxy.

We have an issue at JMS sender channel. JMS channel is trying to pick up a message from MQ server(ANSI file). The message picked up from MQ system and after JMS conversion the special character like Ü is converted into symbol.

The JMS adapter is not able to send the same special character from PI to ECC system. Some special symbols are sent to ECC system and the message failed at ECC side.

I have attached the screenshot for the module parameter in JMS adapter.

Request you to check and suggest possible solution to resolve this Codepage issue at MQ/JMS.

Regards,

Venu.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Venu,

Try to analyse the encoding of those special characters and apply the same in the channel encoding.

Former Member
0 Kudos

Hello Raghuraman,

We are using the below special characters.

Ä, Ü, Ö

We have tried with below encoding options but still it is not able to pickup the characters.

  1. No.

Module Name

T

Module Key

1

localejbs/SAP XI JMS Adapter/ConvertJMSMessageToBinary

L

ReceiveMsg

2

localejbs/SAP XI JMS Adapter/ConvertBinaryToXMBMessage

L

ConvertMsg

3

AF_Modules/MessageTransformBean

L

Codepage

4

AF_Modules/TextCodepageConversionBean

L

Convert

5

AF_Modules/MessageTransformBean

L

Transform

6

localejbs/CallSapAdapter

L

ForwardToMS

Could you please let me know if we have any other possibilities.

Regards,

venu.

former_member186851
Active Contributor
0 Kudos

Hello Venu,

I saw your ur encoding as IS-8859 something.

did you check with JMS team is that special character or any language?

Former Member
0 Kudos

Hi Raghuraman,

These are the special characters in German language.

Regards,

venu.

former_member186851
Active Contributor
0 Kudos

Venu try with this encoding ecp1252

Former Member
0 Kudos

Hi Raghuram,


I have already tried with this. it didnt work.


Regards,

venu.

former_member186851
Active Contributor
0 Kudos

Hello Venu,

I can see encoding in beans as well in addiontial parameters.

Try changing @ both the places or remove that additional paramters.

If nothing is working handle in mapping as per below link