cancel
Showing results for 
Search instead for 
Did you mean: 

error of configuration ADS with ABAP

Former Member
0 Kudos

Hello experts,

I had configurated the Basic authentication of ADS with ABAP .

Our ERP system(ABAP) and Portal system(ADS on the Portal) were on the different servers.

I had configurated all the steps according to ADS configuration guide.

But there are errors when travel forms(PDF forms) display.

Then I checked the configuration according to ADS configuration guide.

There are 4 check steps:

1. FP_TEST_00 . error: Cannot find PDL type for output device LP01.

2. Checking the ABAP Connection 。 OK 。

3. Checking the User and Password 。 successfylly, got the version of ADS.

4. Checking the Destination Service and the ICF Service

a.. Checking the Destination Service using a test report in AS ABAP

FP_CHECK_DESTINATION_SERVICE 。 successfully.

FP_CHECK_HTTP_DATA_TRANSFER 。 error, it display that there is error file in the special ADS folder on Portal server, I download the file. The file content only " No Errors Reported".

b.. Checking the ICF Service using the Web Browser

If I enter user name ADS_AGNET , it display nothing.

If I entere user name perpcjg(a user like SAP_ALL), it display the layout information of FP_TEST_00 form.

c.. Checking the Destination Service using the Visual Administrator

ERROR : Error during ping operation :Recevied HTTP response 404

Could you please give any suggestions ?

Best Regards,

Louis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Seems to be a connectivity issue between servers... please try pinging the servers using command prompt.

Cheers

Arafat

Former Member
0 Kudos

Hi

Please perform 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