cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Mail Sender communicational channel

Former Member
0 Kudos

Hello!

We have an XI scenario, which should take emails from the mail server and transfer them to SAP. For this purpose the configuration channel has been configured with the following params:

Transport protocol: IMAP:

Message protocol: XIPAYLOAD

Configure user authentification: checked.

This channel stopped working about two weeks ago after a kernal patch (notes 1436917, 1441654, 1424397 and 1443925). The error is the following:

exception caught during processing mail message [44]java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

Application log gives only this information:

1.5 #16F1003D6202007C00003680001470F4000484907936C6A6#1271655950632#/Applications/ExchangeInfrastructure/AdapterFramework/SAPLibraries/SAPXDK##com.sap.aii.messaging.srt.xmb.XMBIMAPInitiatorServiceImpl.invoke()#J2EE_GUEST#0##bxp45ci_BXP_505494050##91fa4cf04b6e11dfae4616f1003d6202#XI Mail[Mail_Sender_MailFIBeleg/S36_SECURITAS/]_800280##0#0#Error#1#com.sap.aii.messaging.srt.xmb.XMBIMAPInitiatorServiceImpl#Plain###exception caught during processing mail message; java.io.IOException: unexpected list response;

I don't have an access to the Adminiatraion Viewr by now and can't activate any other traces. What is the most interesting - the error is occured only for definite sender, if the email is sent from another address, the processing works without errors.

Do you have any suppositions why could it be so and where should we search the reason of problem?

Your help will be very appreciated.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member556603
Active Contributor
0 Kudos

Dear Bond,

Please follow the below useful doc:

http://wiki.sdn.sap.com/wiki/display/XI/CombiningthreedifferentaspectsofPIinoneshot

http://wiki.sdn.sap.com/wiki/display/XI/StepbyStepMailToFileScenario

Thanks,

Satya Kumar

Former Member
0 Kudos

Hello Stefan,

Could you please give me some more details: what and where should I check? What will be helpful to read about these Adapter specific fields?

Thanks,

Tatiana

stefan_grube
Active Contributor
0 Kudos

check in adapter channel under "advanced" tab.

here you see wether "adapter specific message attributes" is set.

stefan_grube
Active Contributor
0 Kudos

Do you work with adapter-specific field? Have you checked this parameter in sender channel?

There are issues with invlaid XML of XI messages related to ASMA fields containing non-ascii values.

That might be the reason.