cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with IDOC_AAE in PI 7.31

sahithi_moparthi
Contributor
0 Kudos

Hi,

   i have a file - IDOC_AAE(Receiver) Scenario.We are using PI 7.31.

When we are posting the file we are getting the below error:

IDoc: Error before sending : IDocException com.sap.conn.idoc.IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: Invalid character encountered within IDocXML for type <ORDERS05>: state=READING_ATTRIBUTE_VALUE, charPosition=77, lineNumber=1, columnNumber=78, invalidChar=U+0022, sourceSnippet=...UTF-8" standalone="no"?><ORDERS05><IDOC BEGIN=""><EDI_DC40 SEGMENT=" "><TABNAM>EDI_DC40</TABNAM><DIR... ^

Can anyone help on this issue??

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

         Please check the Idoc xml generated in your mapping for any special characters in the control segment. Also, in your receiver Idoc adapter check if you have "apply control record from payload" option checked.

Regards

sahithi_moparthi
Contributor
0 Kudos

Hi Sarkar,

Thanks for your reply.

Maintained the "apply control record" option in receiver side.But now i'm facing the below error :

Please find the screenshot:

Former Member
0 Kudos

Hi,

        Try refreshing the cache in ID. Also, check that you have completed all the steps for the receiver Idoc adapter.

Refer this link for the steps :

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/21717


Also, you can try creating a new receiver channel and checking if the problem still persists.

Regards

iaki_vila
Active Contributor
0 Kudos

Hi Sahiti,

Have you checked this thread http://scn.sap.com/thread/2071291?

The problem is the U+0022 char (quotation mark), if the problem continues you should to escape this char.

Regards.

sahithi_moparthi
Contributor
0 Kudos

Hi,

Checked the above thread.Checked the payload also it looks fine,there are no special characters in the paylaod.