cancel
Showing results for 
Search instead for 
Did you mean: 

Problem wiht sender mail adapter.

Former Member
0 Kudos

Hello.

I have a mail to RFC scenario.

There sender mail adapter fails if the mails in the inbox is encoded in specific formats.

I think the mail adapter does not understand this encoding.

Below is the error i got.

error occured: [2008-09-08T08:22:25Z] 5 new messages found; processing message 1exception caught during processing mail message[1]; java.io.UnsupportedEncodingException: utf-7; processing message 2exception caught during processing mail message[2]; java.io.UnsupportedEncodingException: utf-7; processing message 3exception caught during processing mail message[3]; java.io.UnsupportedEncodingException: utf-7; processing message 4exception caught during processing mail message[4]; java.io.UnsupportedEncodingException: utf-7; processing message 5exception caught during processing mail message[5]; java.io.UnsupportedEncodingException: utf-7; action[s] taken

Is there a solution 2 overcome this problem.

I tries to use a module called "TextCodepageConversionBean" but it was not of much use.

Please help.

Thanks,

Vignesh

Accepted Solutions (0)

Answers (4)

Answers (4)

stefan_grube
Active Contributor
0 Kudos

Your mails are encoded in UTF-7.

You have to install that codepage as well on your OS system where your PI is installed.

Regards

Stefan

Former Member
0 Kudos

Hi Stefen

One small doubt.

IF we install a code page on the OS where PI is installed. Can we get the encoding automatically implemented or we can get that encoding option while configuring the adapter

Thanks

Gaurav

0 Kudos

Hi Stefen,

I am currently facing the same issue. Can I know where you were able to download the code page for UTF-7?

Thanks

Trisha

Former Member
0 Kudos

HI

Mail adapter does not understand "UTF-7" as shown in the error.

Mail adapter supports only

base64

Quoted-Printable

http://help.sap.com/saphelp_nw70/helpdata/EN/23/c093409c663228e10000000a1550b0/content.htm

If you want to make your adapter more than this. Then create a custom module using open libraries that will allow you to read many Encoding standards.

Thanks

Gaurav

Former Member
0 Kudos

HI Vignesh,

I have a similar scenario of sending mail to RFC.

I have problem in cohfiguring at the design time. I am quite new to XI. Can you help me getting the step by step process how to configure different inbound/outbound interfaces and the mapping between then in the design phase?

Thanks,

Manas

Former Member
0 Kudos

Hi,

Sender Mail adapter supports below encoding formats with below options,

○ None

○ base64

http://help.sap.com/saphelp_nw04/helpdata/en/e3/6e16cb3b06d511bcbc0800060d9c68/content.htm

○ Quoted-Printable

http://help.sap.com/saphelp_nw04/helpdata/en/eb/673a67995eff4a82002d525d64d79f/content.htm

Thanks

Swarup