cancel
Showing results for 
Search instead for 
Did you mean: 

Missing control record within IDocXML Error on IDOC_AAE PI 731

Former Member
0 Kudos

Hi All ,

Similar to the question raised today : http://scn.sap.com/thread/3258444

Even am getting same error with Z IDOC on PI 731 IDOC_AAE .

Currently we are on SP004 - SP patch level 12 . But still we are getting the following error :

Message processing failed. Cause: com.sap.conn.idoc.IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: Missing control record within IDocXML for type <ZHRXHRMD_A07_00>: state=READING_CONTROLRECORD_STARTTAG, charPosition=80, lineNumber=2, columnNumber=42

Any Ideas on how to resolve this issue ? Any additional checks i need to perform.

Am not populating any Control Record information as i want it to be assigned at Runtime.

How to monitor what values are being passed in Control Record ?

Regards

Gangaprasad

Accepted Solutions (0)

Answers (2)

Answers (2)

DG
Active Contributor
0 Kudos

Hi

I had much the same question

http://scn.sap.com/thread/3258444

The note may apply to what you want.

Maybe also set the XML scema validation on.

You can see the payload by setting the logging on the Integrated configuration, to log at all stages. That will give you the latest version of the mapped document.

Former Member
0 Kudos

Hi Gangaprasad,

How does the Z IDOC structure look and how does the Control Record appear in the mapping, i.e. mandatory control record with mandatory fields?

Regards, Trevor

Former Member
0 Kudos

Hi Trevor ,

I have not mapped Control Record in Mapping & as i want it to be updated by the receiver adapter

Regards

Ganga

Former Member
0 Kudos

Hi Ganga,

I understand what you are trying to achieve but I don't think it's even reaching that stage in the PI Pipeline, it's failing before that, in the mapping itself.

What is the result when you test the mapping in the ESR without the control record mapped, is it a success?

Regards, Trevor