|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, July 02, 2009 9:14 PM
Points: 186,
Visits: 607
|
|
Hi we are Running SQL Server 2005 64-bit enterprise edition on a windows 2003 cluster. We are getting an error in event viewer as below. Could you plz tell me is this error related sql server or windows? If it is SQL Server error what are the steps to take to get rid of this error?
In this link,they are saying about SP2 related Issue plz clarify me. http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=211355
Event Type: Error Event Source: WinMgmt Event Category: None Event ID: 10 Date: 11/18/2008 Time: 8:36:20 AM User: N/A Computer: SQL Description: Event filter with query "select * from __InstanceModificationEvent within 10 where TargetInstance isa 'Win32_Service'" could not be (re)activated in namespace "//./root/Microsoft/SqlServer/ComputerManagement" because of error 0x80041010. Events may not be delivered through this filter until the problem is corrected.
and also what are the security patches do we need to apply after installing SP2?
Thank You
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, July 02, 2009 2:43 PM
Points: 243,
Visits: 361
|
|
That's WMI.
It's a WQL query you're seeing in the log details, and winmgmt is the WMI service.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, July 02, 2009 9:14 PM
Points: 186,
Visits: 607
|
|
| So what we have to do to get rid of this error? plz advice me
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: 2 days ago @ 6:06 PM
Points: 1,152,
Visits: 5,637
|
|
Try this:
1. Restart WMI service.
If still not resolved then tell me where exactly are you getting this message on client machine or only on server?
MJ
|
|
|
|