Queue Monitoring:Alert in NWM7.1

Hi All,
I wanted to know if its possible to setup some alert mechanism to monitor the queue in NW7.1 middleware server.For example suppose if we have queue blocked because of some reason could be because of backend server not up.Is it possible to set some alerts like when queue is blocked it should send mail to some specific emailid's.
We had one issue sometimes back when the queue was blocked for 8 days in backend server and thats why we were not getting the service orders in Middleware;So its a critical issue in prduction environment.Is it possible via CCMS or some other standrd functionality provided by SAP.
Thanks & Regards
Devendra

Hi,
It is possible to monitor the scenario. In the administration and monitoring portal, under CONFIGURATION -> select system status configuration. Here you would find various system parameters than you can choose to monitor the DOE system. For example, if you want to monitor "Number of failed Backend Destinations"/ "Maximum allowable DOE Queue Blocks" , set the flag Active as 'X' and mark Send Alert as 'X'. Set the Threshold limits.
The next time the system status job runs and if the parameter is in the threshold, then the system status is shown as RED which would alert the administrator. Also, this alert is sent to CCMS, from where you can configure to send a email.
More Information can be found in
[http://help.sap.com/saphelp_nwmobile71/helpdata/en/6d/acd16795bc4a19b91156fa8856d7e1/content.htm]
[http://help.sap.com/saphelp_nwmobile71/helpdata/en/d1/7d34c431c243c594228a946b5aed75/content.htm]
Regards,
Shruthi R

Similar Messages

  • Queues monitoring

    Hi Experts,
    Please explain ARFCRSTATE table like --
    What are the contents that it carry?
    What runtime information we can get from this table?
    We are in the process of optimising our monitoring activities and one of the major part is queues monitoring. We are now refreshing each and every time the inbound queues to check whether there are any messages stuck in them. We are now trying to develop a program so that if the messages are stuck in queues we will be informed like an Alert through mails or something else. After searching a lot in the forums i came to know that the above table carrys the run time information about queues. but when checked i didn't find any useful information.
    Are there any pre configured programs or tables or anything in sap for this queue monitoring stuff?
    If so please give the details.
    Thanks in advance.

    You can also configure CCMS alerts to monitor inbound/ outbound queues.
    Check the below blog and find more, can help you on queue monitoring:
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/cs/user/create/cs_msg%3fx-lr=cs_disc%2f2131%26x-lr2=wlg%2f2777%26page=
    --Div

  • JMS Queue monitoring

    Hi everyone,
    is there any way to monitor a jms queue with its contained messages ? i'm talking about a tool like the jmx console in jboss - the JMS Adapter and JMS Notification in the Visual Admin only provide some properties.
    Any suggestions ?

    Hi,
    In short what you want (sending email in case message has stayed too long time in the queue), is NOT possible directly. That's not a standard feature by the JMS spec.   
    What is possible is the is so-called dead messages, once the acknowledgment fails the predefined number of times then the messages will be redirected to a special queue. From there the messages can be exported by telnet.
    Check SAP note 777930 for more info. Btw, it might be a good idea to get familiar with that note, otherwise if the external server let's say always throws an exception while processing the message, it will be moved to this special queue and unless someone issues the appropriate telnet commands, nobody will understand about this.
    However if you disable this  feature, that will mean that the message will be delivered endlessly, causing CPU load. Not nice if you have doubts in your external listeners.                                                                               
    Now about the queue monitoring :
    You could create manually a periodic task (EJB timers in J2EE 1.4 which is covered in the prerelease of the next server version, or if you are using Netweaver 04s or 04s than perhaps java.util.Timer) that will periodically open a JMS browser, check the  messages in the queue, if they have stayed too long time (>100 seconds for example ?) or if the queue is too big (>100 messages) you can send manually the email alert that something has went wrong. By usage of the JAVA API that should be simple
    Another thing you can do is that inside your external listeners and the onMessage method, you could check manually the number of times the message is redelivered, if it is above some threshold (i.e . if it is 3, that means the SAP server has delivered the message 3 times , since the listener have rejected it 2 times already),then you can send the email via the standard java API. The delivery count can be retrieved by using the standard optional property JMSXDeliveryCount from the message.                                                      
    HTH
    Peter

  • Queue monitoring in Solman through CCMS

    Hi All,
    Can some one please help me to know how Queue monitoring(SMQ1 and SMQ2 in ECC system) is possible through CCMs.
    Would be thank ful if somebody can provides me steps as to how we can configure queue monitoring.
    Thanks You all in advance.
    Regards,
    Prerna

    Hi Prerna,
    Please go through the below SAP Note and a link which will help you to configure Queue Monitoring in CCMS.
    441269 - Setting up tRFC/qRFC monitoring in the alert monitor
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/25/michals-pi-tips-component-based-message-alerting
    Let me know if You face any more Issues for the same.
    Thanks
    Ajitabh

  • Tuxedo process IPC queue monitoring

    Hi
    This question is aimed mostly at Oracle techies who have experience supporting Tuxedo sites.
    We've been developing on Tuxedo for a couple of years now and are about to go live with a Tuxedo based transactional system.
    Throughout the development and testing phase it has become pretty apparent to us that we need to be able to keep an eye on IPC request queues for processes running under Tuxedo.
    For example, we have 10 instances of server "A" running within Tuxedo. As long as these ten instances can cope with the load, we are getting good end-to-end response times. When we overload the system whereby our requests start being queued up on IPC queues for these processes, quite predictably our end-to-end response times go up. We would like to get an early warning when situations like this occur.
    Sometimes there are obvious reasons for this behaviour (i.e. we're sending more requests per seconds than our application can cope with) and at other times, it is a degradation in performance of a downstream process (e.g. database query taking longer and longer to return as time goes by) that is causing our requests to start backlogging. It is this latter scenario that we would like to be alerted to before our clients ring us up to tell us that our service is not performing as well as it should.
    However, there seems to be a distinct lack of importance placed on server request queue monitoring within Tuxedo infrastructure and API set. Perhaps we are missing something obvious?
    We would like to be able to have a more proactive monitoring and reporting facility in place to help us observe queuing behaviour. It seems that there are two ways to obtain any queuing diagnostics:
    1) Use a shell script to call tmadmin/pq from time to time to take snapshots or use OS commands to monitor IPC queues
    2) Use Tuxedo MIB and poll the queue OIDs to get queue depth snapshots.
    We would like to be able to get a lot more than that. For example:
    * to be able to plot a graph of queue depths over a period of time
    * get alerted when queue depths cross a certain limit (trap vs poll)
    * work out how long an item spent on the queue before it got processed
    So, are we placing too much emphasis on something that is not important to other Tuxedo users or is there a suite of tools one can use to obtain this sort of information that we are not aware of?
    How important is request queuing to a typical Tuxedo site.
    Regards,
    Mike

    Hi Mike,
    You might want to look at the Oracle Tuxedo System and Application Monitor (TSAM). It is an add-on product from Oracle that provides system and application monitoring for Tuxedo applications. Although TSAM doesn't currently give you the kind of graph you are looking for, it does collect that information and place it in the TSAM monitoring database. TSAM provides the schema of the monitoring database, so creating whatever graphs you want should be pretty easy.
    Specifically what I would look at though is TSAM's alert generating mechanism. Alert information can either be checked at the monitoring console, or it can be checked at the monitored nodes plug-in. The later offers the option of simply checking for an alert without having to report the data back to the console unless an alert is triggered. This tends to have much less impact on the monitored system and help keep the monitoring console from being flooded with data. In the Call Path and Service monitoring categories, you can define alerts that check if the number of queued messages exceed a certain amount. This is quite efficient and would have minimal impact on system performance, yet warn you when queues are starting to back up.
    These two methods would give you historical data to look for trends as well as real time alerting to be notified that backups are occurring.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Operations Manager - KMS Idle Minutes Monitor Alerts - False Positives As Event ID 12290 Still Being Logged

    Hi all,
    I am using System Center 2012 R2 Operations Manager with the Key Management Service Management Pack at version 6.0.7234.0, and I keep receiving the following alert in Operations Manager:
    "Idle Minutes Monitor Alert:
    Key Management Service (KMS) inactivity exceeded threshold
    Knowledge:
    Summary:
    The purpose of this rule is to alert system administrators to a possible KMS or network outage. This rule monitors the end-to-end operation of KMS activation. A notification event is created by KMS if no activation or renewal requests were logged by KMS
    (activity event 12290) in the specified time interval. In addition to new activations, periodic renewal requests are expected to occur (default is 7 days). Whether or not this alert is serious depends on the number of machines in the KMS environment, how many
    are actually connected, and the configured renewal interval.
    Causes:
    Any failure or incorrect configuration of the KMS service, other Windows components, firewall, hardware, network or routers can trigger the Idle Minutes Alert. This alert can also result from normal behavior, since it is possible that not enough machines
    attempted to activate or renew during the specified time interval.
    Resolutions:
    The first step is to determine whether there really is a problem. Start with a known good KMS client and run (with elevated privileges) the script slmgr.vbs -ato . If the activation/renewal fails, it will report an error code. You can direct the client to
    connect to a specific KMS machine by using the slmgr.vbs -skms option. The request event (12288) and response event (12289) in the Windows Application event log may provide additional information, including the identity of failing KMS machines. If there has
    been a failure, check the following:
    Software Licensing service (slsvc) is running.
    Other KMS machine behavior is normal.
    KMS firewall port is open (default is TCP 1688).
    Attempt to connect to KMS using telnet to the KMS port(you won’t be able to do anything other than connect)
    Use a network monitor (e.g. netmon) to capture and trace network problems.
    There is one Idle Minutes Monitor that is used to monitor for activity. It may be desirable to adjust the time threshold, depending on expected KMS activity."
    Despite what the alert says, there are activity events with ID 12290 being logged, but they are appearing under the 'Key Management Service' log instead of the general 'Application' log.  I know that my clients are activating with the server without
    any problems as I have run slmgr.vbs -ato with success on a number of them, and none are stating that activation is required.  This issue was previously raised here:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/1391acf8-f0be-4a48-9039-8d24e275f1fd/kms-idle-time-monitor-raise-wrong-alerts?forum=operationsmanagermgmtpacks, but  I am running Windows Server 2008 R2 SP1 and the hotfix KB981314 comes
    up as 'not applicable to this computer' so I assume it is part of SP1 now.  I have also tried installing KB2692929, as that was cited as being a possible fix here:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/8ec8ae5b-a310-4b0f-9a5f-e0599bceb93a/kms-managementpack?forum=operationsmanagermgmtpacks, however I am still seeing the same alerts.
    Would greatly appreciate any further suggestions!
    Many thanks

    Hi,
    I've checked for all the events that are generated by our servers, and there are periods of time where no requests are received for up to 18 hours, so that is no doubt why the alerts are appearing (we then sometimes see five requests in the same minute,
    but there we go).  I'll need to adjust the thresholds.
    Thank you for your help, Chunky.1, I'll mark your reply as the answer, as it was very helpful in understanding the alert.
    For anyone else who needs to check this, create a PowerShell script using the following content, and place your own details into the relevant sections in bold (without the brackets, of course).  This will generate a csv file which will have the server
    name in one column and the time that the request event was generated - you can then check the gaps between the requests.  The script is quick and dirty, with no checks along the way, so feel free to embellish it as required.
    Out-File "<directory to place file in>\KMS_check_results.csv"
    $results = get-eventlog -ComputerName <KMS server hostname> -logname 'Key Management Service'|where{$_.message -match "<String which identifies servers instead of clients>"}
    $filteredresults = @()
    foreach($event in $results){
        #This splits up the message into sections, separated by commas, and places each section as an element in an array
        $event.Message -split ","|foreach{
            if($_ -match "<server domain suffix - e.g. contoso.com>"){
                $eventserver = $_
        $timegenerated = $event.TimeGenerated
        $filteredresults += New-Object PSObject -Property @{
            Server = $eventserver
            TimeGenerated = $timegenerated
    $filteredresults|select-object server,timegenerated|export-csv "<directory to place file in>\KMS_check_results.csv"  -NoTypeInformation

  • Configuring HP-Openview to monitor alerts of CCMS in SAP system via SOLMAN

    Hi All,
    I need to configure CCMS in SOLMAN and then monitor the same alerts via HP-Openview because thats what is used in my company to monitor alerts.I have a few queries regarding the same:
    1. Is it possible to configure CCMS in SOLMAN and then monitor the same alerts via HP-Openview.
    2. How actually does HP-Openview work regarding picking up monitoring data from CCMS in SAP.
    3. Does it work like CCMS would be generating logs of the alerts and stored some where and we could congigure HP-OV to look for a keyword in the logfile by giving HP-OV the path of that logfile and as soon as it comes across that keyword it would generate an alert.
    4. Do we need any addon to be downloaded ( also want to know whether its free or cost is involved) and configured in SAP under CCMS that would help Hp-OV to detect alerts.
    Regards,
    Ashish Robinson
    SAP BASIS TEAM

    i think so.. i have seen somewhere..
    I will get back to you on this.

  • Solman Setup system Monitoring alert threshold value for Filesystem issue

    Hi,
    Our solman system is SAP EHP 1 for SAP Solution Manager 7.0 sp level 0024.
    We have setup the alerts System Monitoring alerts from DSWP in solman system for our target production system .
    But while assigning individual threshold values of filesystem freespace in MB for windows operating system disks C:,D:..all the values are getting changed after saving  to same value.(i.e if I update C:\ disk value and click on save rest of disks are also getting updated to this value).
    The same works fine for filessytems if target system OS is unix.
    I have tried the examples suggested in note:522453 but it nothing changed.Please suggest.

    Hi Sonal
    when you want to save the thresholds for only the one MTE you set
    you need to click on
    EDIT
    -> PROPERTIES
       -> USE FOR INDIVIDUAL MTE
    Kind Regards
    Marius

  • Queue Monitor and Inbound Adapter Tabs in RWB are empty

    Hi,
    When we process messages in PI and want to see some monitoring data in the RWB we found that some screens do not show data. (PI 7.10)
    RWB --> Message Monitoring --> Integration Engineselect a message --> Details
    Then we get a new popup with 5 tabs:
    1. Mesage Data: OK
    2 Message Content: OK
    3. Inbound Adapter: when I log in an empty screen is shown
    4. Queue Monitor: when I log in an empty screen is shown
    5. end-to-end Monitoring : ends in Java dump
    I've looked into sap help and OSS, but I can't find any hints.
    Somebody any suggestions
    Thanks in advance
    Ron

    Hi Gokhan,
    Our technical consultants are having a look into the sap note.
    We have activated end-to-end montioring and now you'll see in the message monitor of the RWB that end-to-end monitoring is available.
    You activate it with RWB --> configuration
    Hope this clarifies it.
    Best regards
    Ron

  • CCMS monitoring alerts

    Hi Experts,
    I need to install and configure CCMS Monitoring alerts.I don't have idea about CCMS, please help me for this and give me any links or docs.
    In my Landscape we have 4 SAP systems.
    1. SAP CRM7.0 EHP2
    2.SAP ECC6 EHP5
    3.NET WEAVER 7.3 EHP1
    4.SAP SRM7.0 EHP2
    Thanks
    Jana

    Hi Jana,
    Please see link:
    http://help.sap.com/saphelp_crm700_ehp03/helpdata/en/49/2d927507361903e10000000a42189c/frameset.htm
    Normaly CCMS alrts are set as default.  If it is not activated please see as well note 1827820 which might have been applied in your system.
    Best regards - Christophe

  • Queue Monitor Wait

    Database: 10.1.0.2
    The event of "Queue Monitor Wait" in STATS$SYSTEM_EVENT
    is tens of times of others' event.
    aq_tm_processes is already set to 1 in init.ora
    How to improve it?
    Thanks

    v$system_event shows cumulative values since the last instance startup. You need to install statspack and get delta values to find out which events are causing problems.

  • Cloud Service Monitor Alert Can't be Created

    Hi Team,
    we had a cloud service deployed at Azure North Ireland Data Center,
    i would like to create monitor for the role instance, but when creating alert it shows an error, and the alert can't be created.
    thanks in advance

    Hello Baker,
    Thanks for posting here!
    I reproduced the issue on my system it works fine for me.
    As per the description provided what I have understood is that the configuration did not go successfully or could be a problem in execution.
    Delete the configuration and try to reconfigure the Alerts.
    Sometimes it could be the browser issue. Try deleting cache and cookies and then try again or try with different browser.
    If it doesn't work, I suggest you could try to deploy a new cloud service and the try to configure the Alerts.
    You might want to check the below mentioned links for better understanding:
    Understanding Monitoring Alerts and Notifications in Azure
    How to: Receive Alert Notifications and Manage Alert Rules in AzureHow
    to Monitor Cloud Services
    And a Video for setting up
    Endpoint Monitoring for Azure Web Sites.
    Let me know if that helps!
    Best Regards,
    Sadiqh Ahmed

  • How to monitor Alert file large in EM Grid

    Hello,
    In Enterprise Manager 9 we used to monitor Alert File Large.
    I am not able find this in Grid Control.
    Can anybody tell me how to monitor this metric in OEM 10 GRid?
    Best regards,
    Jvries

    You must to select the host target and metric and policy issues
    Select all metrics and search File or Directory size MB
    You can to add the file when you want to monitor the size and
    you must to enable a response action when the critical theshold appear
    The response action must be a shell script like this
    #/bin/ksh
    #if you want backup
    cp /directory/file.log /backup_destination/file.log.bak
    #for clean the file and his size was empth
    /directory/file.logRemember that you want enable the credentials for host and the owner of agent had rights of read and write in the location of file
    Regards

  • Queue Monitoring

    Hi Experts,
    I got this error in SAP Queue Monitoring anyone explain me
    Error:The assert condition was violated
    Also give me some link to understand the Queue monitoring in SAP.
    Regards,
    Manigandan

    Hi Manigandan,
    I got this error in SAP Queue Monitoring anyone explain me
    Error:The assert condition was violated
    Check this thread: http://scn.sap.com/thread/1240651
    Also give me some link to understand the Queue monitoring in SAP.
    If you use SCN search you can find links like these:
    http://scn.sap.com/docs/DOC-16526
    Outside of this comminuty: http://www.****************/Tutorials/XI/XMLMessageQueues/Monitor.htm
    Regards.

  • Queues stuck in DB-Queue Monitor .

    Hi,
    I have B1if with some scenarios in my system, but i have a problem with Queue stuck.
    Under DB-Queue Monitor, i have the stuck queues, Q.INB_IQ_INTQ_ASYN_QS.0010000000 > sap.B1SysSLDSync > message(<SLDModify sysid="0010000112" company="SBO_DEPOSITO_NILDO" task="delete" /> ).
    I have checked and all IPO-Steps are active.
    Any solution????
    []'s

    Hi Priyanka,
    To clear the no send status entry, go to R3AS, select the object say for BP (Bupa_main) press enter and then execute, then open R3AM1 enter object name as Bupa_main and select Running and done and execute.
    Now you can open SMQ2 and click on each entry with nosend status and then click on activate queue in the top toolbar, this shld change the status to running and then click on refresh.
    The following is the list of Queue extensions that are used in CRM, all the queues start with these extensions:
    <b>Outbound queues</b>
    CDB*     Start queues for loads CRM -> CDB
    CRM_SITE*     Load queues for Mobile Clients
    CSA*     Send queues of CRM Server Applications
    EXT*     Start queues for loads CRM -> Ext.
    R3AI/R*     Start queues for loads from ERP Backend system
    R3AU*     Load queues CRM -> ERP Backend system
    <b>Inbound queues</b>
    CRI*     Initial load queues CRM -> CDB
    CRM_SITE*      Load queues from Mobile Clients
    R3A*     Load queues ERP Backend  -> CRM
    CSA*     Send inbound queues of CRM Server Applications
    Hope this answers ur query.
    Regards,
    Amit
    Message was edited by:
            Amit Singh

Maybe you are looking for

  • Create Background Job after data saved in module

    Hello, I have a program that has a start selection screen with material group, you enter your data, execute.  When it has finished you get a ALV of sales order with items where you can make changes to dates and other details and save.  I would like t

  • Why Dynamic Parameter is not working, when i create report using stored procedure ?

    Post Author: Shashi Kant CA Forum: General Hi all Why Dynamic Parameter is not working, when i create report XI using stored procedure ? Only i shaw those parameters which i used in my stored procedure, the parameter which i create dynamic using stor

  • Cisco 877 router - Cisco IP phone won't register with SIP provider

    Hi all, I'm having a problem with a Cisco SPA504G phone not registering with the SIP carrier over the Internet. We've recently rolled out a Cisco 877 router onto a new NBN business connection and can't get the pre-configured IP phone to register. Whe

  • Derivation Rule Tables

    My users have created some transparent tables using the derivation rules in the Grants Management module.  I need to read these tables in a Z program.  The issue is, when the rule is run in each client the table name is generated by the system and va

  • Archlinux not cooperating with cable modem?

    I dual-boot Windows 7 Pro and Archlinux, both in 64-bit versions. For whatever reason, my Archlinux install does not cooperate very well with my cable internet connection. I have a basic 3/4 M connection through Time Warner, and the Motorola Surfboar