cancel
Showing results for 
Search instead for 
Did you mean: 

FP_TEST_00 & FP_CHECK_DESTINATION_SERVICE Error

Former Member
0 Kudos

Hi Gurus,

I need to work with adobe print forms, I'm very new to this kind of forms, I started the configuration of the ADS step by step as written in the configuration guide, all the checks are OK except for 2 reports.

FP_TEST_00, when I run it I get this error: ADS: Request start time: Thu Dec 31 13:30:03 GMT+02:00(200101)

FP_CHECK_DESTINATION_SERVICE, when I run it with destination service I get this error:

SYSTEM ERROR: Request start time: Thu Dec 31 13:30:03 GMT+02:00(200101)

Keep in mind that I did all the instructions in the guide for the configuration of the Web Service Basic Authentication.

Regards,

Mahmoud

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi,

Could you please share how you resolved this prob? I am facing this issue too .

Thanks

Former Member
0 Kudos

Hi

Please follow below steps:

1. Create RFC (ABAP system side) destination through SM59 called as ADS which should of type G

u2022 RFC Destination : ADS

u2022 Connection Type :G(HTTP Connection to External services)

u2022 Destination 1 : ADS connection to SID (Java system)

Target System settings:

u2022 Target HOST : JAVA system Host

u2022 Port : java system port

u2022 Path prefix : this defaults(/AdobeDocumentServices/Config?style=rpc)

2. Login to Visual Administration

Navigate to Server  Services  Destinations and select HTTP drop down.

Create the RFC destination as FP_ICF_DATA_<SID>.

Destination Name: FP_ICF_DATA_<SID>

Destination Type: HTTP

Connection settings:

u2022 URL :http://<hostname>:<ABAP-portno>

u2022 system Id :--NIL

u2022 client : ABAP system client no(200 or 300)

u2022 Language :--NIL

Logon Data:

u2022 Authentication: BASIC

BASIS Authentication:

u2022 Username:ADS_AGENT

u2022 Password:xxxxx

Thanks

Jayan.