cancel
Showing results for 
Search instead for 
Did you mean: 

ADS Configuration Problems with NW 7.0

Former Member
0 Kudos

Greetings, everyone!!

I have a new installation of NW 7.0 system, which was installaled as a dual stack. I am running into issues in configuuring ADS.

I am yet to configure Adobe Rights Credentials attributes. But I think Issues 1, 2, and 4 might not have much to do with rights configuration.

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

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

Issue 2

Report FP_TEST_00 does not work. I get the error:

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

I think this is related to Issue 1 above.

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 don't get the OK response.

Issue 4

When I click on a service from Visual Admin, I get this error:

Error while loading servie Document Services Configuration

I am not sure what how to resolve this.

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

Your comments will be greatly appreciated.

Thanks in advance!!

Madhavi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member235924
Active Participant
0 Kudos

Hello,

have you checked if user ADSUSER is in the administrator group and also classified as a technical user in the JAVA system?

Regards,

Ingrid

Former Member
0 Kudos

make sure that ADSUSER is assigned to the JAVA groups ADSCallers, Authenticated Users and Everyone - this is the default as per the inital ADS installation

I dont think ADSUSER needs to be member of Administrator Group - this is not the default. This is not the case on my working ADS installation

Nesimi

chintan_virani
Active Contributor
0 Kudos

Madhavi,

Do the settings as per the [ADS configuration guide|http://help.sap.com/saphelp_nw70/helpdata/EN/37/504b8cbc2848a494facfdc09a359b1/frameset.htm] and check below blogs for some help regarding the issues.

[Common Problems with SAP Interactive Forms by Adobe - PART I|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5484] [original link is broken] [original link is broken] [original link is broken];

[Common Problems with SAP Interactive Forms by Adobe - PART II -|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5811] [original link is broken] [original link is broken] [original link is broken];

Also check [Note 944221|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=944221] for more details.

Chintan

Former Member
0 Kudos

Thanks for taking the time to provide me these links. I have been following the Config Guide but something else is missing.

Now, my major problem is RFC connection ADS. Connection Test still gives the following:

Status HTTP Response 403

Status Text Forbidden

Duration Test Call 119 ms

When I use user J2EE_ADMIN, I get this instead:

Status HTTP Response 302

Status Text Found

Duration Test Call 259 ms

Every other user I try gives the 403 error.

Please let me know if youhave any thoughts.

Thanks!!

Former Member
0 Kudos

Madhavi

please check the ADS Config guide

https://www.sdn.sap.com/irj/sdn/adobe

https://www.sdn.sap.com/irj/sdn/adobe?rid=/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd9a6

The 403 is not a issue because it is by design

regards

Nesimi

Former Member
0 Kudos

Hello!!

Thanks for the reply. I didn't know that 403 response is by design. I thought the test should give 200 response.

However, test reports "FP_CHECK_DESTINATION_SERVICE" and "FP_TEST_00" do not work. I am not sure why this is the case. I am not able to access the links that you sent today, on SDN. So, I'll check these and let you know.

I get the below error when checking Dest. Service:

Problem accessing data from Destination: dest:FP_ICF_DATA_<SID>//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?...

The below error for FP_TEST_00:

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

Not sure how to fix these.

- Madhavi

Former Member
0 Kudos

Check the settings for the destination service on AS Java

Call Visual Administrator and navigate to Services -> Destinations

Extend the setting in field URLunder Connection Settings to: http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp

The system calls the ABAP system that stores the form templates

Former Member
0 Kudos

Hello !!

When I modify the URL in HTTP Destinations service in VA, the test always works with a response code of 200. It gives the above mentioned error however, when I run the test from SE38.

Coming to the ADSUSER, here's what I see:

In Identity Management, I see that the user is assigned to groups: ADSCallers, ADSCALLERS (based on the role created in PFCG), Authenticated Users and Everyone.

But when I expand ADSCallers group in VA --> SecurityProvider, ADSUSER is not listed. He's only listed under Everyone and Authenticated Users groups.

Thanks!!

Former Member
0 Kudos

make sure you have ADSuser in your JAVA

see an example here:

http://original.imageload.net/6nn/picture0115.png

Nesimi

Former Member
0 Kudos

Thank you all for your time and comments!!

I had an additional '/' at the end of the URL in VA --> Services --> Destinations --> HTTP. Once I took that out, both FP_TEST_00 and FP_CHECK_DESTINATION_SERVICE work fine now.

Thanks!!

former_member204746
Active Contributor
0 Kudos

Hi,

sorry for bringing this post from the dead... But I had the same issue but my solution was different and this could be useful to someone else.

I have:

java stack, SID:TSJ

abap stack:SID:TST

in visual admin, I created FP_ICF_DATA_TSJ instead of FP_ICF_DATA_TST

so, even if you create an entry in JAVA stack, you must use the SID of your ABAP stack in the destination name.