WF-Workflows in permanent warning state (SCOM Management Pack)

Hi,
We're starting to monitor a small Service Manager 2012 R2 installation with SCOM 2012 R2.
After all discoveries have ran we have a permanent Warning on the Management Server, this warnign relates to the WF Workflows
The Repeats above are from my resetting the health the monitor. If I leave this alone the alert just stays Yellow/warning.
I've done some research into this but have now hit a brick wall and would like some help.
All workflows in the Service manager Workflows/Status pane are in good health.
Investigating further
I found this SQL script to list failed workflows.
SELECT
Rules.RuleName,
Rules.Comment,
Rules.RuleCategory,
Rules.RuleEnabled,
[JobStatusView].Status,
[JobStatusView].TimeScheduled,
[JobStatusView].TimeStarted,
[JobStatusView].TimeFinished,
[JobStatusView].Output,
[JobStatusView].RunningAs,
[JobStatusView].SubmittedBy,
dbo.MySubscriptions.LastModified,
dbo.MySubscriptions.UserSID as LastModifiedBy,
GETUTCDATE() as CurrentTime
FROM dbo.WindowsWorkflowTaskJobStatus
LEFT OUTER JOIN dbo.JobStatusView ON dbo.[JobStatusView].[BatchId] = dbo.[WindowsWorkflowTaskJobStatus].[BatchId]
LEFT OUTER JOIN dbo.MySubscriptions ON dbo.[WindowsWorkflowTaskJobStatus].[RuleId] = dbo.[MySubscriptions].[RuleEntityId]
LEFT OUTER JOIN dbo.BaseManagedEntity ON dbo.WindowsWorkflowTaskJobStatus.BaseManagedEntityId = dbo.BaseManagedEntity.BaseManagedEntityId
LEFT OUTER JOIN dbo.Rules on dbo.WindowsWorkflowTaskJobStatus.RuleId = dbo.Rules.RuleId
WHERE (( dbo.[WindowsWorkflowTaskJobStatus].[Processed] IS NULL AND
( (dbo.[WindowsWorkflowTaskJobStatus].[ErrorMessage] IS NOT NULL)
OR (dbo.[JobStatusView].Status = 3)
OR ((dbo.[JobStatusView].Status = 0
OR dbo.[JobStatusView].Status = 1)
AND (DATEDIFF(MINUTE, dbo.[JobStatusView].TimeScheduled, GETUTCDATE()) >= 25) )
OR( dbo.[JobStatusView].Status = 2) OR( dbo.[JobStatusView].Status is NULL) ) ))
The output of which is 
Our Exchange connector appears healthy, it's certainly processing email and no errors relating to it appear in the Operations Manager event log on the SCSM workflow/Management server.
As for MonitoringHostKeepAlive any ideas how to troubleshoot this? Again I see no errors and Service manager appears to be fully functioning.
All help gratefully recieved.

This one is bugging me too.
Am tempted to remove the Microsoft.SystemCenter.MonitoringHostKeepAlive management pack:
https://social.technet.microsoft.com/Forums/systemcenter/en-US/592a5abd-4974-415a-9cfa-91c46c929a18/microsoftsystemcentermonitoringhostkeepalive-doesnt-start-sometimes?forum=systemcenterservicemanager

Similar Messages

  • How can i use azure cmdlets in scom management pack scripts

    i want to show some of azure web site metrics in the scom console so i have script which gets the data from azure portal 
    how can i use that script in the scom management pack 
    [void][system.reflection.Assembly]::LoadFrom(“C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\Azure\Automation\Microsoft.WindowsAzure.Common.dll”)
    $value=Get-AzureWebsiteMetric -Name "openemrmysql" -MetricNames "Http2xx" -TimeGrain "PT1M"
    $API = New-Object -ComObject "MOM.ScriptAPI"
    $PropertyBag = $API.CreatePropertyBag()
    $result=$value.Data.Values
    foreach($result in $value)
    $global:totalvalue=$result.value.Total -as [int]
    $PropertyBag.AddValue("AzureActive","AzureActive")
    $PropertyBag.AddValue("Active", $global:value)
    $PropertyBag
    i have included this script in the management pack and it is not creating any counter in the scom console.
    Can any one help me,
    thanks & Regards,
    Suresh Gaddam

    Hi,
    I would like to suggest you check articles below to get more information about PowerShell Scripts in a Management Pack:
    http://blogs.technet.com/b/brianwren/archive/2008/02/20/running-powershell-scripts-from-a-management-pack.aspx
    http://blogs.technet.com/b/brianwren/archive/2009/06/04/powershell-scripts-in-a-management-pack-part-2.aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • MBAM 2.5 SCOM Management Pack

    With the newest release of MBAM 2.5 is there a SCOM management pack?
    Or will the original version 1 that has been released work with this?

    This question was asked shortly after 2.0 came out
    in this thread, and the recommendation was to use the MPs for CM, SQL, and IIS... or to create your own custom MP.
    Hope this helps,
    David
    MDOP on the Springboard Series on TechNet

  • Recommded configuration value for Threshold in UnitMonitor for monitoring in SCOM management pack

    Hi,
    Kindly let me know the recommded configuration value for <Threshold> in <UnitMonitor> used for monitoring in SCOM management pack configuration. How the threshold value is affected.
    regards
    SCOMDev
    SCOMDev

    Hi,
    Please refer to the following documents:
    Performance Monitors
    http://technet.microsoft.com/en-us/library/ff629408.aspx
    Overview of Available Monitor Types
    http://technet.microsoft.com/en-us/library/dd440880.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Converting SCOM Management Packs to excel format

    Hi All,
    How to convert Management Packs (sealed/unsealed) to MS Excel format?
    I know about MP Viewer and MP Author tools which open up the MP and shows its rules/monitors/discoveries/workflows/etc.
    But I have some customers who first wish to see the MP in excel formats.
    Thanks, S K Agrawal

    Hi,
    What additional information would you like to see (the export to excel option in MP viewer is relativley comprehensive)?

  • SCOM Management Packs

    Hi
    I have mutiple SCOM Management Servers in my environment. I have to install MPs but I am confused that do we only need to install MPs on a single Mgmt server or on all the Mgmt servers?
    Also, I have a distributed environment where SCOM Reporting Server and web console are on different servers. Please suggest if it will affect my environment if I put both of them on the different servers.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

    MPs are to be imported through the SCOM operations console. Once imported they will themselves reach out to all the Management Servers in the SCOM group.
    To answer the second question, There is no harm in having the reporting role and web consoles on different servers. I too have it that way in many of my SCOM groups.
    Hope this helped.
    Thanks, S K Agrawal

  • SCOM management packs upgrade

    Hi,
    When we upgrade a management pack in SCOM e.g. the OS management packs, Does it retains the overrides applied on rules and monitors in the previous version or we had to apply the overrides again on the latest imported management pack? Please advice.
    Thanks
    Daya Ram

    Just keep in mind when you upgrade a management pack to read the management pack guide which is bundled with it.
    Your overrides will be kept in a different management pack so no worries there but the creator of the MP can change the standard overrides in it's pack which could have an impact on your monitoring.
    When upgrading an MP always check the MP guide and especially the "What's new" section to get a quick overview of the different changes in the MP.
    It's doing common things uncommonly well that brings succes. Check out my SCOM link blog:
    SCOM link blog

  • SCOM Management pack for Checkpoint Firewall & Fortigate UTM

    HI ,
    Any body knows that is there Management pack for Checkpoint ( <cite>www.checkpoint.com ) </cite>and
    Fortigate Appliance ( http://www.fortinet.com/products/fortigate/index.html ).
    please advise me.
    Regards, COMDINI

    Hi,
    If you cannot find them in system center marketplace:
    http://systemcenter.pinpoint.microsoft.com/en-US/home
    you can contact the vendors for management pack.
    Alex Zhao
    TechNet Community Support

  • SCOM management packs for POS, wireless, printer, scanners

    Hi,
    We are looking for a solution where we want to integrate monitoring of various devices, that might be used in a typical Retail Store operations, into System Center Operations Manager 2012.
    Please let me know how SC OM can support monitoring Point of Sales devices, wireless devices, printers, scanners etc.
    Thanks.

    A lot of it depends on the architecture of your systems, obviously there is the functionality that comes out of the box, but you can extend this by developing your own monitoring. I find mapping out the system in something like visio helps you identify what
    needs to be monitored. Generally if you can script some sort of check then you’ll be able to use this to feed into SCOM (using a variety of methods such as the event log, text files or event custom data sources).
    It’s difficult to be specific without knowing how the various components make up your system. 
    I'd map out the system and then post anything you're struggling to monitor.
    Hope this helps

  • SCOM 2012 Management Packs, Names of Servers they relate to.

    hello,
    I'm looking to find how I can get existing data from SCOM Management Packs.
    I have existing MP importing into SCOM, although I want to know how I find out what named Servers they relate to.
    I have been currently been able to view the XML files and look through the code for server names, but want to find out any easier way through SCOM.  Is this possible ?
    Grateful if you could advise.

    Hi Rich,
    I´n not really sure if i get your question correct but correct me if I´m wrong.
    Once a Management Pack is imported into SCOM, It´s then distributed to all of your monitored servers where you´ve installed an agent. When this is done, the agent itself finds out what MP should be used on that particular server. A domain controller for
    example will automatically use the AD Management Pack while a SQL server won´t use the AD management pack even though it is distributed to the server.
    The easiest way to see which servers are using a specific MP is to look in the "Monitoring" tab in the Operations Console and there drill down to SQL Server MP for example. Then look for SQL Computers and you will see which computers have been discovered
    as SQL Server computers.
    Regards,
    Daniel
    IT Consultant at Viridis IT

  • Management Pack for Office 365

    Is there Management Pack for Office 365 for Operating Manager 2012 R2/

    Hi,
    Monitoring Office 365 using System Center Operations Manager (SCOM)–Management Pack
    http://www.agileit.com/news/monitoring-office-365-using-system-center-operations-manager-scom-management-pack/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Operations Manager 2012 Management Pack Catalog Web Service - Missing Management Packs

    I am using SCOM 2012 R2 with UR5 and I see things like Exchange 2013 and Lync 2013 in the catalog when doing an MP import, but some other items like: SQL Server 2012/2014 and SharePoint 2013 are missing. I can download them from the MS download site,
    but is this catalog web service being maintained? 

    Hi Darren, I know what you mean. It would be nice to be able to pull the latest management packs as well as management packs available from the download site from the catalog via the Operations Console, however, the packs in the catalog are not comprehensive. 
    I highly recommend the SCOM management pack wiki which is kept up to date by the community. I use this myself :) An added benefit to using this wiki over the catalog is that this links to the download page for the management pack of interest from where you
    can obtain the management pack and its documentation which often contains useful detail on what the management pack entails. The wiki link is below:
    http://social.technet.microsoft.com/wiki/contents/articles/16174.microsoft-management-packs.aspx
    If you've found this post helpful,  please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    MrChiyo | My blog: Technical | Twitter: MrChiyo

  • Are we missing any Management Packs for newly installed services/applications

    Hello!
    Would it be possible to get a report or alarm when new server roles, services, applications etc. are installed on the monitored Windows Servers in SCOM 2012 SP1, but there are no Management Packs installed to monitor the new services?
    For example on a newly provisioned Windows Server, the customer installs SQL 2008, but we don’t have the SQL 2008 SCOM Management Pack. How can we get a notification that we have a new Service installed there but no MP to monitor it.
    Best Regards,
    Mario Patov
    Mario Patov

    Hi,
    Based on my knowledge, it’s a little difficult.
    I recommend you use SCOM to monitor a txt which create by sc query command.
    For more information, please review the link below:
    Sc query
    http://technet.microsoft.com/en-US/library/dd228922.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows XP Embedded POS Management Pack?

    Dear all,
    Can anyone please let me know whether scom management pack is available for windows xp embedded os like (Windows
    XP Embedded POSReady) ? if not how can we monitor those agent machines?

    Hi,
    Embedded Windows is supported.
    Microsoft Monitoring Agent Requirements and Compatibility
    http://blogs.technet.com/b/momteam/archive/2014/01/17/system-center-2012-operations-manager-supported-configurations-interop-etc.aspx
    System Center 2012 Operations Manager - Supported Configurations/Interop etc..
    http://blogs.technet.com/b/momteam/archive/2014/01/17/system-center-2012-operations-manager-supported-configurations-interop-etc.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • SAP Management Pack

    Could you please remove the SAP Management Pack from the OTN website? (off of http://otn.oracle.com/products/oem/index.html, and remove http://otn.oracle.com/products/oem/files/sap.html, http://otn.oracle.com/products/oem/htdocs/sap_fo_901.html and http://otn.oracle.com/products/oem/htdocs/qtours/sap/get1.htm)
    This product has not been available from Oracle for over 12 months, and confuses potential customers when they see this offering on the website.
    Thanks - Jeff Jones, Principal Sales Consultant, Oracle

    Hi,
    would like to monitor the SAP servers using the tool?.
    Yes.
    http://www.up-great.ch/upgreat/consulting/docs/Tech-Days---System-Center-Operations-Manager.pdf
    http://www.realtech.com/wInternational/pdf/software/applicationmanager/REALTECH-SCOM-Management-Pack-for-SAP-Monitoring_e.pdf
    http://ozsoft-consulting.com/download/OZSoft%20MP%20for%20SCOM%202007%20UIG.pdf
    Regards,
    Srini Nookala

Maybe you are looking for

  • IPhone Videos on TV - Have Audio but no Video

    I recently bought the composite cables for iPhone and hooked them up to my TV so that I can view my videos on it. However I can hear the audio but I cannot see any video on it. I have 4 composite outlets on my TV and I have tried them all. My DVD pla

  • Button from External SWF to Play Movie in Main SWF

    Hi Guys, Ok I'm working in Flash 8, Action Script 2; I'm building a website, in which the 'Gallery Page' has a link to an external swf file, which is a scrolling clip of thumbnails. What I want to do, is create each thumbnail into a button, which wil

  • Can we please hear from Management on the HTC EVO 4G LTE Status

    I am starting this post as a hope to actually get some sort of status update on the HTC EVO 4G LTE release.   I think I speak for the techno philes out there that are waiting for and pre ordered the device.  Back on the 17th we were disappointed with

  • Preceding error in select query

    Hi, I am executing select query using db link and getting an error : ora:-01401: inserted value too large for column ora:-02063 preceding line from catalyst_promo Below is my query. can anybody please suggest what is the error SELECT GLOM.* ,NVL2(FLA

  • IOP startup and shutdown as windows services

    Hi, Is there a way can we have IOP startup and shutdown as windows services instead of running the bat files? Thanks, Hari Devarapalli