cancel
Showing results for 
Search instead for 
Did you mean: 

FP_CHECK_DESTINATION_SERVICE System Error

Former Member
0 Kudos

I am getting an error when checking Adobe Configuration.

AS Java and AS ABAP is running on different system. I have ADS RFC port is maintained correctly in AS ABAP system and Destination properly maintain under Visual Administrator. I have assigned ADS_AGENT user to destination service. Also checked authorization profile SAP_BC_FPADS_ICF and user are maintained properly.

ICF service sap/bc/fpads is active. Following tests are working correctly.

1) Call transaction SE38.

2) Enter the report name "FP_PDF_TEST_00" and choose "Execute" (or press F8).

3) Enter "ADS" in the entry field for the connection, and choose

"Execute" (or press F8).

4) The system should issue a dialog box containing the current version

information.

Second test:

1) Call transaction SE38.

2) Enter the report name "FP_TEST_00" and choose "Execute" (or press

F8).

3) Enter "FP_TEST_00" for the form, "2" for the number of output pages,

and "ADS" for the ADS connection. The choose "Execute".

4) Enter a valid output device and choose "Print Preview".

5) The Adobe Reader should be displayed in the GUI, and display two

pages with numbered lines.

When running FP_CHECK_DESTINATION_SERVICE it is giving System error. I have checked destination service is maintained correctly as below..where AS Java and AS ABAP different system. hostname is AS ABAP host name and port as default 8000.

1. Log on to the Visual Administrator. (See How to Start the Visual Administrator Page 57.)

2. On the Cluster tab, choose Server <x> u2192 Services u2192 Destinations. Under Runtime, select HTTP. The available destinations are displayed.

3. Choose the destination you want to change. The information that applies to a selected destination is displayed in the right pane. Proceed with step 6.

4. Choose New in the navigation panel, if the destination does not exist, yet.

5. In the dialog box that follows, enter the name FP_ICF_DATA_<SID>, where <SID> is your ABAP system, for the new destination and choose OK.

6. Under Connection Settings, enter the message server (or Web Dispatcher) of the SAP NetWeaver AS ABAP in the URL field:

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

and in case of SSL,

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

To display the host name of your SAP NetWeaver AS ABAP log on to SAP NetWeaver AS ABAP and call transaction SICF. In the main menu, choose Goto u2192 Port Information. The information is displayed on a screen; where the HTTP_port is specified under Services.

7. Enter the appropriate client number of the system, where the service user ADS_AGENT exists into the client field. Keep the other fields System ID and Language empty.

8. Under Logon Data, choose BASIC in the Authentication field.

9. Enter ADS_AGENT in the Username field and enter the same password as given for this service user in the SAP NetWeaver AS ABAP in the Password field.

10. Choose Save.

If you choose Save and Test, you can ignore the message Error during ping operation: Received HTTP response 404.

5.3.4 Activating the ICF service

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos