cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure alerts for inbound and outbound queues

0 Kudos

Hi All,

We have setup an alert configuration mechanism in our project. But i am not sure how an alert can be configured for montoring inbound and outbound queues(Smq1 and Smq2).

Can any one please let know the steps to configure alerts for monitoring queues.

Regards,

Ami

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos
0 Kudos

Hi Baskar,

I need an mechanism where we get an alert when there are more than usual entries in queue like more than 10k entries..

I need a way to set an frequency of number of entries in a queue and get an alerts the condition satisfies..

Regards,

Ami

ambrish_mishra
Active Contributor
0 Kudos

Hi,

I don't think it is possible to put a condition like that for Queue monitor alerts. Ideally the queues should be empty in a healthy system.

Ambrish

Answers (1)

Answers (1)

vikas2
Active Participant
0 Kudos

This may help.

RFC entries are in  ARFCSSTATE table  with ARFCRETURN  entry as blank if it's nor processed.

Then you can set up monitoring of database tables in CCMS.

http://help.sap.com/saphelp_nw2004s/helpdata/en/be/f6ab3b92818b70e10000000a114084/content.htm

Essentially you can define your select condition in where clause and the alert can be sent via CCMS.

Good Luck