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

While processing a message : Error HTTP 404: not found

Former Member
0 Likes
5,306

Hi gurus,

I'm stuck on a File-XI-IDoc scenario.

Here is the message i get in the Message Tool Display:

Erreur lors de la transmission du message au point d'accès http://rchase12:53000/sap/xi/engine?type=entry via la connexion File_http://sap.com/xi/XI/System. Motif : com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found

It's in French but it it's like my url is not good. I read about the port that must be 80xx in place of 53000 is it true?? I can't find any information about it, in another place than some forum topics.

Could anyone help me?

Thanks in advance.

Thomas

View Entire Topic
aashish_sinha
Active Contributor
0 Likes

Hi,

You should use HTTPport not J2EE-Server-Port

Like this: http://<host>:<HTTPport>/sap/xi/engine?type=entry

One more thing have u select the "Integration Server" as a business system role while defining the pipeline url.

In my point of view you first refresh the Cache and then try. If still you face the problem then probabily you can restart the server (if possible) & then try.

Check the HTTP Port by using tcode SMICM if it starts with 80xx.

Do you have some SLD Connectivity Issue ???

Check this out.

Also

Try these:

1) after changing the pipeline url, refresh the SLD Cache,CPA Cache

2) Still no luck, try to restart the XI Server

Going thru this document will help you to troubleshoot your error:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b9f17e1-0901-0010-45ac-a9a124b4...

Regards

Aashish Sinha

PS : reward points if helpful

Edited by: Aashish Sinha on May 26, 2008 12:36 PM