cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic monitoring of communication channels

Former Member
0 Kudos

Hi Mighty Experts,

Do any of you know if it is possible to setup automatic monitoring rules for the communication channels (CC)? Or do you have any tips on how to automatically to monitor the CCs?

e.g if a CC is based on the file adapter and the directory is not present on the system the CC will fail but the ABAP message monitor show the message as successfully delivered. But in the Communication Channel Monitor you will see the error.

/Jesper

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you point to a guide or documentation on how to setup alerts on the Adapter engine level?

/Jesper

Edited by: Jesper Kampfeldt on Sep 16, 2008 11:04 AM

Former Member
0 Kudos

Hi,

Basic alert configuration

Trigerring alerts from UDF

Alert Configuration

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

Alert Inbox

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

Alert Notification Step-by-Step

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Defining Alert Classifications

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Triggering Alerts

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Setting up alerts

Alert Management

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062...

Alert Notification

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90f449a8-a6db-2910-a386-d2b5999f...

ALRTCATDEF Editing Alert Categories

ALRTCATDEF_SEL Define Alert Category

ALRTDISP Display Alerts

ALRTINBOX Alert Inbox

ALRTMON Alert Monitor

ALRTPERS Personalize Alert Delivery

ALRTPROC Process Alerts

ALRTSUBSCR Subscribe to Alert Categories

The Alert Framework provides an interface from the Basis (Web AS) Alert Framework. You use

transaction ALRTCATDEF to define the text, the priority, number of delivery, etc. for the alert.

􀂄 To configure your alerts, proceed as follows:

􀁹 To define an alert category, choose Create Alert Category.

􀁹 You can also create the alert category directly by calling transaction ALRTCATDEF. In both

cases you require the authorizations of the role SAP_XI_ADMINISTRATOR.

- Alert Configuration

- Trouble shoot alert config

-- ccms alerts – 1

-- ccms alerts – 2

-- ccms alerts --- 3

Alerts with variables from the messages payload (XI) - UPDATED -

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

From HelpFile

When alerts r not displayed in inbox ?

Then check the following

Tcode - ALRTCATDEF_SEL

Report - RSALERTDISP and RSALERTPROC , SXMSALERT_LOGREADER

Did you run the report SXMSALERT_LOGREADER in SE38... If you run it, please post the corresponding logs here. If not, try to run the report giving corresponding message id and post the logs here. We will try to figure it out

Answers (2)

Answers (2)

Former Member
0 Kudos

The only solution for this is setting up Alerts. That can satisfy your needs.

You can also check the Message Monitoring at Adapter Engine level which shows error based on Interface rather than CC.

Regards,

Krish

Former Member
0 Kudos

Hi,

I am not sure of automatic monitoring. But you can always create Alerts to monitor at Adapter engine level.

So, any kind of error occured in the CC's with respect to file not found or directory not found, will give you the message by email.

Regards,

Krish