cancel
Showing results for 
Search instead for 
Did you mean: 

ADS Troubleshooting

Former Member
0 Kudos

Hello, All.

I am now configuring ADS and have some problems. I have read note 944221 and do perform its recomendations.

-


But when I call report FP_CHECK_DESTINATION_SERVICE it simply hang and do not issue any errors.

-


When I test RFC-connection ADS I have got 4 tabs:

- Test Result,

- Respose Header Fields,

- Response Body,

- Response Text.

Test Results and Response Header Fields look like good.

Response Body contain standard IE`s page of Error ("The page cannot be displayed...")

At the end of Response Text I see:

</HEAD>

<BODY>

<CENTER><B>Please wait while loading page...</B></CENTER>

</BODY>

</HTML>

-


When I browse URL http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp

I get

"404 Not Found

The requested resource does not exist."

P.S. SAP platform is Windows/SQL, NW7

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check if the user ADS_AGENT is locked.

If the settings of the destination service are not correct, you get an error message. You need to perform further checks:

...

1. Check if the ICF service is active.

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

3. Check the settings of the Destination Service

Former Member
0 Kudos

Hello, Shaji.

Thank you very much for answer.

ADS_AGENT was not locked. However It was created in 001 Client, but default (work) client was copied from 000. I have created service users ADSUSER and ADS_AGENT in default client, assigned its to roles ADSCallers (ADSUSER) and SAP_BC_FP_ICF (ADS_AGENT). Then I have generated profile for SAP_BC_FP_ICF and checked User comparison has green status in pfcg.

But this actions do not resolved my troubles.

1. All services in SICF had been already activated.

2. ADS_AGENT is configured now as service (not system) user in default client.

3. There are FP_ICF_DATA and FP_ICF_DATA_<SID> exist under WebSercice branch (Destination type). of Destination Services.

I have added same entries under HTTP branch:

URL = http://<FQDN host name>:<HTTP_port>

Destination type = HTTP

Authentication = BASIC

USERNAME = ADS_AGENT

PASSWORD = <ADS_AGENT's password>

About HTTP_port I do not sure. I try both 5xx00 and 80xx. "Save and Test" work fine (Response code 200)

Former Member
0 Kudos

I have found solution. Note 886572: WINDOWS x86_64 is supported from SP11.1 (I used system with sp9). After deploying sp16 all my checks successfully passed.

P.S. It is interesting that SM59's test connection for ADS now has 403 return code, but in wrong case it returned 200!