WMI Probe Module Failed Execution
Hi, getting these alerts on windows 2008 R2 SP1 server(non dc) from SCOM 2007 R2
Object enumeration failed
Query: 'SELECT Name FROM Win32_ServerFeature WHERE ID = 18'
HRESULT: 0x80041001
Details: Generic failure
One or more workflows were affected by this.
Workflow name: Microsoft.Windows.Server.2008R2.RemoteDesktopServicesRole.Discovery
Instance name: <server name>
Instance ID: {E6BD7CF6-A628-44E1-6F92-A2D9F7597EF5}
Management group: XXX
When executing the same query from wbemtest is fails with an error
May 23rd, 2012 8:08pm
Please check the following blog
http://blogs.technet.com/b/kevinholman/archive/2009/06/29/getting-lots-of-script-failed-to-run-alerts-wmi-probe-failed-execution-backward-compatibility-script-error.aspx
Roger
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2012 8:16pm
I have seen this but does not reoslve the issue.
Any other fix you have?
May 23rd, 2012 8:38pm
When executing the same query from wbemtest is fails with an error
So most likely the error is in WMI and something in your WMI is broken.
Generic failure is.... well.... generic. But that's what 40041001 really is.
Try to look at this article to understand more about WMI errors:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa394559(v=vs.85).aspx - it also points you at a T-Shooting utility. In many cases it can be a corrupt WMI repository, some DLL registration... or a bug in WMI, i.e.
http://support.microsoft.com/kb/2547244 or
http://support.microsoft.com/kb/2692929
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2012 10:41pm
When executing the same query from wbemtest is fails with an error
So most likely the error is in WMI and something in your WMI is broken.
Generic failure is.... well.... generic. But that's what 40041001 really is.
Try to look at this article to understand more about WMI errors:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa394559(v=vs.85).aspx - it also points you at a T-Shooting utility. In many cases it can be a corrupt WMI repository, some DLL registration... or a bug in WMI, i.e.
http://support.microsoft.com/kb/2547244 or
http://support.microsoft.com/kb/2692929
May 23rd, 2012 10:47pm
thanks Daniele for the nice link, hopefully i will get something out of it
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 8:01am


