cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Failure Issue

Former Member
0 Kudos

Hi,

I am using PI 7.3. This is a simple file to Idoc Scenario. I am getting the below error message:

Transmitting the message to endpoint<Local> 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: An Idoc conversion Exception occued while parsing IdocXML for type <Name>:

State: READING_FIELD_VALUE_TAG, chapPosition: 978079, lineNumber=1, columnNumber: 978079


Now my question is how to check this "charPosition: 978079" in the payload?

Thanks & Regards,

Moumita

Accepted Solutions (0)

Answers (2)

Answers (2)

ambrish_mishra
Active Contributor
0 Kudos

Hi Moumita,

As suggested already, this is a data issue. Possibly due to date field having blank or char or a mandatory field missing. Do a random check of the field values. There are many post of SCN on this topic.

Ambrish

Harish
Active Contributor
0 Kudos

hi Moumita,

the issue is with data in xml.

you can check the char position in xml using any text editor e.g. notepad++.

regards,

Harish