ADS: Problem accessing data from Destination: FP_ICF_DATA_SID

Symptom

You have completely setup the ADS configuration on the ABAP side. To verify the configuration, you have performed the test using the report FP_CHECK_DESTINATION_SERVICE.

The first test (uncheck With Destination Service) is working fine. Unfortunately, the second test (check With Destination Service) is NOT working fine and below error is generated.

FP_CHECK_DESTINATION_SERVICE

SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_SID//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE(200,101).

Exception of class CX_FP_RUNTIME_INTERNAL

Solution

Please refer to SAP Note 944221 first to dig down the root cause.

In our case, the issue was the port for HTTP is not been maintained in our ABAP and SOLMAN system. We successfully fixed the issue by following,

On SOLMAN side
1. Open your web browser and route to NWA page, http://[HOSTNAME]:5xx00/nwa
2. Navigate to System Management > Configuration > Destinations. Look for FP_ICF_DATA_SID and verify the port is maintained there.

On ABAP side
1. Execute transaction code SMICM. From the top menu, select Goto > Services. Maintain the same port number as in SOLMAN. Save and please also maintained the same in transaction code RZ10 (for permanent).

Once all the tasks are completed, go back to SOLMAN and do a connection test on FP_ICF_DATA_SID. Make sure the connection is successfully working.

If above solution is working for you, please also check on following items,

• The password are correctly maintained for ADS_USER.
• The roles and profiles are properly generated.

Note

SAP Note 944221
http://scn.sap.com/docs/DOC-45335

You May Also Like

Leave a Reply?