Subscrition on New Resolution State fires also when closed

Hey there,
we do have a Installation of Scom 2012 R2 over here:
i created two subscriptions:
One for new Alerts and another one for closed Alerts.
Now i am facing the issue, my New Subscription (Criteria; Severity=Critical Resolution State=New) fires also, when the state is changed to Closed.
So i have for a new and closed Alert three Mails in my box (two with new and one with closed)
Any ideas?
best regards
Chris

Hi,
I assume there is something missed when you configure subscritions, would please re-check how did you configure new alert subscription and close alert subscription.
In addition, the two links below should be helpful to troubleshooting notification issues:
Alert notification troubleshooting in System Center Operations Manager
http://blogs.technet.com/b/operationsmgr/archive/2010/08/11/alert-notification-troubleshooting-in-system-center-operations-manager-2007.aspx
How To: Test Notification Settings & How To Solve Issues
http://thoughtsonopsmgr.blogspot.com/2011/03/how-to-test-notification-settings-how.html
Regards,
Yan Li
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Report showing Critical/Warning alerts in New resolution state 1 day old

    Hi,  Has anyone come up with a SQL query that will pull this information correctly - there are a few other posts I've read that mentioned the perculiarity that resolution state isnt updated on original alert and instead 'pairs' of alerts ar created
    with one having the new state (0) and the associated one with the closed state(255).  I'm aware the active alerts are stored in OpsDB and then groomed to DataWarehouse, and its a bit of a minefield to know where to pull the various properties from - I've
    seem some examples with very complicated joins between the various tables.
    I am also wondering where the console gets the 'Age' property of an alert (In Monitoring Pane), is it held in one of the tables Which I can directly reference or is it a calulates field which the console displays/formats as days/hours.
    A version of the script I'm hacking away with is as below - it gives me some of the detail but not sure how to get it to display the specific criteria needed (Critical/Warning in state New > 1 day old).  If anyone can supply a working script (for
    SCOM 2012R2 it would be greatly received!!)
    SELECT     a.AlertGuid, a.AlertName, a.AlertDescription, a.Severity, a.Category, active.ResolutionState, active.TimeInStateSeconds, active.StateSetDateTime,
                          Current_ResolutionState.StateSetByUserId, Current_ResolutionState.ResolutionState AS Current_ResolutionState, Current_ResolutionState.TimeFromRaisedSeconds,
                          Current_ResolutionState.StateSetDateTime AS Current_StateSetDateTime, a.RaisedDateTime, vManagedEntity_1.DisplayName, ad.CustomField3,
    ad.CustomField2,
                          ad.CustomField6
    FROM         Alert.vAlert AS a INNER JOIN
                          Alert.vAlertDetail AS ad ON ad.AlertGuid = a.AlertGuid INNER JOIN
                          Alert.vAlertResolutionState AS active ON active.AlertGuid = a.AlertGuid AND active.ResolutionState = 0 INNER JOIN
                          vManagedEntity ON a.ManagedEntityRowId = vManagedEntity.ManagedEntityRowId INNER JOIN
                          vManagedEntity AS vManagedEntity_1 ON a.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId AND
                          vManagedEntity.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId LEFT OUTER JOIN
                          Alert.vAlertResolutionState AS Current_ResolutionState ON Current_ResolutionState.AlertGuid = a.AlertGuid AND Current_ResolutionState.ResolutionState
    <> 0
    WHERE     (a.RaisedDateTime BETWEEN @StartDate AND @EndDate) AND (Current_ResolutionState.ResolutionState < 11) AND (a.Severity <> 0)
    ORDER BY Current_ResolutionState

    try the following
    SELECT     a.AlertGuid, a.AlertName, a.AlertDescription, a.Severity, a.Category, active.ResolutionState, active.TimeInStateSeconds, active.StateSetDateTime,  Current_ResolutionState1.ResolutionState1 AS Current_ResolutionState,
    Current_ResolutionState1.TimeinstateSeconds1, 
     Current_ResolutionState1.StateSetDateTime1 AS Current_StateSetDateTime, a.RaisedDateTime, vManagedEntity_1.DisplayName, ad.CustomField3, ad.CustomField2, ad.CustomField6
    FROM         Alert.vAlert AS a INNER JOIN
                          Alert.vAlertDetail AS ad ON ad.AlertGuid = a.AlertGuid INNER JOIN
                          Alert.vAlertResolutionState AS active ON active.AlertGuid = a.AlertGuid AND active.ResolutionState = 0 INNER JOIN
                          vManagedEntity ON a.ManagedEntityRowId = vManagedEntity.ManagedEntityRowId INNER JOIN
                          vManagedEntity AS vManagedEntity_1 ON a.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId AND
                          vManagedEntity.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId LEFT OUTER JOIN
                          (select alertguid, max(resolutionstate) as resolutionstate1 , max(statesetdatetime) as statesetdatetime1,
                            max(timeinstateseconds) as timeinstateseconds1 from Alert.vAlertResolutionState group by alertguid)
                           AS Current_ResolutionState1 ON Current_ResolutionState1.AlertGuid = a.AlertGuid AND
                             Current_ResolutionState1.ResolutionState1 <> 0
    WHERE     (a.RaisedDateTime BETWEEN @StartDate AND @EndDate) AND (Current_ResolutionState1.ResolutionState1 < 11) AND (a.Severity <> 0)
    AND Current_ResolutionState1.timeinstateseconds1 >= 86400 ORDER BY Current_ResolutionState
    Roger

  • How can I use the custom new image size presets also when I resize an image

    Hi there,
    I have created some new image presets at various sizes, and I have saved these presets.
    They appear when I create a new image.
    How can I get these preset sizes to also appear when I re-size an image ?
    The presets for new images seems to be stored in a different way to the re-size image presets, as the re-size image presets are empty.
    Many thanks
    Mark
    Photoshop CS6

    Here is what I tried to do, I used a AutoBthreshold2 and I didn't set a value to it. The image is attached below and the template. Thank you.
    Here is the error.
    Attachments:
    pattern.vi ‏51 KB
    template.jpg ‏1 KB
    bb.jpg ‏350 KB

  • BUG: navigateToUrl always opens new tab in browser, also when window parameter is specified

    I have a problem navigating to a Url in the default browser in an Adobe Air project.
    air.navigateToUrl(request, windowName) launches the browser and displays the page, but it displays a new tab for every request.
    Here is a very simple example that shows the problem:
    Flex:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
    <![CDATA[
    import flash.display.Sprite;
    import flash.net.navigateToURL;
    import flash.net.URLRequest;
    protected function button1_clickHandler(event:MouseEvent):void
    NavigateToURLExample();
    public function NavigateToURLExample():void {
    var url:String = "http://www.adobe.com";
    var request:URLRequest = new URLRequest(url);
    try {           
    navigateToURL(request, "testWindow");
    catch (e:Error) {
    // handle error here
    ]]>
    </fx:Script>
    <fx:Declarations>
    </fx:Declarations>
    <s:Button x="169" y="165" label="Button" click="button1_clickHandler(event)"/>
    </s:WindowedApplication>
    HTML:Javascript:
    <html>
        <head>
            <title>navigateToURLTest</title>
            <script type="text/javascript" src="lib/air/AIRAliases.js"></script>      
        </head>
        <body>    
            <a href="#" target="testp"  onclick="javascript:air.navigateToURL(new air.URLRequest('http://www.adobe.com'), 'TestWindow');return false;">Same Tab</a>
        </body>
    </html>
    How can I open the url in the same window/tab?
    Message was edited by: Karel VDH

    Hi..
    I am struck with the same issue as well.
    It works for few sites like "http://www.adobe.com" and "http://www.google.com", but most of the sites open up in a new window, even if I specify custom name, like:
    navigateToURL(new URLRequest("http://www.britishairways.co.uk"), "MyWindow");
    Also tried through ExternalInterface viz:
    ExternalInterface.call("window.open", new URLRequest("http://www.britishairways.co.uk"), "MySameWindow", "");
    Please reply whether it is a bug, or there if there are any alternative approaches.

  • Have itl and xml files on external hd am running home premium. can  no longer access files, am told this is because they were created with a newer version of itunes. also when i try to download 10.3 it wont, just says invalid drive j and for me to try aga

    i am running vista home premium on desktop and vista basic on laptop. have placed my itunes music with .itl and .xml files onto external drive connected to another desktop running vista and can no longer access music on first two mentioned comps only on the one connected to external drive. always am told that the library cant be read because it was created using a newer version of itunes. have tried to download 10.3 but it always tells me that i have and invalid hard drive j and to try again. any ideas?

    Older versions of iTunes cannot read libraries created with newer versions of iTunes. You need to have the same version of iTunes on all your PCs. Is that the case?
    As far as the problem installing iTunes goes, see this article from b noir on dealing with the problem:
    https://discussions.apple.com/thread/2450004
    If you get to the point where you need the Microsoft Installer cleanup utility, you will need more help as it has been withdrawn by Microsoft. but I am hoping the virtual drive trick will work,

  • Upon opening a new tab, it auto selects the address bar. Also when closing firefox, you must wait 5 seconds before re-opening or you get an error saying it's already open but not responding. Please help!

    Please help with this annoying problem - the firefox main start page that runs off google accel. should set it to the dialog box to search so you can begin typing A.S.A.P
    Same with other websites like bing and google.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Try to wait a bit longer before reopening Firefox to give Firefox more time to close completely.
    Try to use "Firefox/File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit") to close Firefox if you are currently doing that by clicking the close X on the title bar.
    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    *https://support.mozilla.com/kb/Firefox+hangs

  • Tecra M7 : new bios shutdowns the digitizer when closing the lid.

    it took me a moment to find the problem : power saving ? attacking wacom ? no. some very stupid "feature" in the new bios from Toshiba.
    quote from the toshiba download site:
    *Version 1.70 - 2006-10-24*
    *Incorporated Intel requirements for improved stability.*
    **Made changes to ensure that the digitizer is not activated when the LCD is closed.**
    *Version 1.60 - 2006-09-21*
    *Changed the temperature parameters.*
    i have no idea what they were thinking but since when i move i often close the lid, it's very, very annoying because i need to reboot in order to get my tablet working again. the more recent features are not a matter, i'll keep xp pro.
    now give me a download link to get the version 1.6 of the tecra M7 bios. thanks in advance, i count on you.

    Hello
    Fact is that Toshiba offers all tablet PCs with WXP tablet edition and many additional software that offer full functionality when you use this tablet PC in tablet or normal mode.
    So, in my opinion you should use tablet edition and install all available Toshiba tools and utilities.
    I dont have much experience with tablet PCs but if you check Toshiba Europe support and download page under http://eu.computers.toshiba-europe.com > Support & Download you will see that your Tecra is fully supported for WXP tablet edition and you can download all necessary stuff.
    Interesting is that there is also ready for download Installation instruction document with exact installation order.
    You can also visit Canadian download page under http://209.167.114.38/support/Download/ln_bymodel.asp and see what is available there.
    I really think you need to install all Toshiba specific tools and utilities to have full control and possibility to use it in both modes.
    Sorry I cannot tell you more about all this.

  • My iphone 5S is stuck on a screen displaying the itunes symbol and a charging cable. I tried connecting it to itunes and updating it to the new software, and backing it up but it keeps saying unknown error 4005, Also when I first tried backing up my

    My iphone 5S is stuck on a screen displaying the itunes symbol and a charging cable. I tried connecting it to itunes and updating it to the new software, and backing it up but it keeps saying unknown error 4005, Also when I first tried backing up my phone on my computer it would begin the processes then half way through it would say IPHONE has been disconnected, now it won't recognize it or anything. what can i do? This is a brand new phone!!!

    Hello jraff21,
    I was able to locate a support article for the error you mentioned. The following steps may help you get your device back to working order:
    iOS: Restore errors 4005, 4013, and 4014 - Apple Support
    You may see one of these messages if the device unexpectedly disconnects during the update or restore or iTunes couldn't tell the device to go to the restore state.
    The iPhone [device name] could not be restored. An unknown error occurred (4005).
    The iPhone [device name] could not be restored. An unknown error occurred (4013).
    The iPhone [device name] could not be restored. An unknown error occurred (4014).
    Try these steps to resolve the issue:
    Install the latest version of iTunes.
    Restart your computer.
    Make sure your computer is up to date. If an update requires a restart, check for updates again after you restart.
    Restore using another USB cable.
    Learn more about updating OS X.
    Learn more about updating Windows.
    Restore your device on another computer.
    If you continue to see error 4005, 4013, or 4014 when you restore your device,contact Apple for support.
    Learn more about other update and restore errors.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • When-Mouse-Click does not fire if When-new-item-instance exists

    We are using Forms 6i Patch 12.
    The When-Mouse-Click trigger (at block level) is not getting fired when a When-new-item-instance trigger exists on a given item on which mouse is clicked.
    We need to synchronize keyboard and mouse events such that if the validation on certain key items fails, the cursor should go to one of the specified items as per the validation rules.
    The validation rules are different on leaving from different items. Complex validation rules require cursor to go to a different item than the current item on which the validation fires.
    Since go_item cannot be used in when-validate-item, we are using a combination of key-next-item and when-mouse-click.
    But, this strategy seems to fail if mouse is clicked over an item having a when-new-item-instance trigger.
    Also, we need the When-mouse-click trigger to fire before When-new-item-instance.
    Any pointers to solving the firing of trigger or strategy will be appreciated!
    Regards,
    Sanjiv

    This solution we have tried and it works also.
    However, we end up in another problem in the form. For overall picture, please see my latest post for "Forms Valid status" at Forms Valid status
    Regards,
    Sanjiv

  • When trying to share new video states referencing media on camera

    when trying to share a new video states referencing media on camera what is the problem?

    I feel your pain. The Adobe forum software does some odd "stuff" with formatting, and once that happens, there seems to be nothing to do about it. I have been caught in that "trick bag," more times, than I can count.
    As for Encoding to WMV, Adobe programs, are not known to do a good job of this, and that is both PrE and PrPro. For years, many users recommended Windows Media Encoder, which was free from MS, and to use that, one would Export/Share to an intermediate file, then use WME to do the WMV Encode. MS discontinued the old WME, but one user (Neale, IIRC) found a replacement. Unfortunately, I do not recall the name, but it was something like MicroSoft Media Encoder Live, or similar. That user tested the new, replacement utility, and thought that it also did a much better job, than PrE/PrPro.
    Still, quality, and especially with motion (either subject, or camera) needs a good Bit-Rate to produce good results, however at the expense of large files. As all Encoders are not created equal, the best that one can do is to find one, that does a good job, and then experiment with the Bit-Rate to get highest quality at a manageable file size. This is the same "balancing act," that we all fight with.
    Good luck, and maybe those, with better memories, can come up with the name of the MS WMV Encoder.
    Hunt

  • I have downloaded and installed the latest version of numbers on my mac. Everytime I save and then try to reopen that document, I receive a message telling me that I need a new version of numbers. Also, when I try to sort the date column, it sorts out of

    I have downloaded and installed the latest version of numbers on my mac. Everytime I save and then try to reopen that document, I receive a message telling me that I need a new version of numbers. Also, when I try to sort the date column, it sorts out of order. The last version sorted fine.

    Welcome to Apple Support Communities
    When you install the new iWork version, the old iWork version is kept, so it looks like you are opening your old version.
    To fix this, open a Finder window, choose Applications in the sidebar and drag the new Numbers version to the Dock, so you can access to it quickly. Open all documents from this version. I don't recommend you to delete the old Numbers version in case you need it.
    Respecting to the second question, you will get better answers in the Numbers for OS X forum

  • Since downloading Firefox 4, I am having problems archiving gmail conversations from my inbox view. Also, when I go to enter a new event in google calendar, I now have to click the cursor in the box to type the event (it used to let me just start typing).

    Since downloading Firefox 4, I am having problems archiving gmail conversations from my inbox view (either one or several conversations) as it says "No Conversations Selected" when I have selected one or several. Also, when I go to enter a new event in google calendar, I have to click the cursor in the box to type the event (it used to let me just start typing) or else it flips out and starts jumping to day view or another month. Does anyone know how to fix either of these?

    I have had this problem; but while trying to fix another problem, I reset my preferences for Firefox and it fixed this problem as well. To reset preferences, follow this link: http://support.mozilla.com/en-US/kb/Resetting%20preferences

  • I am used to that when I open an image in Bridge it will be opened in PS, with all preferenses I have done to the image. Now it opens in PS but without any changes i have don e in Bridge. Also when I open a new image I want it to be opened in Camera Raw a

    I am used to that when I open an image in Bridge it will be opened in PS, with all preferenses I have done to the image. Now it opens in PS but without any changes i have don e in Bridge. Also when I open a new image I want it to be opened in Camera Raw automatically, both if a Jpeg or Raw picture.
    Using PS CC
    Regards BOJ

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • My wife received a new iPad Mini for Christmas-- when connected to iMac, icon appears in iPhoto sidebar; however, there appears to be no option to "unmount." Also, unlike my iPhone 4S whose icon appears in iTunes sidebar, the Mini does not. Any insights?

    My wife received a new iPad Mini for Christmas-- when connected to iMac, icon appears in iPhoto sidebar; however, there appears to be no option to "unmount." Also, unlike my iPhone 4S whose icon appears in iTunes sidebar, the Mini does not. Any insights?

    First open iTunes (version 11). Then connect the iPad. Now is it recognized?
    If not .............
    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
     Cheers, Tom

  • HT4528 I just bought a new 4s and I can't send or receive texts. Also when anyone calls me it comes up as unknown but I transferred all my contacts. Is this a carrier issue or is this my device?

    I just bought a new 4s and I can't send or receive texts. Also when anyone calls it comes up as "unknown" but I transferred all my contacts. Is this a device issue or a carrier problem?? I've tried everything. Reset the network and some a hard reset but no changes.

    I believe the root cause is IOS5.01. same problem on my iphone4s with IOS5.01. Now I have a expensive I-touch!  wake up steve.............. I suggest you change your sim cark from 64k to 128k. or just waiting next generation IOS.

Maybe you are looking for