cancel
Showing results for 
Search instead for 
Did you mean: 

ADS error: com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception

Hi Experts,

We are getting the below error while doing "print preview".

Exception SYSTEM_ERROR

Message ID: FPRUNX Message number: 001

Message:

ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)

>>I followed all the steps in SAP note 944221.

Step 1: When testing report FP_TEST_00 > Print preview:

ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)

Message No. FPRUNX001

Step 4: Report FP_CHECK_DESTINATION_SERVICE & FP_CHECK_HTTP_DATA_TRANSFER: Getting below error

SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Parser configuration error while extracting properties from form template(200,101).

Taking trace (step #6) I see the below error:

com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception - Template used in PDF render operation is invalid or cannot be found: bytes Reason code: xxxx - Xml parsing error: not well-formed (invalid token) (error code 4)

>>I checked the below link for render error, but, could not fix the issue: https://help.sap.com/saphelp_nw70/helpdata/en/71/7ffb3f6c78ee28e10000000a1550b0/frameset.htm

>>ADSUSER, ADS_AGENT users, passwords, roles- all look good.

>>fp and fpads services are active.

>>I also checked note 1670305 & 2391726, 1900015, 915399- they do not seem to be relevant. SAP Note 1365086 - not valid for our component level.

I checked SCN discussions, but did not get the right solution for this problem.

Can anyone help me to fix this issue?

0 Kudos

Anyone faced this issue before? I am not able to pull up any appropriate SAP note for this specific issue:

com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception - Template used in PDF render operation is invalid or cannot be found: bytes Reason code: xxxx - Xml parsing error: not well-formed (invalid token) (error code 4)

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

This error can occurs when some invalid data is provided in XFD.xml file to ADS. Follow document below and collect ADS rendering data:

KBA 2359874 - How to collect PDF data during generation runtime? [VIDEO] https://launchpad.support.sap.com/#/notes/2359874

Please open XFD.xml file and check if some character is non-ascii.

Correct data file and render PDF one more time.

Best regards,

Piotr Kaczmarek

0 Kudos

Thank you Piotr for your reply. Appreciate it. Thanks again.

judhajitsap18
Explorer
0 Kudos

Many thanks Piotr Kaczmarek.

The link helped me to download the formdata xml file from the mentioned class.

Since I got an error-"com.adobe.ProcessingException: com.adobe.ProcessingException: 0 : InvalidDataException: Xml parsing error: reference to invalid character number (error code 14), line 1, column 144372 of file" ,

when I checked the formdata file, could find that the code was not being able to parse a value being passed as "00" ; here the # character was causing the issue - which when removed the form got generated properly.