Event filter with query *SELECT*FROM_InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor AND TargetInstance.LoadPercentage >99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003.Events cannot be delivered through this filter until the problem is corrected.
Log name : application
source : WMI
event id : 10
From the error,we can predict it is because of problem in query language.Below is a real proof and solution for this wmi error.
WMI supports a query language called WMI Query language (WQL) which is a subset of structured query language (SQL).Here in the error the word event filter query refers WQL query,that is used while processing WMI events.For resolving the error update permanent event subscription because event subscription uses a query to filter events that are found in a set of event sources and the events are delivered from the sources to the computer that started the subscription.The delivered events are stored in the local computer's event log.
See also,Event filter query functionality from the site
http://social.technet.microsoft.com/wiki/contents/articles/windows-server-2008-id-10-event-filter-query-functionality.aspx.
Log name : application
source : WMI
event id : 10
From the error,we can predict it is because of problem in query language.Below is a real proof and solution for this wmi error.
WMI supports a query language called WMI Query language (WQL) which is a subset of structured query language (SQL).Here in the error the word event filter query refers WQL query,that is used while processing WMI events.For resolving the error update permanent event subscription because event subscription uses a query to filter events that are found in a set of event sources and the events are delivered from the sources to the computer that started the subscription.The delivered events are stored in the local computer's event log.
See also,Event filter query functionality from the site
http://social.technet.microsoft.com/wiki/contents/articles/windows-server-2008-id-10-event-filter-query-functionality.aspx.
No comments :
Post a Comment