cancel
Showing results for 
Search instead for 
Did you mean: 

Adobeform

Former Member
0 Kudos

Hi,

I had created a smartform and converted into adobe form. While activating the adobe form I had a error "SOAP Framework Error : SOAP Runtime Exception : CSoapExceptionTransport : HTTP receive failed with exception communication_failure"

Please help me out to solve this issue.

Thanks in advance..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can definately convert the smartforms into PDF and there is no issue in that specially in case of Static forms.

The SM59 destination server for ADS is not configured for Adobe.

You can run the check program in the thread above, also you can check in SM59->HTTP connections to external server....there should be a ADS node within that.You can test the connection for the same.It should work properly.

OttoGold
Active Contributor
0 Kudos

1) this conversion is NOT recommended. The result is a mess and you will have hard times to do any minor changes.

2) i am sure your ADS/ Adobe infrastructure is not installed/ configured. Run the diagnostics report to make sure.

Regards Otto

Former Member
0 Kudos

Hi,

I am working on same concept....i faced the same problem during initial phase of development/.

it is a basis configuration issue. request your basis team to configure the adobe services properly.

this error is due to the fact that the adobe form is not able to communicate with the J2EE server.

Regards,

Rajeev

OttoGold
Active Contributor
0 Kudos

run FP_TEST_00. If that works, you can proceed with the development.

If not, ask the basis guys.

Otto

p.s.: some more reports: ADS tests

http://help.sap.com/saphelp_nwmobile71/helpdata/en/43/f31e3082221595e10000000a1553f7/content.htm

OttoGold
Active Contributor
Former Member
0 Kudos

Hi,

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