cancel
Showing results for 
Search instead for 
Did you mean: 

Mail-Adapter Integration Engine Error during parsing of SOAP header

former_member301120
Active Participant
0 Kudos
93

Hello,

we use XI with the mail adapter. Most of the messages are processed correctly. But sometimes I get following errors in the J2EE-logviewer:

Transmitting the message to endpoint http://<xi-host>:<http-port>/sap/xi/engine

?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.a

pi.RecoverableException: Received HTTP response code 500 : Error during

parsing of SOAP header.

Failed to transmit message 4e913640-4cc5-11dc-8560-00e000c55366(OUTBOUND)

due to com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP

response code 500 : Error during parsing of SOAP header.

Retries exceded, set message

4e913640-4cc5-11dc-8560-00e000c55366(OUTBOUND) to status NON_DELIVERED.

Has somebody else the same problem and solved it or any idea what the matter could be?

Thanks for your help

Christian

View Entire Topic
former_member301120
Active Participant
0 Kudos

Hi

Sorry the message does not appear in SXMB_MONI.

So how can I search for them?

Former Member
0 Kudos

problem is with adapter engine as you said their is no chance of mail server being down.

former_member301120
Active Participant
0 Kudos

Hi,

i think it´s a problem of the dynamic configuration:

<sap:Record namespace="http://sap.com/xi/XI/System/Mail" name="SHeaderSUBJECT">=?iso-8859-1?Q?WG=3A_LN_sendet__K=FCndigung_an_LA_=28LW=29_?==?iso-8859-1?Q?bi_?=</sap:Record>

Is there any length limit for the fields in dynamic configuration?

Thanks

Message was edited by:

Christian Kaiser

former_member301120
Active Participant
0 Kudos

Hi,

I solved the problem. It´s the dynamic configuration.

I cut the values, if they exceed 99 characters.

Now everything works fine.

@Reddy: Thanks for your useful hints

Regards Christian

Former Member
0 Kudos

Good to know it worked. yes ur correct it has length issue for each filed .

former_member301120
Active Participant
0 Kudos

Hi,

do you know the max length of the fields?

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

How did you determine that the length of the SOAP Headers / Dynamic Config have a limitation of 99 characters? Is this documented somewhere?

If no, then I would suggest that an OSS with SAP is the way . But if you have some documentation from SAP that tells this, then can you share the source as well. Thanks!

Bhavesh

Former Member
0 Kudos

Hi,

I don´t know it exactly. I've tried it an it worked fine in my case.

Somewhere, sorry I don't remember where, I read that there is a error with to long values in dynamic configuration.

There isn´t a formal statement from SAP that the limitation is 99 characters.

For my problem i´ve posted an oss call, but SAP hasn´t answered yet.

If anybody knows / finds out further information please post it here. I'll also do.

Christian

former_member301120
Active Participant
0 Kudos

Hello,

in OSS-Call I got the following Information

SAP-Note 940462 max. length 50 characters.

I have it at 99 character still and it works fine

Regards