Hello Gurus,
I configured ADS on our PI landscape which on SAP Netweaver 7.1. I was able to configure and tested successfully and able to view the test page from PI ABAP level.
I confirm this can be work by executing the following program on PI ABAP :
1) FP_CHECK_DESTINATION_SERVICE
2) FP_TEST_0
3) FP_TEST_IA_01
So, from my point of view, the ADS configured successfully on PI.
My concern now is, I am trying to connect/use the ADS service on PI from other SAP systems like Portal/R3/BI system.
For R3 system to PI, I created RFC and I confirm this RFC working fine.
However when I try to test the above mention programs from the R3:
1) FP_CHECK_DESTINATION_SERVICE
It work fine if I unchecked the "With Destination Service", but if I checked the "With Destination Service" it throws: com.adobe.ProcessingException: Problem Accessing data from Destination :dest :FP_ICF_DATA_<SYSID>//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE;......
(<SYSID>==R3 system ID)
2) FP_TEST_0
Not exist
3) FP_TEST_IA_01
Same error just like on 1).
So I checked in SICF, under /default_host/sap/bc/ and I try to activate the service , but it failed because the ADSuser is not exist in D01 system. This part a bit confusing for me because:
I used ADS RFC which I created on R3 to test FP_TEST_IA_01, but why it's complaining com.adobe.ProcessingException: Problem Accessing data from Destination :dest :FP_ICF_DATA_<SYSID>//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE...
The RFC giving : Http Response 200, Status Text OK.
Basically I have done everything I could but I am not sure I am not getting the test PDF page from R3. Is that any other configuration that I missed here.
Can you please advice me here?
Thanks.