cancel
Showing results for 
Search instead for 
Did you mean: 

SAP_ADSCALLER role not found

Former Member
0 Kudos

Hello,

I am trying to configure ADS for my portal (java standalone Netweaver 2004s). I created a group called ADSCallers and created a user ADSUser. But i am unable to find the SAP_ADSCALLER role to assign to the user. Do i need to install anything before configuring ADS?

Regards,

Sridevi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sridevi,

Please check the below options also:

Setting Up the SSL Connection in a Java Environment:

Configure an SSL connection between the Java version of the PDF object and the Adobe document services Web service.

To set up the SSL connection in a Java environment:

1. Log on to the Visual Administrator.

2. On the Cluster tab, choose Server <x> u2192 Services u2192 Web Services security.

3. Choose Web Services Clients u2192 sap.com > tcwdpdfobject u2192 com.sap.tc.webdynpro.adsproxy.AdsProxy*ConfigPort_Document.

4. Change the URL to https://<Host>:<Port>/AdobeDocumentServicesSec/Config?style=document

5. From the Authentication drop-down list box, select X.509 Client Certificate.

6. In the Client Certification Authentication area, from the Keystore view list, select ADSCerts.

7. From the Certificate list, select the certificate associated with the user that is assigned the ADSCaller security role, which you created earlier.

8. Choose Save.

Creating a Destination of the Destination Service in the Java Environment:

To create the new destination, proceed as follows:

1. Choose New in the navigation panel.

2. In the dialog box that follows, specify the name "FP_ICF_DATA" (type the name exactly as given) for the new destination and choose OK.

3. As the target URL, enter the message server (or Web Dispatcher) of the SAP Web AS ABAP in the URL field:

http://<hostname>:<HTTP_port>;

and in case of SSL,

https://<hostname>:<HTTPS_port>;

4. Select the authentication method to use for the connection, and enter the parameters for the authentication method in the corresponding fields (if applicable). You must enter the existing service user ADS_AGENT with the correct password.

user = "ADS_AGENT"

passwd = .........

5. If the connection is to use HTTPS, then specify how the connection should handle SSL server authentication.

6. Save the data.

And your is only java rite? its not dual stack.

Please check the above options and also please check the ADS guide for your patch level(java).

Let me know if you have still any issues.

Thanks

Kishore

Former Member
0 Kudos

Yes i did this and also installed the credentials. However when i click on the url http://<server>:<port>/AdobeDocumentServices/Config and then click on test and then provide the ADSUser and password it does not succeed. The test fails. It stays on the same page.

Former Member
0 Kudos

Hi Sridevi,

The role name is ADSCALLERS.

*_Creating a User in the J2EE Engine for Basic Authentication_*__

To create a user in the J2EE Engine and assign the ADSCaller security role:

1. Log on to the Visual Administrator. (See How to Start the Visual Administrator on page 33)

2. On the Cluster tab, choose Server <x> u2192 Services u2192 Security Provider.

3. On the User Management tab, choose Create Group to create a group called ADSCallers, if the group does not exist. In the dialog that follows, enter the name and choose OK.

4. Choose Create User. The Create New User dialog box is displayed.

5. In the User name, Password, and Confirm password boxes, enter ADSUser for the user name and type a password.

6. Choose the Tree tab in the right panel. In the User Tree, select ADSCallers, and then choose OK.

7. Choose the Tree tab in the left panel. Select ADSCallers u2192 ADSUser.

8. In the Authentication area, select No password change required.

9. On the Policy Configurations tab, in the Components area, select com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar.

10. On the Security Roles tab, select ADSCaller from the Security Roles list.

11. In the Mappings area, choose Add, which is assigned to Users. A dialog Choose Users or Groups is displayed.

12. Choose the Tree tab.

13. In the User Tree, under the ADSCallers group, select the ADSUser you just created and choose OK. This assigns the new user to the ADSCaller security role.

Hope it resolves your issue. Let me know if you have face any issues.

Thanks

Kishore

JPReyes
Active Contributor
0 Kudos

The role should be called ADSCALLER under the Security Roles adn should be installed by default

Read,

http://help.sap.com/saphelp_nw70/helpdata/EN/44/4ec0733c4f4e35e10000000a1553f6/frameset.htm

Regards

Juan