cancel
Showing results for 
Search instead for 
Did you mean: 

Message Monotir: Adapter Engine Status:Waiting

Former Member
0 Kudos

Hi,

We made a copy of our DEV XI instance and I'm currently testing it.

HTTP to RFC and HTTP to FILE scenarios are working perfectly. My problem is with FILE to FILE scenarios. The file gets read and archived but I don't see anything in SXMB_MONI. When checking RTWB, Message Monitor I can see the message but it's status is waiting. I've checked SMQ1 and SMQ2 and they are empty (these were cleared down earlier today and we followed that with a restart). Any suggestions where else I should look.

Many thanks

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Check the XI pipeline url in the SLD->Business System-><Your Integration Sercer>

It should be -

http://server:port/sap/xi/engine?type=entry

In this case the port should be http port 8xxx.

Check the HTTP port TCODE SMICM (goto ->services)

Also this blog may help u-

Former Member
0 Kudos

Dharamveer,

Thanks - solved the problem and file transmissions are working perfectly.

Well done

BB

Answers (2)

Answers (2)

Former Member
0 Kudos

You can check RWB -> Communication Channel monitoring:

http://<host>:<Port>/mdt/channelmonitorservlet

Set filters:

Status: Channels with errors

Adapter type: File

Then click on "Use Filter"

Former Member
0 Kudos

Hi, now the message has cancelled with errors I can see the following in RTWB

Transmitting the message to endpoint http://172.18.3.105:50000/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.

SudhirT
Active Contributor
0 Kudos

Hi,

Check the port, it should be 8XXX in SMICM, check the blog for various possible reason

Thanks!

SudhirT
Active Contributor
0 Kudos

Hi,

Check this blog

and cancel the messages after it goes to system error.

Thanks!

Former Member
0 Kudos

Thanks but that doesn't help me understand why the message is 'waiting'. When I click on details in RTWB I don't get any more information.

The message is formatted correctly and is obviously read by the file adapter but doesn't appear in SXMB_MONI. I'd like to understand why it's waiting.

SudhirT
Active Contributor
0 Kudos

Hi,

Goto RWB-Message Monitoring->Adapter Engine->click on start and select one of the waiting message and click on details, that will show you in audit log where exactly the error is.

Thanks!