cancel
Showing results for 
Search instead for 
Did you mean: 

ADS configuration error

Former Member
0 Kudos

hello Gurus,

We wanto to configure ADS but we have some issues that made the ADS doesn't work. our system is SAP ECC 6.0 with EhP 4 on HP-UX - Oracle:

The issues are:

====================================================================

Issue 1

RFC connection ADS was automatically generated during the installation. But when I try to test the connection with ADSUSER, I get the below error.

Status HTTP Response 403

Status Text Forbidden

Duration Test Call 81 ms

Accordong to SAP Note 1177315 - ADS RFC destination test return 403 - 404 code, I execute ABAP report FP_PDF_TEST_00 instead of using SM59 connection test.

Issue 2

Report FP_TEST_00 does not work. I get the error:

ADS: SOAP Runtime Exception: CSoapExceptionFault : SOAP(100102)

Issue 3

Report FP_CHECK_DESTINATION_SERVICE doesn't work when I test it by checking the "With Destination Option".

In Visual Adminstrator, when I try to test the below URL in Services --> Destinations:

http://<server>:<port>/sap/bc/fp/form/layout/fptest_00.xdp_

I get the OK response.

Issue 4

When I click on security provider from Visual Admin, groups:

the group ADSCallers not show the user ADS_User but if I see the user the groups is show.

I am not sure what how to resolve this.

====================================================================

Thanks

Hernando

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

never answered

OttoGold
Active Contributor
0 Kudos

Hello, you have two same threads opened. Please close one immediately and update only the second. Thank you, Otto

Former Member
0 Kudos

hello, now is only this

Please your help

Former Member
0 Kudos

hello

If I try to start the application com.adobe/AdobeDocumentServices in VA --> server --> services --> deploy, that application doesn't start. where can I find the logs of the application to verify the error?

Thanks

Hernando

OttoGold
Active Contributor
0 Kudos

Mostly the problem is with

1) ADSUSER (password for example)

2) security (sometimes, SSL)

3) SICF transaction and the ADS attributes there

This is what I have learnt but I am no basis guy. Pardon me.

Otto

Former Member
0 Kudos

Hello Otto,

I think is a authorization problem for user ADSUser, I see in VA --> server --> services --> security provider --> user management --> groups and on the tree I search ADSCaller ( I found 2 - ADSCaller and ADSCALLER) and don't have user assigned.

Hernando

Former Member
0 Kudos

hello,

I made some changes according with your recommendations. Now the update:

1. FP_TEST_00 --> OK

2. FP_PDF_TEST_00 --> OK

3. http://<server>:<port>/AdobeDocumentServices/Config --> rpdata(test.u2026) --> OK

4. FP_CHECK_DESTINATION_SERVICE --> OK

5. FP_CHECK_DESTINATION_SERVICE With Destination Service --> OK

6. FP_CHECK_HTTP_DATA_TRANSFER --> OK

7. FP_CHECK_HTTP_DATA_TRANSFER With Destination Service --> ERROR

SYSTEM ERROR: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_SID//sap/bc/fpads/formdata/ADS_4B6B369A1CED4011E10000000A003708.xfd

8. http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp --> OK

9. VA --> http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp --> OK

10. RFC --> ADS -->

Status HTTP Response 302

Status Text Found

Duration Test Call 109 ms

How we can correct this error?

SA38 --> FP_CHECK_HTTP_DATA_TRANSFER With Destination Service -->

SYSTEM ERROR: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_SID//sap/bc/fpads/formdata/ADS_4B6B369A1CED4011E10000000A003708.xfd

Thanks

Hernando

Former Member
0 Kudos

Hello Hernando,

Check whether you have maintained Destination Service correctly...

It apear under WebServices node in Visual Administrator --> Services --> destination.

It has to be created under HTTP node as a HTTP service.

Destination name : FP_ICF_DATA_<SAP System ID>.

URL: (ex:192.168.10.11:8000)

System ID: XXX

Client: XXX

Languange:XX

Logon Data Authentication: Basic

Username: ADS_AGENT (it should be a service user on ABAP STACK)

password:XXX

And test it again!

Regards,

Fatih

Former Member
0 Kudos

Hello Fatih,

I had created in VA --> Server --> Services --> Destinations --> Destinations --> HTTP --> FP_ICF_DATA_DEV

URL --> http://IP SAP Server:8000

System ID --> DEV

client --> 100

language: EN

Authentication --> Basic

User --> ADS_AGENT

Password --> xxxxx

Save and test --> HTTP get response code 200

Content type text/html

But I realised that in

VA --> Server --> Services --> Destinations --> Destinations --> Web Service exist other FP_ICF_DATA_DEV, I filled in all the same data and test with same response:

HTTP get response code 200

Content type text/html

I tested again SA38 --> FP_CHECK_HTTP_DATA_TRANSFER with Destination service ADS and the same error was showed:

SYSTEM ERROR: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_SID//sap/bc/fpads/formdata/ADS_4B6B369A1CED4011E10000000A003708.xfd

Thanks

Hernando

Edited by: Hernando Polania Cadena on Feb 4, 2010 10:45 PM

Former Member
0 Kudos

Perhaps you need to perform further checks:

...

1. Check if the ICF service is active.

a) Log on to your SAP Web AS ABAP system

b) Choose transaction SICF.

c) Choose default_host > sap > bc > fp in the tree

d) Choose Service/Virt.Host > Activate

e) If AS ABAP and AS Java (with ADS) are installed in different systems, you also have to activate the fpads ICF service.

2. Check if the system user ADS_AGENT is correctly configured.

Check the Role tab and assign one of the following roles to the user ADS_AGENT.

SAP_BC_FP_ICF,

if AS ABAP and AS Java (with ADS) are on the same system (Double-Stack or Java Add-In).

SAP_BC_FPADS_ICF,

if AS ABAP and AS Java (with ADS) are on different systems.

3. Check both users password on ABAP & JAVA side. ADSUSER & ADS_AGENT

Regards,

Fatih

Former Member
0 Kudos

Reader Right Credentials!!!

It should be solved by installing the Reader Right Credentials. If you want to use a pdf with editable fields (no read-only document) you have to install the RRC. Check this note 736902

You can find below the trial credentials:

http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/10e507e7-2670-2a10-0ba5-eaaabdf7c221

Regards,

Fatih

Former Member
0 Kudos

hello Fatih

The service is active in SICF --> default_host > sap > bc > fp

ADS_Agent have the roles

SAP_BC_FP_ICF

SAP_BC_FPADS_ICF

the user is unlocked and exist in both sides, java and abap

Thanks again

Hernando

Former Member
0 Kudos

Hello,

We installed the credentials but now the ADS don't work

~response_line HTTP/1.1 503 Service Unavailable

~server_protocol HTTP/1.1

~status_code 503

~status_reason Service Unavailable

connection close

pragma no-cache

cache-control no-cache

expires 0

content-type text/html

content-length 1965

server SAP J2EE Engine/7.01

date Wed, 10 Feb 2010 21:29:41 GMT

~remote_addr

~uri_scheme_expanded NONE

Former Member
0 Kudos

Hello Hernando,

check your ADSUSER on Java stack (UME).

Regards,

Fatih

Former Member
0 Kudos

Hello Fatih,

I access to http://server:port => SAP NetWeaver Administrator => System Management => Administration =>Identity Management and search the user ADSUser, this have assigned the groups:

Everyone

ADSCallers

ADSCALLERS

Authenticated Users

Is created as Technical User (General Tab) but doesn't have any Role assigned.

If I see the user in VA, the groups ADSCaller or ADSCALLER don´t have assigned this user, but if I see the user have assigned the groups. I don´t understand why this difference.

Thanks

Hernando

OttoGold
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Otto,

I see the link #1, but when I try the FP_TEST_00 report show error. The following reports too but I did all the configuration. I don´t know what I forget.

Regards,

Hernando