cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring the XI Interfaces

Former Member
0 Kudos

What are all the best ways of Monitoring the XI interfaces in a Production System?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

sxmb_moni and rwb

thanx

ahmad

Answers (5)

Answers (5)

Former Member
0 Kudos
former_member529475
Active Contributor
0 Kudos

Hi Pete

These links could be helpful for your query:

http://www.skytechnologies.com.au/default_files/interface_management.htm

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

/people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features

Also check SAP Note 884865, which has a PDF Document attached explaining frequent monitoring tasks for XI.

Hope this helps you.

Cheers..

Vasu

<i>** Reward points if found useful **</i>

Former Member
0 Kudos

Hi Pete,

xi interfaces are normally monitored via CCMS for the basis component of XI plus XI alert framework for interface specific monitoring plus GRMG for systems availability.

I suggest you to have a look at <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6ce51ae916">How to Monitor Exchange Infrastructure 3.0</a>

Kind Regards,

Sergio

justin_santhanam
Active Contributor
0 Kudos

Pete,

There are lot of things to debug , if the interface runs to error. In addition to the friends said in their replies,Please find the below if its useful.

SXMB_MONI_BPE - If you use Integration Process

SXI_MONITOR (or) SXMB_MONI - Monitoring all the messages.

In case of IDOC scenarios use WE02.

In RWB you can choose the Message Monitoring and you can see the complete flow of messages from end-to-end.

I hope it helps little bit. But lot of things are there.

Best regards,

raj.

Former Member
0 Kudos

Pete,

See if message received in XI or not by SXMB_MONI

Check adapter moniotring for errors on sender and receiver communicaiton channel

Check queues SMQ1 and SMQ2 for any messages struck.

Also check this weblog on how to debug few issues in produciton:

/people/prashanth.azharuddin/blog/2006/11/24/some-errors-in-an-xi-production-environment

---Satish