cancel
Showing results for 
Search instead for 
Did you mean: 

ADSuser - no have access to method rpData

Gallardo
Explorer
0 Kudos

Hellow experts,

I have a problem with ADSuser when I testing the service in the web page

http://<server>:51000/AdobeDocumentServices/Config

the message error is:

"ADSuser does not have access to method rpData"

but when i test the service with user Administrator the test is successfull.

the cuestion is how I add the user ADSuser to the right privileges.

currently i create an other user ADSuser2 with the same privileges of Administrator.

but the user ADSuser2 has the same problem that does not have access to method rpData.

thanks in advance.

Edited by: Antonio Gallardo on Sep 21, 2008 6:05 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please Check note 944221 - Troubleshooting if problems

occur in forms processing, i review the point

II Web Dynpro for Java

1. Check the user and password of ADS

http://help.sap.com/saphelp_nw2004s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.html

Adobe Document Services Configuration Guide ->

Configuring the Web Service ->

Securing Access to the Web Service ->

Configuration Check ->

Configuration of the Web Service for Basic

Authentication ->

Creating a User in the SAP NetWeaver AS Java for

Basic Authentication

check if the name user ADSuser is write in lowercase and uppercase.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi all.

I am also getting the same error when trying to FP_TEST_00

ERROR CODE : 100.102

ERROR MESSAGE :

SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document /User ADSuser does not have access to method rpData./<ns1:com.sap.engine.services.ejb.exceptions.

SOAP Framework error: SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document /User ADSuser does not have access to method rpData./<ns1:com.sap.engine.se

As per the reply above, the problem was with ADSuser case sensitivity. I am using ADSuser in the RFC. Do, i need to use this case sensitivity in the java instance/SU01 also. Please help me out with error.

Gallardo
Explorer
0 Kudos

thanks Sanabria

I check as recommendme and detect the user "ADSuser" was in uppercase ADSUSER, simply I added again the ADSuser.

and test the service again

http://<server>:50000/AdobeDocumentServices/Config

it finished successfully.