cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with New Installation

Former Member
0 Kudos

Hello,

Recently Basis Installed XI in a New server, we have imported one scenario for testing. It's a RFC->XI->RFC scenario.

When we run the RFC funtion from R3 we get the following in RWB-Message Monitoring:

Success RFC adapter received sRFC for Z_SCP_RFC_TVA_ALTA_FOLIO_XI from SRP/800. Attempting to send message synchronously

Success Application attempting to send an XI message synchronously using connection AFW.

Success Trying to put the message into the call queue.

Success Message successfully put into the queue.

Success The message was successfully retrieved from the call queue.

Success The message status set to DLNG.

Error Returning synchronous error notification to calling application: Received HTTP response code 404..

Error Transmitting the message using connection http://tvapro01:8000/sap/xi/entry?action=execute failed, due to: Received HTTP response code 404..

Error The message status set to FAIL.

Error Returning to application. Exception: Received HTTP response code 404.

Is there a service or somehting that perhaps needs to be configured?

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to All,

The problem was that the pipeline in SXMB_ADM was incorrect and didn't match with the SLD

moorthy
Active Contributor
0 Kudos

Hi,

Usually this is due to an incorrect URL.

Just check the Integration Server URL

http://<host>:<port>/sap/xi/engine?type=entry

And also check SM59 ->Http destinations

For more~

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

Login to XI ..goto t-code smicm ..goto services from menu..make sure the http (not https) service is running and port is 8000. if not create one service..

udo_martens
Active Contributor
0 Kudos

Hi Elias,

plz have a look to your destination (SM59). I assume, one is configured wrong. It need the path prefix /sap/xi/engine?type=entry and not the path of your error message.

Regards,

Udo