cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP PROXY

Former Member
0 Kudos

Hi

I am doing a scnr r3 to xi using abap proxies.In r3 moni i have an error msg but at inbound msg i can see my msg.I have checked all my http connections it works fine

Error Msg***************************************

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Integration Server

-->

- <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">

<SAP:Context />

<SAP:Code p1="4" p2="" p3="" p4="">HTTP.HTTP_CLIENT_CREATE_FAILED</SAP:Code>

<SAP:Text language="EN">Unable to create HTTP client (exception 4 )</SAP:Text>

</SAP:ErrorHeader>

**********************************

Any help would be highly appreciated

Thanks

Sri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi -

In your SXMB_ADM (of your r/3 system), double check your RFC/SM59 destination reference. It should be in the form:

dest://<rfc destination>

Also, confirm that your destination is working properly via a test connection. Incidentally, the sm59/rfc destination type should be type 'H' for the connection to the Integration Server.

Regards,

Jin