cancel
Showing results for 
Search instead for 
Did you mean: 

"HTTP 404 - Not found".

Former Member
0 Kudos

Hi,

IMy scenario is Siebel to SAP, Siebel side we are using HTTP adapter to send data to SAP and the URL, which is used to send is as follows:

http://sapxidev:8005/sap/xiadapter_plain?namespace=http://ServiceOrder_Completion&interface=ServiceO...

While sending data from Siebel, we are getting an error "HTTP 404 - Not found". I have checked the HTTP connections and it is showing as :

HTTP/1.1 500 Internal Server Error in the Response line

Status code is 500

Status reason Internal Server Error

can anybody tell me, how do i resolve this?

Thanks & Regards

Viji

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I have exactly the same problem. The http port in SLD / Integration Engine setting was wrong.

Then I set the correct port in SLD. How can I apply these changes to Integration Engine configuration in ABAP stack? In Integration Engine configuration, I select Change Global Configuration Data --> SLD - Load configuration data. Thus it always sets the URL back to the "old one", not the newly configured one.

Any help appreciated.

Christopher

Former Member
0 Kudos

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Former Member
0 Kudos

Lakshmi,

Using the server:port the specified path cannot be found.

a) Check that the port really is the ICM HTTP Port (transaction SMICM) and not the J2EE port

b) If the port is wrong, change the pipeline URL in the SLD in the business system of the Integration Server

c) Restart the J2EE Engine to reset the SLD buffer of the Adapter Engine

Also check SAP Note 824554 which may help you.

---Satish

Former Member
0 Kudos

Hi Vijaya,

try to take a look to the following SAP OSS Notes:

- Note 807000 - Http requests are not fully read after timeout

- Note 804124 - HTTP communication with XI Adapter Engine fails

Hope this help

Francesco