Operations Manager failed to run a WMI query-Invalid class

Hi Team,
may of the windows 2008 R2 sp1 and sp2 servers getting below SCOM 2012 alert. Please help me to fix the same.
SCOM version : SCOM 2012 R2
Alert: Operations Manager failed to run a WMI query
Source: server Name
Path: server Name
Last modified by: System
Last modified time: 2/6/2014 8:33:22 AM
Alert description: Object enumeration failed
Query: 'SELECT * FROM MetaFrame_Server WHERE ServerName="server Name"'
HRESULT: 0x80041010
Details: Invalid class
One or more workflows were affected by this.
Workflow name: Citrix.PresentationServer.ActiveSessions.PerformanceMonitor

First try it with WBEMTEST to see what is going with the WMI class. The error you are getting usually means WMI misses that class and you should load the mof again/ maybe rebuild the entire repository (careful as the windows files are all located
on 1 folder, but applications tend to store it in their own folders, like citrix, ibm, etc).
Try to run this command:
mofcomp "<Programfiles>\Citrix\System32\Citrix\WMI\ .Mof file for citrix"
{citrixProv.XP10FR3.mof, metaframeProv.XP10FR3.mof, and mgmt.XP10FR4.mof files}
Then, run the WBEMTest again and the namespace should be returned successfully. Then restarting the health service on agent.
Also you can refer below link
https://support.citrix.com/article/CTX122283
Please remember, if you see a post that helped you please click (Vote As Helpful) and if it answered your question, please click (Mark As Answer).

Similar Messages

  • Operations manager failed to run a wmi query for wmi events (0x800706ba)

    Hi everyone,
    I've been working on this issue for a while and I am still no closer to finding out what the problem is.  If anybody can offer any other advice or things to check, I'm all ears.
    I'm running SCOM 2012 R2 with UR2, and the Cluster Management Pack v6.0.7063.0
    My problem is on one particular batch of cluster servers where I am getting the following error.
    Name: Operations Manager failed to run a WMI query for WMI events
    Alert Description:
    Module was unable to enumerate the WMI data
    Error: 0x800706ba
    Details: The RPC server is unavailable
    Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
    Instance Name: servername.domain.local
    Instance ID: {instance_id}
    Management group: SCOM_Management_Grp_Name
    I am getting this alert regardless of whether I run the Windows Cluster Action Account as Local System, or as a domain user with full local admin privileges on all the cluster nodes.
    When looking at the management pack and the workflow in particular (Microsoft.Windows.Cluster.Node.StateMonitoring), I can see that it's trying to access
    MSCluster_Node in the root\MSCLUSTER WMI namespace.
    This is the workflow for your information...
    <UnitMonitor> ID="Microsoft.Windows.Cluster.Node.StateMonitoring" Accessibility="Public" Enabled="onEssentialMonitoring" Target="ClusLibrary!Microsoft.Windows.Cluster.Node" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ClusLibrary!Microsoft.Windows.Cluster.CheckState" ConfirmDelivery="false">
    <Category>AvailabilityHealth</Category>
    <AlertSettings AlertMessage="Microsoft.Windows.Cluster.Node.StateMonitoring.AlertMessage">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>MatchMonitorHealth</AlertSeverity>
    <AlertParameters>
    <AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
    <AlertParameter2>$Target/Property[Type="ClusLibrary!Microsoft.Windows.Cluster.Node"]/ClusterName$</AlertParameter2>
    </AlertParameters>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="Success" MonitorTypeStateID="Online" HealthState="Success" />
    <OperationalState ID="Warning" MonitorTypeStateID="Partial" HealthState="Warning" />
    <OperationalState ID="Error" MonitorTypeStateID="NotOnline" HealthState="Error" />
    </OperationalStates>
    <Configuration>
    <ClusterObjectName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Node']/NodeName$</ClusterObjectName>
    <PollInterval>60</PollInterval>
    <ClusterObjectClass>MSCLUSTER_Node</ClusterObjectClass>
    <OnlineExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpression>
    <OnlineExpressionOnDemand>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpressionOnDemand>
    <PartialExpression>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpression>
    <PartialExpressionOnDemand>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpressionOnDemand>
    <NotOnlineExpression>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpression>
    <NotOnlineExpressionOnDemand>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpressionOnDemand>
    <WMIFields>Name, State</WMIFields>
    </Configuration>
    </UnitMonitor>
    I can confirm that I am able to browse the MSCluster_Node class locally, as well as remotely using WMIEXPLORER and WBEMTEST,
    however it only works when I set the Authentication Level to
    Packet Privacy.  If I do not select Packet Privacy, a WMI event log error 5605 is logged on the remote servers application log that says...
    The root\mscluster namespace is marked with the RequiresEncryption flag.  Access to this namespace might be denied if the script or application does not have the appropriate authentication level.  Change the authentication level to Pkt_Privacy
    and run the script or application again.
    I can confirm that all firewalls are turned off, and there are no firewalls between the management servers and the agents in question.  AV exclusions have been done and appear to be in place.  The nodes are all Windows 2008 R2 with SP1.  As
    far as I can tell there is plenty of memory available on each of the nodes in question (50%+) of RAM is available. 
    If I manually run the "Discover the Windows Server 2008 R2 Cluster Components" task in the Cluster Service State section of the management pack in the Monitoring Pane in the console, on the nodes in question - the discovery runs successfully.
    Does anybody have any other ideas or suggestions I could try?
    Many thanks in advance,
    Noel.
    http://www.dreamension.net

    Hi,
    Common causes of RPC errors include:
    Errors resolving a DNS or NetBIOS name.
    The RPC service or related services may not be running.
    Problems with network connectivity.
    File and printer sharing is not enabled.
    For more information, please review the link below:
    Windows Server Troubleshooting: "The RPC server is unavailable"
    http://social.technet.microsoft.com/wiki/contents/articles/4494.windows-server-troubleshooting-the-rpc-server-is-unavailable.aspx#Identify
    Troubleshooting RPC Errors
    http://technet.microsoft.com/en-us/magazine/2007.07.howitworks.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.

  • Alert: Operations Manager failed to run a WMI query

    I am having an issue with my Cluster MP. I am getting a large amount of alerts for "Alert: Operations Manager failed to run a WMI query"
    Alert: Operations Manager failed to run a WMI query for WMI events
    Source: Server.Domain
    Path: Server.Domain
    Last modified by: System
    Last modified time: 6/10/2014 5:20:40 PM Alert description: Module was unable to execute the notification query.
    Error: 0x80041003
    Details: Access denied
    One or more workflows were affected by this.
    Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
    Instance name: Server.Domain
    Instance ID: {A7DED311-01E2-927A-A4BF-013D443EBA84}
    Management group: SCOM-GroupName
    This happens for many workflows. I can not for the life of me find what access is being denied on. Any help would be great.
    I have the cluster run-as profile configured to use a domain account as well as the local agent to use a domain account that has administrative rights to the clusters.
    Thanks,
    Seth

    Yes, in a last ditch effort to over come this access denied I made my Action Account a domain admin and configured the agent default account from local system to the domain action account. nothing has worked for me.

  • Operations Manager failed to run a WMI query -Access Denied

    v hosts to 2012 r2, and now we're seeing a lot of "Operations Manager failed to run a WMI Query", With "Object enumeration failed".
    Query: 'SELECT Name, State FROM MSCLUSTER_NetworkInterface where Name="our host name
    - Management"' HRESULT: 0x80070005 Details: Access is denied.
    Our Cluster run-as account is local admin on the hosts beeing monitored.
    We've tried rebuilding the WMI database following this procedure:
    1. Disable and stop the WMI service.
         sc config winmgmt start= disabled
         net stop winmgmt
    2. Run the following commands.
         Winmgmt /salvagerepository %windir%\System32\wbem      (I noticed that you have run this command, but I would suggest
    that you try it again)
         Winmgmt /resetrepository %windir%\System32\wbem
    4. Re-enable the WMI service and then reboot the server to see how it goes.
         sc config winmgmt start= auto
    If the problem remains, then try the following steps to rebuild the repository:
    1. Disable and stop the WMI service.
         sc config winmgmt start= disabled     (note that there is a blank between '=' and 'disabled')
         net stop winmgmt
    2. Rename the repository folder (located at %windir%\System32\wbem\repository) to repository.old.
    3. Re-enable the WMI service.
         sc config winmgmt start= auto
    4. Reboot the server to see if the problem remains.
    but we've had no Luck so far. Any help would be
    appreciated!
    Regards,
    Torbjørn

    Have you checked if DCOM is enabled, WMI will not be able to connect if its disabled.
    Use the steps below to configure DCOM.
    Run dcomcnfg.exe
    Double-click Component Services
    Double-click Computers
    Right-click My Computer
    Select Properties
    Select Default Properties tab
    Ensure the "Enable Distributed COM on this computer" checkbox is checked
    Default Authentication Level: Connect
    Default Impersonation Level: Identify
    Next:
    Click on COM Security tab
    Click Edit Limits under "Launch and Acitvate Permissions"
    Make sure Remote Launch and Activation permissions are enabled for the Administrators group
    Hope this helps
    -Adrian

  • Dreaded "Operations Manager failed to start a process" error (2012 R2)

    I know this error has been covered many times, and on many topics, but this time mine is slightly different.   It's
    NOT the
    "SCOMpercentageCPUTimeCounter" error covered by Kevin Holman.
    Also, I am running SCOM 2012 R2 UR4 (7.1.10226.1046) and everything seems correctly patched (MS and agents), like
    suggested by Nicole Welch and Kevin Holman as well.
    So my environment is a fresh installation of SCOM 2012 R2, and I am transferring to this new Management Group, the monitored servers from our old SCOM 2012 "R1" (which I did not upgrade but rather made a brand new independent install).  So
    all servers aren't migrated yet, but I would like to solve this error before. This error did NOT happen in "R1", nor was it overridden (I imported the exact same Management Packs anyway).
    On 2012 R2, it happens on almost all new monitored machines, mainly Read-Only Domain Controllers (RODCs).
    Here is the kind of alert text I am getting:
    Het om 10:10:15 gestarte proces is beëindigd als gevolg van een uitvoerverzamelfout als gevolg van fout 0x80070057 :
    The parameter is incorrect.
    ; mogelijk zijn er gegevens verloren gegaan.
    Opdracht die is uitgevoerd: "C:\Windows\system32\cscript.exe" //nologo "C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 193\24788\AD_Global_Catalog_Search_Response.vbs"
    RODC02.mydomain.be (objectCategory=DMD) false 4 {9E253FCB-8AAF-491F-CCA3-E632C6C2800C}
    Werkmap: C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 193\24788\
    Dit is van invloed op een of meer werkstromen.
    Werkstroomnaam: Microsoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitor
    Exemplaarnaam: RODC02
    Our servers have Belgian (Dutch) regional settings, hence the language. But check out the highlighted info in bold.
    The related event Number (in Alert Context) is 21404. Most other articles about this, mention 21402 or 21403. I suppose they all must be related but still, it's a new one here.
    There you have the failing VBS file. I checked all alerts and there seem to be different files concerned overall. Other examples:
    C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 233\22737\AD_Database_and_Log.vbs    (from almost all RODCs)
    C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 196\19876\Microsoft.Windows.Server.Legacy.FreeSpace.vbs
      (also from an RODC)
    C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Server\Health Service State\Monitoring Host Temporary Files 5891\338282\Microsoft.Windows.Server.CPUUtilization.Monitortype.vbs 95 15
    SCOM02.mydomain.be 1.4119384288787842     (this one is from my second Management Server..)
    Repeat count of the alert is 1 to 2 a day, so it's not nightmareish, but still, requires to be fixed. I suspect that even if there is a different VBS file concerned, since the eventID and the alert text are the same, the repeat count will just increase,
    not showing the last actual VBS concerned.
    I connect to each of these servers, and browse to the directory containing the file, and the folder is there, the file is there.  The error text mentions incorrect parameters but they still seem OK to me. 
    I found something which might be worth noting:  when browsing to the directory, be it on an RODC or on the SCOM server, I get a permission popup requiring some admin rights to do so - although I am using my domain admin (+SCOM+SQL+local
    admin everywhere) account:
    SCOM services use the Local System account to run, on every machine. I thought Local System shouldn't be concerned with these permissions popups, but normally the domain/local admins aren't either, yet I am.
    The "Health service" folder is the only one from the "C:\Program Files\Microsoft Monitoring Agent\Agent" folder to be concerned with this; I can browse without trouble to any other directory there.
    After a SCOM service stop, I renamed the "Health Service state" folder (as you can see on the screenshot, there is a "Health Service State bak" folder) and let the service recreate it after a restart, to ensure it was clean and with
    appropriate permissions , but it doesn't help.
    Might that be a clue?
    Or else what?  I'm getting confused and don't find a suitable solution.
    dd
    Bix

    On Thu, 4 Dec 2014 14:20:22 +0000, Bixessss wrote:
    I know this error has been covered many times, and on many topics, but this time mine is slightly different.   It's*NOT* the "SCOMpercentageCPUTimeCounter" error covered by Kevin Holman <http://blogs.technet.com/b/kevinholman/archive/2010/02/23/a-new-script-error-scompercentagecputimecounter-vbs-invalid-class.aspx>.
    Also, I am running *SCOM 2012 R2 UR4* (7.1.10226.1046) and everything seems correctly patched (MS and agents), likesuggested by Nicole Welch <http://nicolewelchscom.wordpress.com/2013/10/01/operations-manager-failed-to-start-a-process/>
    and Kevin Holman as well.
    This forum is for security issues related to Windows Server and not for
    System Center questions.
    Post your question in one of the following forums:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?category=systemcenteroperationsmanager
    Thanks.
    Paul Adare - FIM CM MVP
    Never trust a computer you can't lift. - Stan Masor

  • Operations Manager Failed to Access the Windows Event Log and management server is showing warning state

    Hi,
    I am monitoring AD server from SCOM 2012 R2. My management server goes into waning state. When i run Health explorer then it come back in the healthy state but after some time it again goes into warning state. After seeing alert i found that a alert is coming
    again and again i.e.  Operations Manager Failed to Access the Windows Event Log.The description of alert is mention below
    The Windows Event Log Provider is still unable to open the DhcpAdminEvents event log on computer 'nc2vws12ad5.corp.nathcorp.com'.
    The Provider has been unable to open the DhcpAdminEvents event log for 64080 seconds.
    Most recent error details: The RPC server is unavailable.
    Please suggest me how to resolve this so that my management server will again come back in healthy state.
    Thanks
    Abhishek

    Hi Abhishek,
    As i mentioned earlier the Alert resolution says the same points.
    Can you give details on the below ?
    Is there really a log named "Dhcpadminevents" in the MS's Event viewer ?
    Did you recently configure any new alert where you mentioned "Dhcpadminevents"
    as a event log location ?
    If yes then what is the target you selected for the rule / monitor there ?
    Can you post the results for analysis ?
    Gautam.75801

  • Configuration Manager - Fails to run due to Administrator rights

    Hi All,
    I solved this issue for a client today when running configuration Manager during installation.
    After asking for the language it gives the error:  ALC-LCM-000-020 "Failed to launch Configuration Manager".
    The Configuration Manager log file contains the stack trace below.
    It was very similar to this issue (reported in Cold Fusion):  http://forums.adobe.com/thread/228722
    I discovered the installation was running from a domain administrator account, which had Windows Explorer Shell paths locked out.
    I got them create a local administrator account (not a domain account), and it worked
    Good luck!
    Tim
    [2011-07-19 12:02:29,687], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.core.LCMDataManager, Loading config: /lcm-config.xml
    [2011-07-19 12:02:32,360], SEVERE, AWT-EventQueue-0, com.adobe.livecycle.lcm.gui.LCMGUI, Failed to launch GUI
    java.lang.RuntimeException: java.io.IOException: Could not get shell folder ID list
    at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source)
    at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Unknown Source)
    at sun.awt.shell.Win32ShellFolderManager2.getPersonal(Unknown Source)
    at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
    at sun.awt.shell.ShellFolder.get(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFolder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at com.adobe.livecycle.lcm.gui.widgets.BrowsePanel.<init>(BrowsePanel.java:78)
    at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.initialize(ConfigureFont sDialog.java:241)
    at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.<init>(ConfigureFontsDia log.java:106)
    at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.<init>(ConfigureFontsDia log.java:93)
    at com.adobe.livecycle.lcm.gui.WizardSequenceInitializer.initWizards(WizardSequenceInitializ er.java:392)
    at com.adobe.livecycle.lcm.gui.LCMMainFrame.initWizards(LCMMainFrame.java:510)
    at com.adobe.livecycle.lcm.gui.LCMMainFrame.<init>(LCMMainFrame.java:137)
    at com.adobe.livecycle.lcm.gui.LCMGUI.createAndShowGUI(LCMGUI.java:238)
    at com.adobe.livecycle.lcm.gui.LCMGUI.access$000(LCMGUI.java:49)
    at com.adobe.livecycle.lcm.gui.LCMGUI$1.run(LCMGUI.java:95)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

    I think this can be fixed by parsing / registering the sqlmgmproviderxpsp2up mof file.
    Have a look here - http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx
    Thanks, Leks
    That was the first thing I tried :)
    I've also tried this: http://social.msdn.microsoft.com/Forums/en/sqltools/thread/468b8484-2729-4a06-bfc3-efe54507dcb6
    and this: http://msmvps.com/blogs/martinpoon/archive/2009/11/27/sql-server-configuration-manager-cannot-connect-to-wmi-provider-invalid-class-0x80041010.aspx
    and that: http://www.nucleustechnologies.com/Repair-WMI-Services.php
    and some other stuff I could find.
    At least I've tried to repair Sql 2008 installation. But it also did not work.
    Lastly I've uninstalled all the instances and components related with sql. And I renamed the folders (C:\Program Files\Microsoft SQL Server and the hidden folder C:\ProgramData\Microsoft\Microsoft SQL Server) and made a clean install. Voila, it worked!
    But the "Sql Server Configuration Manager"s icon has gone somewhere :) Anyway it works fine now.
    I had to do that because I have a project to finish.
    Poor Microsoft!

  • SCOM 2012 Operations Manager Failed to start a process

    We have recently upgraded from SCOM 2007 to SCOM 2012. We are not getting a great deal of “Operations Manager Failed to start a process”. The process varies including:
    DiscoverSQL2008ASDiscovery.vbs
    DiscoverSQL2008DBEngineDiscovery.vbs
    DiscoverSQL2008ASDiscovery.vbs
    Microsoft.Windows.Server.NetwokAdapter.BandwidthUsed.ModuleType.vbs
    I have researched and researched. I know that you can try to run the scripts locally on the machine but it seems the scripts never make it to the machine. I go to the path in the error, no luck. I look in the other folders as I know that SCOM moves the scripts,
    and I even search the entire C drive but the scripts are not getting to the server. The folder is not even making it. For example:
    Command executed: "C:\Windows\system32\cscript.exe" /nologo "Microsoft.Windows.Server.NetwokAdapter.BandwidthUsed.ModuleType.vbs" SERVER true Working Directory: C:\Program Files\System Center Operations Manager\Agent\Health Service State\Monitoring
    Host Temporary Files 11606\1759\
    The script is not there and the folder \1759 is not there either.
    I have removed and reinstalled the client.
    Antivirus is fine, up to date and not blocking on any of the machines.
    I have stopped the “System Center Management service” and renamed the “Health Service State” folder and it recreates fine but not long after I get the warning in SCOM about “Operations Manager Failed to start a process”.
    I look in event viewer for Operations Manager on this particular one and I see a lot of:
    Performance data from the Health Service could not be collected since required registry keys could not be read, the error was 2L (The system cannot find the file specified.). Event ID 6001.
    I tried the fix of
    "lodctr MOMConnectorCounters.ini" and "lodctr HealthServiceCounters.ini" but I get “error
    encountered while updating text in registry. Status: 0”. Again I am using SCOM 2012.
    Do I need to look at each failed script or is there a overall issue because the scripts are not making it to the machines. Any ideas?

    I guess you might need to run "mofcomp sqlmgmproviderxpsp2up.mof".
    Thanks, S K Agrawal

  • Operations Manager Failed to convert performance data

    I am getting the following alert for many instances and have no luck finding anything that applies online.
    Alert: Operations Manager Failed to convert performance data
    Source: Server.domain
    Path: Server.domain
    Last modified by: System
    Last modified time: 6/10/2014 5:19:43 PM Alert description:
    Module was unable to convert parameter to a double value
    Original parameter: '$Data/Property[3]$'
    Parameter after $Data replacement: ''
    Error: 0x80020005
    Details: Type mismatch.
    One or more workflows were affected by this.
    Workflow name: Microsoft.Windows.HyperV.2012.R2.DiskPartitionSpaceProvider.UsedSpacePercCollectionRule
    Instance name: Many
    Instance ID: {0EED0F47-F9F5-BB3A-7619-78CD0DD5BA45}
    Management group: SCOM-GroupName
    as far as I can tell it only applies to this workflow.

    Hi XarXar,
    Looks like a bug in the monitoring scripts GetDiskPartitionSpace.vbs:
    http://www.systemcentercentral.com/research-kb-operations-manager-failed-start-process/
    http://blogs.technet.com/b/lukaszr/archive/2013/11/27/the-hyper-v-2012-management-pack-issues.aspx
    Natalya

  • SQL Server Configuration Manager – Cannot connect to WMI provider – Invalid class [0x80041010]

    look at this post am getting the same
    http://social.msdn.microsoft.com/Forums/en-US/sqlkjmanageability/thread/4c8ca86c-105f-4f0a-ac18-6e33dda2bc46
    but when I tried the solution given there , It is not working
    the error I am getting is mofcomp is not recognized as internal or external command
    I tried in  C:\program files\Microsoft sql server\90\shared  and in Windows\system32
    I am getting the same error

    Hi sql393,
    Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager. Invalid class [0x80041010].
    The solution is to go to a command prompt and then run mofcomp.
     C:\Program Files\Microsoft SQL Server\90\Shared>mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"
    For more information, please refer to
    http://blogs.msdn.com/b/echarran/archive/2006/01/03/509061.aspx
    http://msmvps.com/blogs/martinpoon/archive/2009/11/27/sql-server-configuration-manager-cannot-connect-to-wmi-provider-invalid-class-0x80041010.aspx.
    Thanks,
    Maggie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

  • Operations Manager failed to start a process + UAC

    Ok, I understand that there are perhaps tens of thousands of these posts, but I've not found one after an hour searching that seems to meet up with what I'm seeing.
    Seeing this show up on a handful of servers, and I don't see the correlation with the servers having this issue and things they have in common. I'm seeing it on all of our Lync Front-End servers, and then on a few terminal servers. I'm going to give the
    error for the Lync servers here though.
    The process started at 9:00:25 AM failed to create System.PropertyBagData, no errors detected in the output. The process exited with 0
    Command executed: "C:\Windows\system32\cscript.exe" /nologo "GetSQL2012DBFilesFreeSpace.vbs" "FE-05\RTCLOCAL" "FE-05.home.ku.edu" "RTCLOCAL"
    Working Directory: C:\Program Files\System Center Operations Manager\Agent\Health Service State\Monitoring Host Temporary Files 9359\180265\
    One or more workflows were affected by this.
    Workflow name: Microsoft.SQLServer.2012.Monitoring.DBFileSpaceMonitor
    Instance name: tempdb2
    Instance ID: {1FFB1DA7-414F-CAA1-E3EC-07AC097A2CED}
    Management group: ITES
    So since I've been working through all these little annoying warnings and trying to sort them out I decided to run the script.
    <Collection><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.28
    55484-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Conve
    rsionType>PerformanceData</ConversionType><Property Name="Database" VariantType=
    "8">master</Property><Property Name="FileId" VariantType="3">1</Property><Proper
    ty Name="FreeSpaceMB" VariantType="5">37646.0621050745</Property><Property Name=
    "FreeSpacePercent" VariantType="5">99.9912017130836</Property><Property Name="Fr
    eeSpaceAutoGrowMB" VariantType="5">0.6875</Property><Property Name="FreeSpaceAut
    oGrowPercent" VariantType="5">17.1875</Property></DataItem><DataItem type="Syste
    m.PropertyBagData" time="2014-06-04T09:23:23.2855484-05:00" sourceHealthServiceI
    d="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</Conver
    sionType><Property Name="Database" VariantType="8">master</Property><Property Na
    me="FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" VariantType
    ="5">39248.5533834203</Property><Property Name="FreeSpacePercent" VariantType="5
    ">99.9991440853338</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5
    ">0.414063</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">5
    5.2084</Property></DataItem><DataItem type="System.PropertyBagData" time="2014-0
    6-04T09:23:23.2905518-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDD
    A89CEB89"><ConversionType>PerformanceData</ConversionType><Property Name="Databa
    se" VariantType="8">tempdb</Property><Property Name="FileId" VariantType="3">1</
    Property><Property Name="FreeSpaceMB" VariantType="5">36681.1775486072</Property
    ><Property Name="FreeSpacePercent" VariantType="5">99.9923331676945</Property><P
    roperty Name="FreeSpaceAutoGrowMB" VariantType="2">0</Property><Property Name="F
    reeSpaceAutoGrowPercent" VariantType="2">0</Property></DataItem><DataItem type="
    System.PropertyBagData" time="2014-06-04T09:23:23.2905518-05:00" sourceHealthSer
    viceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</C
    onversionType><Property Name="Database" VariantType="8">tempdb</Property><Proper
    ty Name="FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" Varian
    tType="5">38307.2356943516</Property><Property Name="FreeSpacePercent" VariantTy
    pe="5">99.9940044295872</Property><Property Name="FreeSpaceAutoGrowMB" VariantTy
    pe="2">0</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="2">0</
    Property></DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:
    23:23.2915509-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89
    "><ConversionType>PerformanceData</ConversionType><Property Name="Database" Vari
    antType="8">tempdb</Property><Property Name="FileId" VariantType="3">3</Property
    ><Property Name="FreeSpaceMB" VariantType="5">39745.5</Property><Property Name="
    FreeSpacePercent" VariantType="5">99.988679245283</Property><Property Name="Free
    SpaceAutoGrowMB" VariantType="5">120.5</Property><Property Name="FreeSpaceAutoGr
    owPercent" VariantType="5">96.4</Property></DataItem><DataItem type="System.Prop
    ertyBagData" time="2014-06-04T09:23:23.2915509-05:00" sourceHealthServiceId="9F1
    D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionTy
    pe><Property Name="Database" VariantType="8">tempdb</Property><Property Name="Fi
    leId" VariantType="3">4</Property><Property Name="FreeSpaceMB" VariantType="5">3
    9746.375</Property><Property Name="FreeSpacePercent" VariantType="5">99.99088050
    31447</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">121.375</Pr
    operty><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">97.1</Property>
    </DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.291
    5509-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Conver
    sionType>PerformanceData</ConversionType><Property Name="Database" VariantType="
    8">tempdb</Property><Property Name="FileId" VariantType="3">5</Property><Propert
    y Name="FreeSpaceMB" VariantType="5">39745.875</Property><Property Name="FreeSpa
    cePercent" VariantType="5">99.9896226415094</Property><Property Name="FreeSpaceA
    utoGrowMB" VariantType="5">120.875</Property><Property Name="FreeSpaceAutoGrowPe
    rcent" VariantType="5">96.7</Property></DataItem><DataItem type="System.Property
    BagData" time="2014-06-04T09:23:23.2915509-05:00" sourceHealthServiceId="9F1D980
    F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><
    Property Name="Database" VariantType="8">tempdb</Property><Property Name="FileId
    " VariantType="3">6</Property><Property Name="FreeSpaceMB" VariantType="5">39744
    .875</Property><Property Name="FreeSpacePercent" VariantType="5">99.987106918239
    </Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">119.875</Propert
    y><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">95.9</Property></Dat
    aItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.2915509-
    05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionT
    ype>PerformanceData</ConversionType><Property Name="Database" VariantType="8">te
    mpdb</Property><Property Name="FileId" VariantType="3">7</Property><Property Nam
    e="FreeSpaceMB" VariantType="5">39744.9375</Property><Property Name="FreeSpacePe
    rcent" VariantType="5">99.9872641509434</Property><Property Name="FreeSpaceAutoG
    rowMB" VariantType="5">119.9375</Property><Property Name="FreeSpaceAutoGrowPerce
    nt" VariantType="5">95.95</Property></DataItem><DataItem type="System.PropertyBa
    gData" time="2014-06-04T09:23:23.2915509-05:00" sourceHealthServiceId="9F1D980F-
    BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><Pr
    operty Name="Database" VariantType="8">tempdb</Property><Property Name="FileId"
    VariantType="3">8</Property><Property Name="FreeSpaceMB" VariantType="5">39742.2
    5</Property><Property Name="FreeSpacePercent" VariantType="5">99.9805031446541</
    Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">117.25</Property><
    Property Name="FreeSpaceAutoGrowPercent" VariantType="5">93.8</Property></DataIt
    em><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.2915509-05:
    00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType
    >PerformanceData</ConversionType><Property Name="Database" VariantType="8">tempd
    b</Property><Property Name="FileId" VariantType="3">9</Property><Property Name="
    FreeSpaceMB" VariantType="5">39744.5625</Property><Property Name="FreeSpacePerce
    nt" VariantType="5">99.986320754717</Property><Property Name="FreeSpaceAutoGrowM
    B" VariantType="5">119.5625</Property><Property Name="FreeSpaceAutoGrowPercent"
    VariantType="5">95.65</Property></DataItem><DataItem type="System.PropertyBagDat
    a" time="2014-06-04T09:23:23.2975503-05:00" sourceHealthServiceId="9F1D980F-BA02
    -D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><Proper
    ty Name="Database" VariantType="8">model</Property><Property Name="FileId" Varia
    ntType="3">1</Property><Property Name="FreeSpaceMB" VariantType="5">39630.875</P
    roperty><Property Name="FreeSpacePercent" VariantType="5">99.9944806182969</Prop
    erty><Property Name="FreeSpaceAutoGrowMB" VariantType="5">0.875</Property><Prope
    rty Name="FreeSpaceAutoGrowPercent" VariantType="5">28.5714285714286</Property><
    /DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.2975
    503-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Convers
    ionType>PerformanceData</ConversionType><Property Name="Database" VariantType="8
    ">model</Property><Property Name="FileId" VariantType="3">2</Property><Property
    Name="FreeSpaceMB" VariantType="5">39248.5690084203</Property><Property Name="Fr
    eeSpacePercent" VariantType="5">99.9991838953776</Property><Property Name="FreeS
    paceAutoGrowMB" VariantType="5">0.429688</Property><Property Name="FreeSpaceAuto
    GrowPercent" VariantType="5">57.2917333333333</Property></DataItem><DataItem typ
    e="System.PropertyBagData" time="2014-06-04T09:23:23.3025532-05:00" sourceHealth
    ServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData
    </ConversionType><Property Name="Database" VariantType="8">msdb</Property><Prope
    rty Name="FileId" VariantType="3">1</Property><Property Name="FreeSpaceMB" Varia
    ntType="5">37585.1339389847</Property><Property Name="FreeSpacePercent" VariantT
    ype="5">99.9579465372616</Property><Property Name="FreeSpaceAutoGrowMB" VariantT
    ype="5">0.875</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5
    ">5.2434456928839</Property></DataItem><DataItem type="System.PropertyBagData" t
    ime="2014-06-04T09:23:23.3025532-05:00" sourceHealthServiceId="9F1D980F-BA02-D35
    1-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><Property N
    ame="Database" VariantType="8">msdb</Property><Property Name="FileId" VariantTyp
    e="3">2</Property><Property Name="FreeSpaceMB" VariantType="5">36542.9860732182<
    /Property><Property Name="FreeSpacePercent" VariantType="5">99.9936081094063</Pr
    operty><Property Name="FreeSpaceAutoGrowMB" VariantType="5">17.289063</Property>
    <Property Name="FreeSpaceAutoGrowPercent" VariantType="5">88.0971363057325</Prop
    erty></DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:2
    3.3075515-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><C
    onversionType>PerformanceData</ConversionType><Property Name="Database" VariantT
    ype="8">xds</Property><Property Name="FileId" VariantType="3">1</Property><Prope
    rty Name="FreeSpaceMB" VariantType="5">39628.25</Property><Property Name="FreeSp
    acePercent" VariantType="5">99.990537949132</Property><Property Name="FreeSpaceA
    utoGrowMB" VariantType="5">4.25</Property><Property Name="FreeSpaceAutoGrowPerce
    nt" VariantType="5">53.125</Property></DataItem><DataItem type="System.PropertyB
    agData" time="2014-06-04T09:23:23.3085531-05:00" sourceHealthServiceId="9F1D980F
    -BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><P
    roperty Name="Database" VariantType="8">xds</Property><Property Name="FileId" Va
    riantType="3">2</Property><Property Name="FreeSpaceMB" VariantType="5">39630.109
    375</Property><Property Name="FreeSpacePercent" VariantType="5">99.9952295493541
    </Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">6.109375</Proper
    ty><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">76.3671875</Propert
    y></DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.3
    135527-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Conv
    ersionType>PerformanceData</ConversionType><Property Name="Database" VariantType
    ="8">rtcdyn</Property><Property Name="FileId" VariantType="3">1</Property><Prope
    rty Name="FreeSpaceMB" VariantType="5">199127.125</Property><Property Name="Free
    SpacePercent" VariantType="5">99.9915262322741</Property><Property Name="FreeSpa
    ceAutoGrowMB" VariantType="5">983.125</Property><Property Name="FreeSpaceAutoGro
    wPercent" VariantType="5">98.3125</Property></DataItem><DataItem type="System.Pr
    opertyBagData" time="2014-06-04T09:23:23.3135527-05:00" sourceHealthServiceId="9
    F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</Conversion
    Type><Property Name="Database" VariantType="8">rtcdyn</Property><Property Name="
    FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" VariantType="5"
    >15768.585938</Property><Property Name="FreeSpacePercent" VariantType="5">99.649
    8100227502</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">1944.5
    85938</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">97.229
    2969</Property></DataItem><DataItem type="System.PropertyBagData" time="2014-06-
    04T09:23:23.3195540-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA8
    9CEB89"><ConversionType>PerformanceData</ConversionType><Property Name="Database
    " VariantType="8">rtc</Property><Property Name="FileId" VariantType="3">1</Prope
    rty><Property Name="FreeSpaceMB" VariantType="5">198878.4375</Property><Property
    Name="FreeSpacePercent" VariantType="5">99.8666480034548</Property><Property Na
    me="FreeSpaceAutoGrowMB" VariantType="5">734.4375</Property><Property Name="Free
    SpaceAutoGrowPercent" VariantType="5">73.44375</Property></DataItem><DataItem ty
    pe="System.PropertyBagData" time="2014-06-04T09:23:23.3195540-05:00" sourceHealt
    hServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceDat
    a</ConversionType><Property Name="Database" VariantType="8">rtc</Property><Prope
    rty Name="FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" Varia
    ntType="5">15659.34375</Property><Property Name="FreeSpacePercent" VariantType="
    5">98.9594524140546</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="
    5">1835.34375</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5
    ">91.7671875</Property></DataItem></Collection>
    As you can see a boatload of data is returned, then I realized that my command prompt was running in admin mode. When I ran the same command not in admin mode, there was no data returned, which seems to fit with the error. The script ran but no data came
    back.
    So, my question is, should I disable UAC on all my front end servers? Or, is there a better runas account to use? I believe I chose the default LocalSystem for everybody since it doesn't require as much effort.
    Any feedback is welcome :)
    Jeffrey S. Patton Jeffrey S. Patton Systems Specialist, Enterprise Systems University of Kansas 1001 Sunnyside Ave. Lawrence, KS. 66045 (785) 864-0242 | http://patton-tech.com

    The agent should use LocalSystem and it is very rare to use a different account to run the agent service. This is probably a need to configure a run as account to be used by the SQL Discovery. SQL Server 2012 is much more locked down than previous versions
    of SQL, so unless you gave localsystem admin rights to your instance of SQL running on this box, this script will always come back with nothing. check out kevin holmans article on how to configure run as accounts for the SQL MP, to address this issue.
    http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx
    hope this helps!
    Scott Moss MVP (Operations Manager) President - System Center Virtual Users Group |Vice President - Atlanta Southeast Management Users Group (ATL SMUG)
    Please remember to click “Mark as Answer” on the post that helps you!
    my new blog om2012.wordpress.com

  • How to run a WMI query to get an element of a class?

    Hello everyone,
    I am trying to run a PowerShell Query to get the value of a certain element inside a class instance. How can I accomplish this?
    I tried this...
    PS C:\windows\system32> Get-WmiObject DCIM_BIOSPassword -Namespace ROOT\DCIM\SYSMAN | Select AttributeName,IsSet
    AttributeName                                                                 IsSet
    AdminPwd                                                                       True
    SystemPwd                                                                     False
    and I get the result of both instances; (Because there are two instances inside the class!) I want the result of just one instance.
    Thank you very much in advance.

    This is the result I get;
    PS C:\windows\system32> Get-WmiObject DCIM_BIOSPassword -Namespace ROOT\DCIM\SYSMAN | Get-Member
    TypeName: System.Management.ManagementObject#ROOT\DCIM\SYSMAN\DCIM_BIOSPassword
    Name MemberType Definition
    PSComputerName AliasProperty PSComputerName = __SERVER
    AttributeName Property string AttributeName {get;set;}
    Caption Property string Caption {get;set;}
    CurrentValue Property string[] CurrentValue {get;set;}
    DefaultValue Property string[] DefaultValue {get;set;}
    Description Property string Description {get;set;}
    ElementName Property string ElementName {get;set;}
    InstanceID Property string InstanceID {get;set;}
    IsOrderedList Property bool IsOrderedList {get;set;}
    IsReadOnly Property bool IsReadOnly {get;set;}
    IsSet Property bool IsSet {get;set;}
    MaxLength Property uint64 MaxLength {get;set;}
    MinLength Property uint64 MinLength {get;set;}
    PasswordEncoding Property uint32 PasswordEncoding {get;set;}
    PendingValue Property string[] PendingValue {get;set;}
    __CLASS Property string __CLASS {get;set;}
    __DERIVATION Property string[] __DERIVATION {get;set;}
    __DYNASTY Property string __DYNASTY {get;set;}
    __GENUS Property int __GENUS {get;set;}
    __NAMESPACE Property string __NAMESPACE {get;set;}
    __PATH Property string __PATH {get;set;}
    __PROPERTY_COUNT Property int __PROPERTY_COUNT {get;set;}
    __RELPATH Property string __RELPATH {get;set;}
    __SERVER Property string __SERVER {get;set;}
    __SUPERCLASS Property string __SUPERCLASS {get;set;}
    ConvertFromDateTime ScriptMethod System.Object ConvertFromDateTime();
    ConvertToDateTime ScriptMethod System.Object ConvertToDateTime();
    But this is not it. I want to get the value of "IsSet" for AdminPwd only.

  • Operations Manager fails to communicate with DCR server

    After a recent restart of the Operations Manager server we found it is no longer able to manage devices. When attempting to open a applet that depends on DCR connection I receive an error " Error in communicating with DCR Server. DCR Server may be down. Please start the DCR Server and refresh the page." I have attached the DCR logs and pdshow from the server. Has anyone experienced this issue, and if so, how can I correct it. Any help would be appreciated.
     

    I am constantly seeing this error at multiple sites on Windows Server 2012 and 2012 R2 Standard and DataCenter.
    I have counted over 50 different server I manage with services such as   domain controller, hyper-v, file servers, exchange 2013, SQL 2008/2012, and print servers.
    I have seen it happen on machine that have been in production for over 2 years and to machines that were just created last week.
    It is happening on metal, hyper-v and esx vmware servers.
    It is happening when the machine have updates waiting or no updates, or after updates have been applied and awaiting a restart.
    It is happening on Dell PowerEdge server, HP Proliant servers and IBM servers.
    It is happening on servers with Intel and AMD chip-sets.
    It is happening on machines that are a part of a domain or in a workgroup.
    It is happening on machines with AV of Bitdefendor, Trend Micro, Vipre, Microsoft Endpoint, and Symantec Endpoint.
    Only a restart will fix it.
    I have ran process monitor on several of the problem machines and I cannot find anything.
    Since I have only started seeing this about 6 month ago it must be a Windows update causing it.
    Moses Hull of Alexant Systems

  • Creating a Linked Report in SC 2012 - Operations Manager fails with Error

    Hello everyone,
    I was trying to create a linked report based on an availability report recently. I found Emre Guclu's scom linked report creation guide here:
    http://blogs.technet.com/b/emreguclu/archive/2011/10/13/using-linked-reports-in-scom-to-create-custom-availability-reports-for-specified-monitors.aspx
    I go to SSRS web console and select a report (Which is Microsoft.SystemCenter.DataWarehouse.Availability in Microsoft.SystemCenter.Datawarehouse.Reports), select "Create a Linked Report" from context menu, select another location for storing the
    report just like on this guide but i get an error rsWrongItemType with exact text:
    "The operation you are attempting on item ' Microsoft.SystemCenter.Datawarehouse.Reports/ Microsoft.SystemCenter.Datawarehouse.Availability' is not allowed for this item type. rsWrongItemType"
    Does anyone know why is this error happening and better how to fix this?
    Below is the screenshot of SSRS.

    Hi,
    Please check the report path you have set, the location must specify the full report path, such as
    /custom report folder/MyReport.
    Alex Zhao
    TechNet Community Support

  • SQL MP script failed to run

    Hi! I have installed the SQL MP 6.5.1.0 for SQL2005,SQL2008,SQL2012 and SQL2014. I know that I need to use one SQL RunAsAccount and add that account in the SQL RunAsProfiles to have the correct access to run the SCOM SQL scripts and get the correct
    monitoring. We have give this SQL RunAsAccount the "Local Administrator" and "sysadmin" rights on all instances through a group. This SQL servers also use UAC, then we tested to add this SQL RunAsAccount directly with sysadmin
    rights on one SQL servers instances instead through a group. But still the same problem... I haven't test the new SQL MP version 6.5.4.0 yet and I know that there is one fix for "Fixed
    Timeout error in CPU utilization monitoring scenario"
    The SQL RunAsAccount use "More Secure" and we are running the SQL RunAsProfiles target type against a Group with "Windows Computers" for all the SQL servers that we want to run this RunAsAccount against. We have the same problem
    when we tested to change the target type to "SQL Computers" 
    At most of our customer it works fine but at one customer we still get all this SQL monitor related errors:
    Power Shell Script failed to run (timeout 200 sec)
            - scriptname=CPUUsagePercentDataSource.ps1
            - workflow=Microsoft.SQLServer.2008DBEngine.ThreadsCountMonitor
    Operations Manager failed to start a process
           - command=GetSQL2008DBWinServStat.js
           - workflow=Microsoft.SQLServer.2008.Database.ServiceMonitor
    Operations Manager failed to start a process due to lack of Resources
           - command=GetSQL2012DBFreeSpace.vbs
    Operations Manager failed to run a WMI Query
             - workflow=Microsoft.SQLServer.2012.Database.ServiceMonitor
    Someone with any idea what's the problem can be?

    Hi,
    >At most of our customer it works fine but at one customer we still get all this SQL monitor related errors
    Do you mean only one SQL server has this error message poped out? If that is the case, then you may check whether the runas account configured has proper permissions on that server. You may add the account to local admin group.
    Please also go through the link below:
    http://blogs.technet.com/b/kevinholman/archive/2013/10/24/opsmgr-sql-mp-version-6-4-1-0-capabilities-and-configuration.aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Maybe you are looking for

  • Video cable

    since the last ipod touch g2 update my apple cable will no longer work it now will play sound but not video. 1/. why don't apple warn you when you update 2/. why can't you just send an email and ask a question 3/. why won't the cable work now 4/. How

  • Serialization at time of goods issue

    Good Day Guru's: I have a client that wants to be able to assign their serial numbers at the time of goods issue of Sub contract PO.  The requirement in this is within their own process for traceability purposes.  I can not go into details on this as

  • Subscription activation delay

    Dear community How can I delay the activiation of my new subscription? Example: I want to buy now a subscription but I want it to be active only on the 15th of July. Thanks in advance. Best regards,J.

  • CX_SY_CONVERSION_NO_DATE_TIME:XSLT exception when calling Web Service

    I have created a Web Service on our Sandbox SAP server and am attempting to call it from our DEV SAP Server.  The returning structure contains date fields that sometimes are null. A null date field in SAP is equal to 00000000. When I call the Web Ser

  • Pre-intel to intel

    I've got a pre-intel Mac Pro that's basically pristine. Only now I'm using a few new Macs, and compatibility is becoming a problem. So I'm wondering if I could update the Mac Pro. I love it! Could it match a new iMac for less money?