cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring,RWB

Former Member
0 Kudos

Hi All,

IDOC,HTTP,XI adapters reside on the ABAP Stack ,so they cannot be monitored in RWB.

1.So how can we monitor IDOC,HTTP,XI Adapters?

2.Cant we monitor RFC Adapter in RWB ?

3.Can we monitor the XI Adapter in SXMB_MONI?

4.Can we monitor SOAP ,MAIL,JDBC Adapters in RWB and SXMB_MONI?

5.What exactly done in the Support Project?Please explain with the examples.

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Shweta,

I guess all your qs have been answerd by Ravi except 5....

Actually in support project some T Codes are frequently used such as SXI_MONITOR,IDX5,SMQ1,SMQ2,SM59 etc.....and in RWB, one have to check channel and msg monitoring....all this is to ensure successful msg exchange between sender and receiver system...If you find any mapping errors or application errors you have to resolve it within shortest possible time so tht it has less impact on business...

Regds,

Pinangshuk.

former_member181962
Active Contributor
0 Kudos

Hi Shweta,

Firstly it is wrong to assume that we cannot monitor components that lie in the ABAP stack from RWB.

For example, you can monitor the Integration Engine messages from RWB->Message Monitoring->Choose Messages from Integration Engine.

1) IDOC, HTTP and XI adapter messages can be monitored from SXMB_MONI itself.

IDX5 can be used to monitor IDOC mesages.

2) Why not, we CAN monitor RFC adapter messages in RWB.

3) Yes.

4) We can monitor SOAP ,MAIL,JDBC Adapters in RWB . The audit logs for all the Java based adapters are not accesible from SXMB_MONI, you have to use RWB only.

5) This question should not be asked. Its against the rules of engagement of this forum.

Regards,

Ravi Kanth talagana

Former Member
0 Kudos

Hi Ravi ,

Thanks for the reply.

1) IDOC, HTTP and XI adapter messages can be monitored from SXMB_MONI itself.
IDX5 can be used to monitor IDOC mesages.

How to check whether data is being posted by HTTP or not?

4) We can monitor SOAP ,MAIL,JDBC Adapters in RWB . The audit logs for all the Java based adapters are not accesible from SXMB_MONI, you have to use RWB only.

Can you please tell me how to monitor SOAP,MAIL,JDBC Adapters ?

Thanks in advance.

former_member181962
Active Contributor
0 Kudos

Hi Shweta,

If you see a success in both inbound side and outbound side in the SXMB_MONI transaction, then it means the messages are posted to the HTTP destination correctly.

NOt just these adapters, you can monitor all the adapter level messages using

RWB->Message Monitoring_>message from adapter engine_> Provide your sender/receiver interface details and click on filter button. Then you will see the messages that flow thorugh all the adapters..

Regards,

Ravi