cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring QRFC and MONI messages on ECC

former_member198282
Participant
0 Kudos

Hi, all.

I have been trying to setup PI monitoring on the ECC server without much success. The goal is to monitor error messages from sxmb_moni and the QRFC on the ECC server(the PI server monitoring is working ok). I have tried the following MTE class in the ECC: SXMB, QRFC Queues. I noticed that SXMB only gives "the total number of errors in the last 7 days" kind of monitoring. But I am hoping that when an error shows in MONI in ECC, it should show up in CCMS. Also, the QRFC monitoring isn't working well either. I have already changed the DP disptacher to run every 5 minutes and gone through PI monitoring doc. However, I cannot find any answer. Can you please advise?

Thanks,

Jonathan.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198282
Participant
0 Kudos

Mickael, thank you for sending me the table. We ended up writing an ABAP to monitor that table which works much better than the CCMS. I will assign points.

Former Member
0 Kudos

Hi jonathan,

To monitor queue, you have several Function Modules (like API) to get info:

[http://help.sap.com/saphelp_nw04/helpdata/en/7d/5b5f3ca0dd9770e10000000a114084/content.htm] Outbound

[|http://help.sap.com/saphelp_nw04/helpdata/en/21/5c5f3ca0dd9770e10000000a114084/content.htm] Inbound

for MONI message of ECC, as in PI you can at least check SAP table: SXMSPMAST. Check the others SXMS*

the main different in ECC, it's the Pipeline ID (PID) is SENDER / RECEIVER, whereas in PI is mainly CENTRAL / CENTRA_BACK (for ack).

Mickael