cancel
Showing results for 
Search instead for 
Did you mean: 

ADS: com.adobe.ProcessingException: Problem accessing d(200101)

Former Member
0 Kudos

Dear Sir,

We are getting issue in PRD only for one(1) ADOBE FORM, The scenario is like:

There is one Adobe Form which is having 78 Pages, if we are trying to get Print Preview of this Form we are getting above said error (

ADS: com.adobe.ProcessingException: Problem accessing d(200101)

).

We deleted some data and reduced the pages to 70, then the Form is getting open for Print Preview.

We already check SAP NOTE 944221, and all Configuration check are working fine.

Please help me to solved this issue as it is very important issue in PRD Server.

Ali

Accepted Solutions (0)

Answers (3)

Answers (3)

diego_santos
Employee
Employee
0 Kudos

Hi Ali,

Since some people refered to PDF size, the 70/80 pages, I recommend to follow the KBA below.

2161416 - How to check the XML file (XFD) in runtime on PDF generation

It explains how to check the XFD, the PDF runtime data, in debug mode. You can check the file size with it.

Now regarding the original problem.

I recommend to check ADS trace (notes 846610 or 1128476) and look for "com.adobe" entries. The error "com.adobe.ProcessingException" will

be associated to those entries, usually the last ones.

Regards,

Diego

Former Member
0 Kudos

Dear All Experts,

Hope you are doing good,

I really appreciate for your support. I have forward this issue to ABAPer, as there is no issue with other forms and ADS configuration. They are looking in to this problem. Once i got solution, I will definitely share that solution to all.

Thanks and Regards,

Ali.

Former Member
0 Kudos

Hi Ali,

Please provide the output of following reports in ABAP and let us know.

SE38:

FP_TEST_00 -

FP_PDF_TEST_00 -

FP_CHECK_HTTP_DATA_TRANSFER with ADS - 

FP_CHECK_DESTINATION_SERVICE with ADS - 

FP_TEST_IA_01 -

Regards,

Krishnaiah

Former Member
0 Kudos

Hello Ali

As othe forms work fine there is no issue with ADS configuration. Such exception can occur if for example a text is put into a digital field or any other data type/formatting issue occurs. You have to do next steps to catch the reason.

1. Open FM /1BCDWB/LSM000000XXXXX which is generated by SFP to the form object.

2. Go to form  %WORK and put a break point in the form.

3. Print the form, the debugger will be started.

4. Run the debug step by step and catch the description for the exception occured.

5. Once the exception caught, fix the form and regenerate it.

Hope this will be helpfull.

suneel_uggina
Participant
0 Kudos

Hi Ali,

Please check below notes :

.

894389 - Rel. Restr.: SAP NW 2004s - Adobe Document Services

1009567 - Functional differences SAP Interactive Forms/Smart Forms.

Please refer the below link..It may help you to fix the issue.

Configuring the System for Large Form Generation by Stitching - Adobe Document Services for Form Pro...

Regards,

Suneel.Uggina

david_liu1
Advisor
Advisor
0 Kudos

Hello,

You can check the SAP note 1009567 chapter '6.  Large documents' about the limitations of ADS.

Here are some recommendations to be able to generate more pages:
- with higher ADS SP level you can get better performance, because newer
ADS versions contain memory improvements.
- generate only the necessary output PDF or PCL at the same time.

If all the above mentioned actions does not help to get the required output I can only suggest to split your document in many parts.

Depending on your ADS version you can use new functionalities as well:

http://help.sap.com/saphelp_nw73/helpdata/en/1f/d9bc3854564800be3a220912428288/content.htm

Regards,

David

Former Member
0 Kudos

Hello David,

I really appreciate for your reply.

The Abode form is not getting open directly. But when  I open Adobe form from transaction code :SFP and provide my form program.

After executing from SFP, the form is getting open but it overwritten. EX: some line of the pages are overwritten to above line.. (9th line of the page is getting overwritten with other below lines).

I am A Basis Consultant and from Configuration side there is no problem. All other form are getting open.

Please help me or give some suggestions to my ABAPer to check the Form, why it is getting over-write.

Regards,

Hamed

david_liu1
Advisor
Advisor
0 Kudos

Hello,

I would suggest to use the latest version of designer as per SAP note:
1863816 - Adobe LiveCycle Designer 10.4 - Installation


New version of Designer is more stable and contains a lot of bug fixis too.

Depending on your ADS version please be aware of the SAP note as well:
1317925 - Maintaining backward compatibility with Designer

Regards,

David