cancel
Showing results for 
Search instead for 
Did you mean: 

Diff bt sxmb_moni & rwb

Former Member
0 Kudos

Hi all

what is the diference between sxmb_moni and rwb?

Regards

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

with SXMB moni, u can trace the flow of Xi message in the integration engine,

but with rwb u can trace the XI message flow from adpater engine to the integration engine and from IE to adpater engine,

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ravi,

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.

Amitanshu

former_member529475
Active Contributor
0 Kudos

Hi Ravi

in SXMB_MONI is to monirot the messages in the Business Prcoess Engine (BPE) in which ur BPM's are executed.

From RWB Message Monitoring you will be able to see the staus of the message but you will not be able to trace out the entire flow of the message as well as the cause of tghe error.

Cheers..

Vasu

Former Member
0 Kudos

Ravi,

Also you can find status information about various IS components like "Integration Engine","Adapter Engine" etc.The RWB provides these info from the data it receives from CCMS. (component monitoring). .

You have the option to view/monitor all the messages passing through a particular component (.say Adapter Engine) or view/monitor a particular message through the various pipeline components. (like IE, AE etc)/ (End-End monitoring)

You also have features to configure alerts.

Since RWB lies on the Java stack, it can be invoked direclty from a browser while sxmb_moni requires you to log in thru SAP gui to get into the abap stack

Regards

krishna

former_member529475
Active Contributor
0 Kudos

Hi Ravi

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. It runs on abap stack

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

Cheers..

Vasu