cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Proxy error - HTTP status code 500

Former Member
0 Likes
1,708

Hi,

Scenario: Asynchronous Proxy (R/3 4.7) to 3rd Party (JDBC)

We applied patches to JAVA on the XI side to fix a bug, the process worked before the patches. I am now getting an error on R/3 i.e. the data is not reaching XI.

<?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="500" p2="Error during conversion of XI message" p3="" p4="">HTTP.HTTP_STATUS_CODE_NEQ_OK</SAP:Code>

  <SAP:Text language="EN">HTTP status code 500 : Error during conversion of XI message</SAP:Text>

  </SAP:ErrorHeader>

Any ideas. Thanks,

Leanne

View Entire Topic
nisarkhan_n
Active Contributor
0 Likes

it might be a connection issue....also chck the URL of the IS is proper or not...can u psste that?

Former Member
0 Likes

Hi Nisar,

I am not technically minded, how can I check the connection, URL, etc?

I have tested the HTTP connection (PI_CONNECTION) and I get the following message which I understand to be correct.:

~response_line HTTP/1.0 500 Empty HTTP request received

~server_protocol HTTP/1.0

~status_code 500

~status_reason Empty HTTP request received

Thanks,

Leanne

nisarkhan_n
Active Contributor
0 Likes

this is not an Error status code 500 with empty request received is not an error.

Former Member
0 Likes

Hi Leanne.

Check out OSS note : 513703, 916417.

Hope this will help.

Nilesh