locked
SQL Server 2005 event log error message RRS feed

  • Question

  • I am seeing the following error in my Application Event log.  I am unsure what to do with this.

    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.


    Anyone with suggestions would be helpful.

    Tuesday, September 1, 2009 5:08 PM

Answers

  • It is not easy to guess from here , what is the processes that is logging this even in the app event log. Can you tell me what are the steps that you have taken for this error to happen.

    This is a WMI (windows management instrument ) error  and we have seen some cases of this in SQL 2005 SP2. If you have the same then upgrade it to SP3. If not the log the bug with the repro steps @ http://connect.microsoft.com


    There is ablog entry on SQL Server WMI error . Have a look http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx

    Ashwani Roy

    My Blog

    Please click the Mark as Answer button if a post solves your problem!

    • Proposed as answer by Raymond-Lee Thursday, September 3, 2009 7:41 AM
    • Marked as answer by Raymond-Lee Saturday, September 12, 2009 3:42 AM
    Tuesday, September 1, 2009 5:38 PM
    Answerer