cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_RESP_STATUS_CODE_NOT_OK

Former Member
0 Kudos

Hi,

The below error message is show by R/3 QAS Server in TCODE SXI_MONITOR when I send a message by a Synchronous Outbound ABAP Proxy to PI. This Synchronous Outbound ABAP Proxy works fine in Development Environment. Another Asynchronous Outbound ABAP Proxy in both environment works fine too.

I changed this parameter:

icm/server_port_0 = PROT=HTTP,PORT=8000,TIMEOUT=30,PROCTIMEOUT=600


<?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="1">
  <SAP:Category>XIServer</SAP:Category> 
  <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code> 
  <SAP:P1>500</SAP:P1> 
  <SAP:P2>Timeout</SAP:P2> 
  <SAP:P3></SAP:P3> 
  <SAP:P4></SAP:P4> 
  <SAP:AdditionalText><html><head><title>Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://vtoxqa:8000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://vtoxqa:8000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://vtoxqa:8000/sap/public/icman/img/graybar_tile.jpg" height="31">  </td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2>500 Connection timed out</H2><br><hr> <table border="0"> <tr><td>Error:</td><td>-5</td></tr> <tr><td>Version:</td><td>7000</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Wed Aug 1 10:40:12 2007 </td></tr> <tr><td>Module:</td><td>icxxthr_mt.c</td></tr> <tr><td>Line:</td><td>2698</td></tr> <tr><td>Server:</td><td>vtoxqa_XQA_00</td></tr> <tr><td>Error Tag:</td><td>{-}</td></tr> <tr><td>Detail:</td><td>Connection to partner timed out after 60s</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">© 2001-2005, SAP AG</a></FONT> </td></tr></table> </body></html></SAP:AdditionalText> 
  <SAP:ApplicationFaultMessage namespace=""></SAP:ApplicationFaultMessage> 
  <SAP:Stack>HTTP response contains status code 500 with the description Timeout Error while sending by HTTP (error code: 500, error text: Timeout)</SAP:Stack> 
  <SAP:Retry>N</SAP:Retry> 
  </SAP:Error>

Regards,

Manuel Soteldo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As this is a timeout error, try resending it.

It may have been bad timing and the server load may have been high at the time.

Also, double check SPROXY to make sure the connection to IB is working okay.

Former Member
0 Kudos

Thanks for th reply Barry,

Everytime that I send the message I get the same error. Even when the server is running only this interface. The server doesn't have any load at the time. We have another 3 Proxies running in the same server, and there are working fine.

The interface takes a few seconds to run even when the server has no work load.

Regards,

Manuel Soteldo

Former Member
0 Kudos

Hi,

Check in SM58/SMQ1 for any errors in R3. Also see whether you have connections for proxy from R3 to XI in your QA system or not?

Regards,

---Satish

Former Member
0 Kudos

Hi,

The TCODE's SM58 and SMSQ1 have no errors and the connections for proxy between R/3 and XI are ok.

Any idea?

Regards,

Manuel Soteldo

Former Member
0 Kudos

Soteldo,

Check the RFC destination in SM59. Do a test connection and see it is successful. If not see whether the user is existing or not or whether it is locked?

Regards,

---Satish

Former Member
0 Kudos

Reddy,

The RFC destination is OK, it has come to my attention that we have several asynchronous outbound Proxies running fine in our QA environment (From R/3 to XI)

Regards,

Manuel Soteldo