cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

Dear Experts,

I am facing some problem in displaying the Adobe forms.

When I try to test the form in T-Code se38, it gives the following error.

I tried executing thestandard programs meant for checking the configuration.

1. FP_TEST_00 -

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

Message no. FPRUNX001

Diagnosis

An error occurred when Adobe Document Services (ADS) was launched.

2. FP_PDF_TEST_00 - Displays the version information

3. FP_CHECK_DESTINATION_SERVICE - executes successfully with the 'destination' unchecked and with 'destination check'  it throws an exception:

SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_BTP//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE(200,101).

Exception of class CX_FP_RUNTIME_INTERNAL

4. FP_CHECK_HTTP_DATA_TRANSFER- It throws same system error:

5. ADS configuration: t-code: sm59

Status HTTP Response    403

Status Text    Forbidden

Duration Test Call    233 ms

6. http://<server>:<port>/AdobeDocumentServices/Config

The username and password is working correctly.

Anyone facing a similar issue and guidance to resolve it is highly appreciated.

-Warm Regards,

Yonten Tshering

BHUTAN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Yonten,

Can you please check following SAP document.

I hope this helps you in addressing the issue.

Regards

Anand

Former Member
0 Kudos

Dear Anand,

  Thanking you for your prompt reply. It was working perfectly before but recently server was shutdown and started not working after my server is up. I tried that link also but in vain.

-warm regards,

Yonten

Former Member
0 Kudos

Yonten,

Can you please check whether ADS_AGENT or ADSUSER user is locked?

If possible re-enter passwords.

Regards

Anand

Former Member
0 Kudos

Dear Anand Sir,

  These two user is not locked. when i test in http://<server>:<port>/nwa under destination

FP_ICF_DATA_<SID> testing it givesPort is incorrect; connection refused. although correct port is assigned on smicm and URL under connection setting.

In VA, the configuration is correctly configured.

-warm regards,

Yonten Tshering

karthikeyan_natarajan4
Active Contributor
0 Kudos

Hi Yonten,

Are you able to solve this error. Please do let me know the work around, I do face same error now.

Regards,

kartik

Former Member
0 Kudos

Hi Kartik,

  Please check all the steps are working on first steps of original message and also you can check the password in visual administrator.

-warm regards,

Yonten Tshering

Answers (1)

Answers (1)

prajeshdesai
Contributor

I faced this error today, it's not about ADS or USER,


It's because i done some wrong bindings.

this.presence = "hidden"; is not correct expression, so i faced that error. i removed and it's solved.

Hope this helps.