cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC_AAE Connection Problem

sahithi_moparthi
Contributor
0 Kudos

Hello,

    I have a file-IDOC scenario.When i am using IDOC_AAE as receiver i am getting the below Connection error.

Transmitting the message to endpoint using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.conn.idoc.IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: IDoc type "ORDERS" within the control record does not match IDocXML root tag : state=READING_ENDTAG, charPosition=303, lineNumber=1, columnNumber=304

  Thanks in Advance

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

The idoc version what you use in the receiver side is not the same as that of in ECC. Check in the backend SAP system whether any changes occured over there after you import in PI. 

Former Member
0 Kudos

Is there any modification in the IDoc?

Try to execute transaction IDX2 in PI or execute report IDX_RESET_METADATA.

Delete IDoc meta data. Re-import meta data manually

former_member184681
Active Contributor
0 Kudos

Hi,

What is the root tag of your message's payload? Normally the message says like:

IDoc type "ABC" within the control record does not match IDocXML root tag <XYZ>

but in your case the root tag doesn't seem to be recognized by PI. Are you using the IDoc structure downloaded as IDoc metadata from some ECC system, in your scenario?

Hope this helps,

Greg