Вы находитесь на странице: 1из 3

Z IDocs on PI 731 IDoc_AAE

Daniel Graversen 189 posts since Oct 20, 2008 Z IDocs on PI 731 IDoc_AAE Oct 29, 2012 12:42 PM Hi, I do have a receiver IDoc_AAE Adapter on 731. I have been processing other types of idoc. I have with the same setup processed INVOIC01 without any problems. But now when I need to process our custom idoc ZPOD01.DELVRY03. The IDOC adapter does not seems like it is working. I do get the following error: IDOC_ERROR_PARSE_FAILURE: Invalid character encountered within IDocXML for type <DELVRY03>: state=READING_CONTROLRECORD_STARTTAG, charPosition=89, lineNumber=1, columnNumber=90, invalidChar=U+003E, sourceSnippet=...UTF-8" standalone="no"?><DELVRY03><IDOC BEGIN="1"><EDI_DC40><IDOCTYP>DELVRY03</IDOCTYP><SNDPRT>LI</S... The idoc looks like the following <?xml version="1.0" encoding="UTF-8"?> <DELVRY03>

<IDOC BEGIN="1">

<EDI_DC40>

Any ideas on how I can find the > which is the invalid car U+003E. Daniel http://figaf.com Tags: idoc, pi_731, custom_development, aae

Michal Krawczyk Re: Z IDocs on PI 731 IDoc_AAE Oct 29, 2012 12:50 PM hi, can you compare the sp level with oss notes on this issue? Note 1736292 - Idoc_error_parse_failure Java IDoc_AAE Regards, Michal Krawczyk

Generated by Jive on 2013-12-12+01:00 1

Z IDocs on PI 731 IDoc_AAE

Daniel Graversen 189 posts since Oct 20, 2008 Re: Z IDocs on PI 731 IDoc_AAE Oct 29, 2012 1:55 PM Hi I did have a look at the note, we are not on that support pack. So I'll ask the basis to install that patch. For the Invoice I have been able to fill in data to the <IDOCTYP>DELVRY03 to make sure that the adapter reconized the file as being of the correct type.

Trevor Naidoo 849 posts since Feb 22, 2008 Re: Z IDocs on PI 731 IDoc_AAE Oct 30, 2012 10:38 AM Hi Daniel, Just as a sanity check & it almost appears as though there is some sort of XSD validation taking place but I wouldn't want to assume :-) Check the values you have populated (e.g. SEGMENT) against the IDOC XSD & possible enumerations. I'm really interested in the outcome and if it is actually enforcing XSD validation. If it is, the error messaging should have been a bit more descriptive I thought... Regards, Trevor

Daniel Graversen 189 posts since Oct 20, 2008 Re: Z IDocs on PI 731 IDoc_AAE Oct 30, 2012 11:02 AM The add XML validation was good. I was missing the SEGMENT in EDIC record.

Daniel Graversen 189 posts since Oct 20, 2008 Re: Z IDocs on PI 731 IDoc_AAE Oct 30, 2012 2:00 PM The validation helped. Making sure that EDI_DC40 has to have the segment. then also my time <POTIM>1119 also need to be 6 chars long.

vk k 75 posts since Jan 25, 2012 Re: Z IDocs on PI 731 IDoc_AAE Oct 30, 2012 1:54 AM HI Michael, I have asked basis to install that patch for the same Issue we are facing,

Generated by Jive on 2013-12-12+01:00 2

Z IDocs on PI 731 IDoc_AAE

but it still doesnt work. Do you have any other suggestion ? Regards, Vkjoat

Daniel Graversen 189 posts since Oct 20, 2008 Re: Z IDocs on PI 731 IDoc_AAE Oct 30, 2012 10:21 AM Interesting. Let me now if you are getting any information on a OSS.

Rico Romero Jr 10 posts since Sep 24, 2012 Re: Z IDocs on PI 731 IDoc_AAE Sep 23, 2013 9:09 PM I am facing a similar issue. I receive the following error message in communication monitoring the receiver adapter type idoc_aae: Message processing failed. Cause: com.sap.conn.idoc.IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: Invalid character encountered within IDocXML for type : state=READING_CONTROLRECORD_STARTTAG, charPosition=157, lineNumber=3, columnNumber=14, invalidChar=U+003E, sourceSnippet=...Sidoc 2007 Siemens AG -->^ ^ ^ EDI_DC40B

Rico Romero Jr 10 posts since Sep 24, 2012 Re: Z IDocs on PI 731 IDoc_AAE Sep 23, 2013 9:10 PM It seems that the Java Idoc adapter is choking on Sidoc .... Due to maintenance reasons, I do want to change the XSD file used. However, I was wondering if there is a way to turn off XSD validation on the Receiver Java IDoc adapter? Note that XSD validation is not required as our messages process fine with the ABAP IDoc adapter, which seems to not use XSD validation

Rico Romero Jr 10 posts since Sep 24, 2012 Re: Z IDocs on PI 731 IDoc_AAE Sep 23, 2013 9:23 PM I do NOT want to change XSD*

Generated by Jive on 2013-12-12+01:00 3

Вам также может понравиться