cancel
Showing results for 
Search instead for 
Did you mean: 

message in rwb monitoring but not in sxmb_moni

Former Member
0 Kudos

Hi

I have a scenario jms-rfc-jms. I can see the messages in rwb monitoring-message monitoring but not in sxmb_moni.

The scenario seems to work because at the end i can see my message in receiver jms queue.

Florin

Accepted Solutions (0)

Answers (2)

Answers (2)

varun_k
Contributor
0 Kudos

HI Florin Stoian,

If we want to see sync. messages in SXMB_MONI We need to configure few easy steps:

1. Go to TCODE - <b>SXMB_ADM</b>

2. Select Integration engine configuration

3. Go to Edit - <b>Change specific configuration data</b> and add these parameters:

Category Parameters Current Value

RUNTIME LOGGING 1

RUNTIME LOGGING_SYNC 1

Regards,

Varun Reddy.K

Former Member
0 Kudos

Hi Florin,

Probably your logging for integration engine (ABAP stack) is switched off. It is a parameter LOGGING (section runtime) in transaction SXMB_ADM. You can see it in rwb because adapter is on java stack.

best,

wojciech

Former Member
0 Kudos

Hi wojciech

I didn;t changed anything in my configuration.

I still can see messages from yesterday but nor from today.

Florin

Former Member
0 Kudos

Florin

Check in RWB message monitoring->integration server that u are receiving 3 successful messages or not....if not then then there is an error in ur integration engine with adapter engine running fine

Vaibhav

Former Member
0 Kudos

Goto transaction SXMB_ADM -> integration engine configuration -> Specific Configuration -> Then add/change the Runtime parameter 'LOGGING_SYNC' by setting the value to '1'.

This will allow you to see synchronous messages in SXMB_MONI. Now if your retest your scenario you should see your messages.