cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Error

praveen_pillai3
Explorer
0 Kudos

Hi

I am facing a problem with a scenario which sends data using Proxy. The proxy call and execution is happening fine, but when i check sxi_monitor I am getting the error given below.

I did a search on the forum using the error details and found that most of them were pointing to time outs and ICM errors. I checked all these and it looks fine.

I would appreciate if any one could please give me some guidance on where to look next. Any help would be much appreciated.


  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
 <!--  Call Integration Server  --> 
 <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIServer</SAP:Category> 
  <SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code> 
  <SAP:P1>112</SAP:P1> 
  <SAP:P2>HTTPIO_PLG_ICM_CONNECT_FAILED-Fehlermeldung beim Senden der Daten.</SAP:P2> 
  <SAP:P3 /> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:ApplicationFaultMessage namespace="" /> 
  <SAP:Stack>Error when sending by HTTP (error code: 112, error text: HTTPIO_PLG_ICM_CONNECT_FAILED-Fehlermeldung beim Senden der Daten.)</SAP:Stack> 
  <SAP:Retry>A</SAP:Retry> 
  </SAP:Error>

Thanks & Regards

Prav

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

got to SM59 and check rfc dest HMI_.... (by testing it from SM59)

it is ok ?

Regards,

michal

Answers (1)

Answers (1)

praveen_pillai3
Explorer
0 Kudos

Hi michal,

Thanks for the quick response.. I cant find this Destination in SM59. Can you please give me more information on this Target or point me a document explaining this config.

Appreciate your help.

Thanks

Prav

Former Member
0 Kudos

Praveen,

Try to do the configuration as mentioned in the weblog:

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

Also check this weblogs which may help you:

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

---Satish