cancel
Showing results for 
Search instead for 
Did you mean: 

Error showing at Reciever mail Communication chanel

Former Member
0 Kudos

hi all.

i was created a proxy to mail scenario and i did tested this interface a long ago .at that time its working fine.

but now when i retested the same interface and when i look at reciever mail CC under runtime work bench showing error as

"Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.UnsupportedEncodingException: iso-8859-8-i"

"failed to send mail: java.io.UnsupportedEncodingException: iso-8859-8-i"

"Delivery of the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.UnsupportedEncodingException: iso-8859-8-i."

"Mail: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.UnsupportedEncodingException: iso-8859-8-i"

"Exception caught by adapter framework: java.io.UnsupportedEncodingException: iso-8859-8-i"

"MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: java.io.UnsupportedEncodingException: iso-8859-8-i"

i dont think its a development issue the reason being i was tested the same interface a few days back and it was fine but now i got a problem.

waiting for a cheerful answer.

bye.

sita ram.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You can use the XMLAnonymizerBean to change the encoding in an XML document.

Put UTF-8 as target. If you have hebrew characters, they can be represented in UTF-8 as well.

http://help.sap.com/saphelp_nw2004s/helpdata/en/45/d169186a29570ae10000000a114a6b/frameset.htm

If you have a plain text, you can change the encoding with the MessageTransformBean

http://help.sap.com/saphelp_nw2004s/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm

set parameter:

Transform.ContentType text/plain;charset="UTF-8"

Former Member
0 Kudos

I does say something about Encoding, can you re-try with UTF-8 format in the comm. channel?

Former Member
0 Kudos

hi thanks for u r reply.

but i did checked for utf-8 format in mail CC but i couldnt found .

so can u just guide me where and how we can use this utf8 format.