cancel
Showing results for 
Search instead for 
Did you mean: 

RWB

Former Member
0 Kudos

Can someone tell me the exact difference between sxmb_moni and Runtime workbench?

Which one to use when and why during a scenario in XI??

Thanx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The basic difference are.

RunTimeWorkBench resdes on the Java Stack and so allows you to see the flow of your message from the Adapter Engine ( on Java Stack ) to the Integrtaion Engine ( on ABAP Stack ), and again to the Adapter ENgine ( on Java Stack).

SXMB_MONI runs on the ABAP stack allows you to monitor the message flow only in the ABAP stack / Integration Engine.

SXMB_MONI helps you to find any error in the xi steps. But it will not tell you if you have any errors on the adapters.

So for checking any errors on the adapters and the errors for communicaiton channels we need to go with RWB.

RWB enables a central monitoring of the XI server which has multiple features which SXMB_MONI tcode doesnt provide - http://help.sap.com/saphelp_nw04/helpdata/en/7c/14b5765255e345a9e3f044f1e9bbbf/content.htm

Both RWB and Sxmb_moni are both used for monitoring purpose only...where as when take Runtime workbench you can have different options which xi provides...like component monitoring,Performance monitoring,End to End monitoring,message monitoring...etc..but where as in sxmb_moni you can able to see the xml messages only.

Thanks

Swarup

Answers (4)

Answers (4)

Former Member
0 Kudos

Runtime workbench you can do the end-to-end monitoring, ie from sender adapter to receiver adapter including the integrration server.

in t-code sxmb_moni you can view the different pipeline steps executed for your message processing inside the integration server.

cheers

Former Member
0 Kudos

Runtime workbench you can do the end-to-end monitoring, ie from sender adapter to receiver adapter including the integrration server.

in t-code sxmb_moni you can view the different pipeline steps executed for your message processing inside the integration server.

cheers

Former Member
0 Kudos

HI,

IN SXMB_MONI ,U CAN MONITOR THE PIPELINE STEPS

WHICH ARE USED FOR PROCESSING IN INTEGRATION ENGINE.ALSO U CAN SEE THE PAYLOAD IN SXMB_MONI ONLY.VARIOUS ERRORS OCCURING IN INTEGRATION ENGINE CAN BE SEEN ONLY IN SXMB_MONI

IN RWB U CAN MONITOR COMPONENT MONITORING

MESSAGE,END TO END,PERFORMANCE MONITORING.

U CAN MONITOR ADAPTER ENGINE IN MESSAGE MONITORING WHICH U CAN DO IN SXMB_MONI

PLZ REWARDS POINTS

VIKAS

Former Member
0 Kudos

HI,

Difference is SXMB_MONI runs on ABAP stack & RWB runs on java stack.

In RWB you can perform various monitoring tasks like,

Component monitoring, messg. monitoring, End-end monitoring, performance monitoring and even the alert configuration / alert inbox are defined in the RWB.

SXMB_MONI:

You can trace the XI pipeline steps and the errors if any in the pipeline steps using SXMB_MONI, i.e message monitoring in the Integration server.

You can monitor the BPM as well.

Regards

Seshagiri

Edited by: N V Seshagiri on Feb 26, 2008 10:35 AM