cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR in FP_CHECK_HTTP_DATA_TRANSFER ADS Configuration

Former Member
0 Kudos

Hi ,

I have done all the configuration steps in my Development system on AS ABAP and visual admin java side for ADS.

We have ABAP and JAVA on different hosts.

Things which work fine as per configuration guide and note 944221.

-


But they ask for logon details and when i enter adsuser and its password the things work fine are:

FP_TEST_00 -


enter logon details -


ok

FP_PDF_TEST_00--enter logon details--


ok

fp_check_destination_service--enter logon details---both with and without destination service-----ok

FP_CHECK_HTTP_DATA_TRANSFER---enter logon detailswithout destination service----ok

Destination service check is also fine for

http://server:port/sap/bc/fp/lform/layout.

-


Also my RFC ADS is working fine with outout.

Status HTTP Response 200

Status Text OK

Duration Test Call 168 ms

-


Error:

FP_CHECK_HTTP_DATA_TRANSFER---enter logon detailswith destination service----error

"SYSTEM-ERROR:com.adobe.ProcessingException:Problem accessing data from Destination

:destFP_ICF_DATA_DEC//sap/bc/fpads/formdata/ADS_4B7A8443791865E2".

-


My both services are active in SICF AS ABAP side

Should I assign username and password to these services.

So my main problems are the

1)error posted above

2)Why it asks for logon credentials everytime.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

OttoGold
Active Contributor
0 Kudos

Can you please share your solution? We will spare out time helping people with the same problem... Thank you, Otto

Former Member
0 Kudos

Hi Otto,

For problem related to FP_CHECK_HTTP_DATA_TRANSFER ADS , I have reffered to note 915399.

And my problem was solved.

For Problem related to asking of logon details every time, I just changed the host name in my RFC ADS from CAPS to small letters and it got resolved(this I don't know how did it happened).

Thanks,

Former Member
0 Kudos

Hi

Please perform below steps.................

Login to Visual Administration(JAVA system)

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

Former Member
0 Kudos

I had a similar problem - my ABAP system had no HTTP port configured. So I started a HTTP ICM service in ABAP and changed the destination in Visual Administrator.

Former Member
0 Kudos

Hi ,

My problem is resolved .

thanks

OttoGold
Active Contributor
0 Kudos

Follow these:

Regards, Otto

Former Member
0 Kudos

Hi otto,

Thanks for the information,but i have alresdy gone through these threads before posting the question.

Also i resolved the error of FP_CHECK_HTTP_DATA_TRANSFER .

The only issue now is why it asks for Logon details every time.

Thanks.