cancel
Showing results for 
Search instead for 
Did you mean: 

Help: Received HTTP response code 404 : Not Found

Former Member
0 Kudos

Transmitting the message to endpoint http://chmsxd42:52200/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found.

Our senario is a simple file transfer one, no object has been created in IR.

While we run the wizard, we just put the dummy interface name and namespace in the interface and namespace blanks.

After we activate the objects, the source files were picked up and deleted but there is no file created in the target directory, and we got the error message listed at the top.

Does anyone has some clue about this? Please help.

Thanks a lot.

Aditya Babu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The port of Integration Engine is 80XX, and so 8001.

In the SLD you must to select the Business System of XI and there you can just set the corret Pipeline URL.

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

It means you AE is unable to communicate with IE.

t-code SMICM..check the HTTP port No:

open the SMICM code...just right click anywhere in the window...then click on the Services..it will show u the HTTP and HTTPs port no.

THen from SLD --Business Landscape --your Business System..chek the Pipeline URL http://<host>:<port>/sap/xi/engine?type=entry

the HTTP port that u will see in the SMICM should be same in the pipeline URL

Have you checked this one,...

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

Go through this link which as the information of all HTTP errors in XI

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

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

Thanks

Vikranth

Former Member
0 Kudos

Hi,

Refer Http Status Code definions.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Thanks,

RamuV

Former Member
0 Kudos

thanks for ur answer, we can create and delete files in the target directory throught some ftp connectivity tool.

So there should not be the directory access problem in this case.

Can this case be done without creating any object in IR and using dummy interfaces and namespaces?