‎2012 Mar 20 10:34 PM
Hi All
We have a work order in production. It has a PRT (DMS document) assigned to it.
When we try to print it (adobe form), it gives the error mentioned in the subject. When we remove this PRT (document), it prints fine.
I checked for other work orders and all are printing fine except the once which have a DMS document assigned to it.
Also, we tried to replicate this scenario in our test system but everywhere the print is coming out just fine with the same scenario.
Not sure what the problem could be. The adobe form layout and its interface are absolutely same in production and test systems.
Please help.
Harsh
‎2012 Mar 21 12:26 AM
Hi Harsh,
A good place to start would be to check if the content management server (the place where the DMS sits) is reachable? The RFC connection to it could be down.
Regards,
Neil.
‎2012 Mar 21 6:19 AM
Thanks for your response Niel.
I believe had there been a problem with the RFC connection of the content management server, the document won't be opening from CV02/3N.
Also, just found out that it could not be a DMS document issue.
I am trying to add PRTs to my work order which populates the tables GIT_PRT_E and GIT_PRT_D. Its working fine in all the test systems except in production. In production it’s giving an error ‘ADS: com.adobe.ProcessingException: com.adobe.Processin’.
Without the equipment (GIT_PRT_E) and document (GIT_PRT_D) maintained, the pdf form is getting generated correctly in production, so I think we can’t say it’s a ADS issue.
Also, I checked the interface and layout, they both appear absolutely same in both the systems. Unfortunately, I can't attach the layout file in .XDP format, else a look at the layout would have helped in resolution.
Regards,
Harsh
‎2012 Mar 22 5:58 AM
Hi All
Got some additional info.
FM - FPCOMP_FORM_END is throwing a System Error. Sy-Subrc = 2. Further debugging FM: FPCOMP_CREATE_PDX results in Sy-Subrc = 1. ADS_ERROR. Got this in production. No such thing in quality.
‎2012 Mar 26 1:41 AM
Some more info.
We activated the trace for this form. Got the below message in the trace.
Exception Stack Trace:
com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception - PDF render operation exception, reason code: 29216 : Invalid value: '12 ' for
'integer' property
I went through my work order and DMS document, but couldn't find this value. Not sure from where is this coming from.
Please help.
Harsh
‎2012 Mar 28 4:45 AM
Got something useful.
In the PDF form FM: we are passing this table GT_AFFHD. This has a field PZLFH with value = '00000012'. This is exactly what I was looking for.
But now, the problem remains that how come this value is followed by a SPACE as per the trace.