cancel
Showing results for 
Search instead for 
Did you mean: 

difference between SXMB_MONI and Runtime WorkBench

Former Member
0 Kudos

hi experts,

wat is the difference between SXMB_MONI and Runtime WorkBench.

thanx in advance,

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

THANQ

Former Member
0 Kudos

THANQ

former_member193376
Active Contributor
0 Kudos

Hi

SXMB_MONI resides in the ABAP stack and cannot give you the facility to check out errors in Adapter Engine.

RWB resides in Java stack and you can check for adapter errors as well.

To be more elaborate take an exampleof File-XI-File scenario.

If we are picking up a file and perform Message Mapping and at the reciever file adapter we are using Content Conversion.Some how if we have done some mistakes in Content Conversion and your Message mapping is fine then you cannot find it out through SXMB_MONI.You will have to go for RWB for this case.

Apart from these...RWB is much more then just monitoring..

Look at the Nine Links on RWB Page

1) Component Monitoring

2) Message Monitoring

3) End to End Monitoing

4) Performance Monitoring

5) Configuration

6) Alert Configuration

7)Alet Inbox

8)Cache Monitoring.

Out of these ony Message monitoring is provided in SXMB_MONI, rest all the activities can be easily done form RWB.

It is very usefull part of XI.

Please go through these links , it will help you understand the difference.

RWB

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1db5e190-0201-0010-1c90-d9de570c...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/ho...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/08438c77-0501-0010-50a0-e39...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-a258cf08...

http://help.sap.com/saphelp_nw70/helpdata/EN/2e/278a8363b5ac4483dc1efc382e51df/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/7c/14b5765255e345a9e3f044f1e9bbbf/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6ce51a...

Thanks

Saiyog

Former Member
0 Kudos

Hi

In Sxmb_moni we can monitor Integration engine, we can see six pipeline steps in IE. Soap xml message. We can monitor BPE also in sxmb_moni.

Where is in runtime workbench we can monitor adapter engine, integration engine but we are not able to see pipeline steps and xml message.

In Runtime workbench we can do perfomance monitoring means how many messages are moving per hour.

Regards

jayaram.g

Edited by: jayaram garikapati on Aug 3, 2008 4:30 PM

Former Member
0 Kudos

SXMB_MONI :

It displays only messages on Integration Engine & BPE (ABAP Stack). It simply shows if there is error in the Xi pipeline but not in adapters and if message is delivered or not.

RWB :

It can display messages on Adapter Framework (Java Stack). It has various options to pin point errors like Message Monitoring for Message Errors, Component Monitoring for errors at individual components (CC), End to End Monitoring for particular process instance errors, which narrows down on errors during message flow.

Also we can monitor all the messages and systems. We can restrict particular user to monitor only a few messages.

Hope this serves your doubt.

Edited by: Krishna Bath on Aug 3, 2008 11:17 AM