cancel
Showing results for 
Search instead for 
Did you mean: 

ISO-8859-1 Message in JMS queue

Former Member
0 Kudos

Hello,

I have a scenario JMS>PI>JMS.

The ISO-8859-1 data is coming from JMS queue.

I am using content conversion and i have give text/xml;charset=ISO-8859-1.

I have tried CCSID as 819, 850 and blank but still error is coming.....

2009-11-05 06:29:51 Error Transform: failed to execute the transformation: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: sun.io.MalformedInputException; nested exception caused by: sun.io.MalformedInputException

2009-11-05 06:29:51 Error MP: Exception caught with cause com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'sun.io.MalformedInputException'; nested exception caused by: sun.io.MalformedInputException

Thanks and Regards

Hemant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Now I m using AF_Modules/TextCodepageConversionBean Conversion.charset.

Now these modeule is ignoring the encoding type

MP: Processing local module localejbs/AF_Modules/TextCodepageConversionBean

Conversion: ignoring non text payload

MP: Processing local module localejbs/AF_Modules/MessageTransformBean

Transform: using Transform.Class: com.sap.aii.messaging.adapter.Conversion

Transform: transforming the payload ...

Transform: failed to execute the transformation: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: sun.io.MalformedInputException; nested exception caused by: sun.io.MalformedInputException

MP: Exception caught with cause com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'sun.io.MalformedInputException'; nested exception caused by: sun.io.MalformedInputException

Thanks and Regards

Hemant