cancel
Showing results for 
Search instead for 
Did you mean: 

404 Not found while sending RFC mesg

Former Member
0 Kudos

Hi,

I am getting following exception in my sender CC when i sent RFC from ECC.

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

changed the port to be 8000 in SLD ( business system )

In SMICM, the port is still 8000

Restarted server after above change.

But still I get the above error mesg when I send mesg.

I also looked at /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

I know this is issue while AE sending mesg to IE is failing.

Where else can I change to fix this? I am not good at Basis steps, so please provide me step by step.

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nikhil,

u2022 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL,

so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL:

It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this.

Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)

u2022 Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port

u2022 If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system

u2022 If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi Nikil,

In PI System u should define http://<PI IP Address>:80XX/sap/xi/engine?type=entry (XX= System Number of PI or Check in SMICM of PI System ) in SXMB_ADM->Integration Engine Configuration->Corresponding Integ. Server]

Edited by: Jayasimha Jangam on Mar 22, 2010 5:46 AM