cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR WHEN I RUN SPROXY

khan_voyalpadusman
Active Contributor
0 Kudos

Hi Gurus

1) in the application system , when i run the transaction sproxy , i end up

this message

-


>

HTTP communication contains errors (see long text for diagnosis)

Message no. SPRX086

Diagnosis

The HTTP communication of this application server is not functioning correctly.

When calling the method

IF_HTTP_CLIENT=>RECEIVE

the exception

HTTP_COMMUNICATION_FAILURE

was triggered.

The short text for this exception reads as follows:

Communication Error

-


>

please help me resolve this issue.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I think this issue is realted to RFC destination created in Application System(R/3).U need to check authorization to user, used in the Rfc destination.And also check connection type is H,Path Prefix is (/sap/XI/engine/?type=entry) , port number(8000) and Logon client is PIISUSER ,pwd for user.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Please check these details in the RFC destination to communicate the XI system wheter is is working r not.

Thanks

Ravi

Former Member
0 Kudos

This error happen because your server can not reach the Integration Server HTTP port.

Please check if your server can "ping" the Integration Server by the netbios name and by the FQDN. Sometimes you need to add an entry in the hosts file even with a responsiveness DNS.

Hope it helps.

Regards,

Israel Freire

Former Member
0 Kudos

Has the config been done for SPROXY?

Press the i Icon and follow the below...

Check List for Setting Up a Connection to the Integration Builder

1. The address of the Integration Builder must be stored in the SAP

system

=>Check/maintain with report SPROX_CHECK_IFR_ADDRESS

The address is taken from the following parameters in the exchange

profile ('Connections' section):

com.sap.aii.connect.repository.name: Server (for example, pwdf0436

com.sap.aii.connect.repository.httpport: Port (for example, 1080)

com.sap.aii.connect.repository.contextroot: Root (for example, rep

The logon data is also read from the exchange profile

('ApplicationSystem' section):

com.sap.aii.applicationsystem.serviceuser.name: User

com.sap.aii.applicationsystem.serviceuser.pwd: Password

If no address is found, then an HTTP destination is read from the

table SPROXSET, which already contains these three pieces of

information:

Column NAME: "IFR_HTTP_DEST"

Column VALUE: for example, "MY_DESTINATION"

The destination must have been created using transaction SM59.

For the repository URL "http://myserver:4711/rep", for example, the

following values must be maintained:

Connection type: "G" Target host:"myserver" Service No:"4711" Path

prefix: "/rep"

User and password accordingly.

If maintained, the settings from the exchange profile are always

used. If you want to deviate from this and only take the address

from the table SPROXSET, you must enter ADDRESS_ONLY_FROM_SPROXSET =

"X".

2. The HTTP connection of the ERP application server must function

correctly

=>Check with report SPROX_CHECK_HTTP_COMMUNICATION

If necessary, contact your system administrator. The HTTP port of

the ERP application server may be configured incorrectly.

Alternatively, you can log on to another application server in this

system where the HTTP port is functioning correctly.

3. The Integration Builder server must be running correctly

=>Check with report SPROX_CHECK_IFR_RESPONSE

(This link should display a valid XML document, not an HTML page

with 'Page Not Found', 'Internal Server Error 500', or similar.)

If necessary, contact your system administrator, who can boot up the

Integration Repository server, or import the correct software

release.

4. Proxy generation must interpret the data of the Integration Builder

correctly

==>Check with report SPROX_CHECK_IFR_CONNECTION