cancel
Showing results for 
Search instead for 
Did you mean: 

Msg doesn't appear in sxmb_moni

Former Member
0 Kudos

Hi all,

I found that a message is not shown in sxmb_moni although it is sent to correct receiver !!! Also, the message "is" shown in RWB message monitoring.

The scenario is JDBC sender and File receiver.

Can anyone pls tell what might be the reason for this ?

Regards,

- Shankar

Accepted Solutions (1)

Accepted Solutions (1)

mona_mehta
Participant
0 Kudos

Hi Shankar,

Please try the following if it works. It worked for me.

You need to increase the log/trace levels in your Integration Engine Configuration.

1.Execute SXMB_ADM in XI ABAP stack

2.Navigate to Integration Engine Configuration -> Specific Configuration

and make entries listed below:

RUNTIME LOGGING 1

RUNTIME TRACE_LEVEL 3

Cheers

Mon

Answers (3)

Answers (3)

Former Member
0 Kudos

Which SP you are using I guess this problem happens on SP17 with Java WAS and this seems a bug which is faced by some of my customers. If it is showing successfully delivered on RWB then be sure that it is delivered.

Regards,

Gourav

---

<i>Rewards points if it helps</i>

Former Member
0 Kudos

There is a flag for log of asynchronous message on Integration Engine configuration(SXMB_ADM) that you must set value to 1. By default asynchronous messages are not logged on SXMB_MONI.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

check if logging paramter is configured:

/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

Regards,

michal

Former Member
0 Kudos

Yes, the logging is configured. I can see other messages for the same sender-reciever scenario. The message is picked only once a day.

Regards,

- Shankar.

MichalKrawczyk
Active Contributor
0 Kudos

in RWB do you see it in integration engine or adapter engine ?

if on adapter engine maybe there's an error and it does not allow

futher processing (in integration egine - sxmb_moni)

Regards,

michal

Former Member
0 Kudos

well, it's the production system and Message Monitoring in RWB doesn't have dropdown of IE or AE selection. It takes me directly to AE message monitoring. The message details says message successfully delivered (file written on receiver)

Regards,

- Shankar.