Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > strange event viewer error

Reply
Thread Tools Display Modes

strange event viewer error

 
 
gerryf
Guest
Posts: n/a

 
      03-03-2008
OK, here's the error

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.

Basically, how do I correct the problem?

This is occurring on two identical machines, both of which were updated from
Windows XP Professional. Not a great deal of interesting stuff on these
machines--simple workstations. I suspect this may have resulted from the
upgrade, rather than the clean install.

The PCs seem to work fine except for these errors.


 
Reply With Quote
 
 
 
 
Mark L. Ferguson
Guest
Posts: n/a

 
      03-04-2008
Delete the files in the REPOSITORY folders (..\System32\wbem) (you will have
to turn off the winmanagement service to do that) 'net stop winmgmt'

--
Was this helpful? Then click the "Yes" Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales....htm#RateAPost

Mark L. Ferguson

..
"gerryf" <> wrote in message
news:EB5C620F-0557-44A8-BFE8-...
> OK, here's the error
>
> 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.
>
> Basically, how do I correct the problem?
>
> This is occurring on two identical machines, both of which were updated
> from Windows XP Professional. Not a great deal of interesting stuff on
> these machines--simple workstations. I suspect this may have resulted from
> the upgrade, rather than the clean install.
>
> The PCs seem to work fine except for these errors.
>
>


 
Reply With Quote
 
Miles Li [MSFT]
Guest
Posts: n/a

 
      03-04-2008
Dear Customer,

Thanks for posting in partner newsgroup.

The '0x80041003' error code you provided indicates that
WBEM_E_ACCESS_DENIED.

This typically results when the process trying to access the namespace does
not have the required WMI privileges. The account attempting remote access
should be an administrator on the target computer; in addition, the account
might need to have a specific privilege enabled. To troubleshoot this
error, check the namespace security on the remote namespace to see the
privileges enabled for the account.


For this issue, I'd like to know which user account is used when processing
the query and whether there is proper permission on the '/root/CIMV2'.

To verify the permission of '/root/CIMV2':

Run--->'wmimgmt.msc'--->WMI control
(local)--->Properties--->Security--->/root/CIMV2


Please note: In Windows XP, 'Everyone' group have Execute Methods
permission by default. In Windows Vista, it is replaced with 'Authenticated
Users' group.

Hope this helps.

Miles Li
Microsoft Online Partner Support

 
Reply With Quote
 
gerryf
Guest
Posts: n/a

 
      03-04-2008
Thank you Miles,

Yes, from what I was able to glean from various sources, that is what I
thought as well. However, it didn't seem to make sense to me in the context
of the situation. All of the attempts to investigate this issue have led me
to Windows server running MYSQL server, but none (yet) seem to be Vista
related.

This is a newly installed Vista Ultimate machine (upgrade, actually), in a
network. There is no remote access -- the two machines are presently
standalone machines. These machines were fully updated XP Pro machines that
were updated using the Technet supplied Vista with integrated sp1 iso. The
error appears while checking the event log from an administrator account.

It appears the security for Root\CIMv2 is the default

Authenticated users has EXECUTE METHODS, PROVIDER WRITE, ENABLE ACCOUNT are
set to allow
Local Service EXECUTE METHODS, PROVIDER WRITE, ENABLE ACCOUNT are set to
allow
Network Service EXECUTE METHODS, PROVIDER WRITE, ENABLE ACCOUNT are set to
allow
Administrators EXECUTE METHODS, FULL WRITE, PARTIAL WRITER,, PROVIDER
WRITE, ENABLE ACCOUNT are set to allow

How can I determine what account is used when processing the query--indeed,
what query?

"Miles Li [MSFT]" <v-> wrote in message
news:...
> Dear Customer,
>
> Thanks for posting in partner newsgroup.
>
> The '0x80041003' error code you provided indicates that
> WBEM_E_ACCESS_DENIED.
>
> This typically results when the process trying to access the namespace
> does
> not have the required WMI privileges. The account attempting remote access
> should be an administrator on the target computer; in addition, the
> account
> might need to have a specific privilege enabled. To troubleshoot this
> error, check the namespace security on the remote namespace to see the
> privileges enabled for the account.
>
>
> For this issue, I'd like to know which user account is used when
> processing
> the query and whether there is proper permission on the '/root/CIMV2'.
>
> To verify the permission of '/root/CIMV2':
>
> Run--->'wmimgmt.msc'--->WMI control
> (local)--->Properties--->Security--->/root/CIMV2
>
>
> Please note: In Windows XP, 'Everyone' group have Execute Methods
> permission by default. In Windows Vista, it is replaced with
> 'Authenticated
> Users' group.
>
> Hope this helps.
>
> Miles Li
> Microsoft Online Partner Support
>

 
Reply With Quote
 
gerryf
Guest
Posts: n/a

 
      03-04-2008
Thank you Mark,

I had actually toyed with that idea given it seems to be at least marginally
related to wbem according to the error message, but the error seems to occur
mostly on servers running mysql so I was unsure if I should try that.





"Mark L. Ferguson" <> wrote in
message news:...
> Delete the files in the REPOSITORY folders (..\System32\wbem) (you will
> have to turn off the winmanagement service to do that) 'net stop winmgmt'
>
> --
> Was this helpful? Then click the "Yes" Ratings button. Voting helps the
> web
> interface.
> http://www.microsoft.com/wn3/locales....htm#RateAPost
>
> Mark L. Ferguson
>
> .
> "gerryf" <> wrote in message
> news:EB5C620F-0557-44A8-BFE8-...
>> OK, here's the error
>>
>> 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.
>>
>> Basically, how do I correct the problem?
>>
>> This is occurring on two identical machines, both of which were updated
>> from Windows XP Professional. Not a great deal of interesting stuff on
>> these machines--simple workstations. I suspect this may have resulted
>> from the upgrade, rather than the clean install.
>>
>> The PCs seem to work fine except for these errors.
>>
>>

>

 
Reply With Quote
 
gerryf
Guest
Posts: n/a

 
      03-04-2008
That seems to have done the trick--after deleting the repository files and
rebooting 5 times the error has not recurred

Thanks!

"Mark L. Ferguson" <> wrote in
message news:...
> Delete the files in the REPOSITORY folders (..\System32\wbem) (you will
> have to turn off the winmanagement service to do that) 'net stop winmgmt'
>
> --
> Was this helpful? Then click the "Yes" Ratings button. Voting helps the
> web
> interface.
> http://www.microsoft.com/wn3/locales....htm#RateAPost
>
> Mark L. Ferguson
>
> .
> "gerryf" <> wrote in message
> news:EB5C620F-0557-44A8-BFE8-...
>> OK, here's the error
>>
>> 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.
>>
>> Basically, how do I correct the problem?
>>
>> This is occurring on two identical machines, both of which were updated
>> from Windows XP Professional. Not a great deal of interesting stuff on
>> these machines--simple workstations. I suspect this may have resulted
>> from the upgrade, rather than the clean install.
>>
>> The PCs seem to work fine except for these errors.
>>
>>

>

 
Reply With Quote
 
Miles Li [MSFT]
Guest
Posts: n/a

 
      03-05-2008

Hello,

Thanks for Mark's sharing.

Yes, 'Root\CIMv2' has the proper default permission and it should works.

For Mark's suggest has affects now, I'd like to recommend you to have a
further test to see whether it is stable or not.

Again, thanks for using newsgroups.


Miles Li
Microsoft Online Partner Support

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Event Viewer Error Julian Windows Vista General Discussion 1 03-07-2008 12:04 PM
What does this error mean (from Event Viewer)? Rob Windows Vista General Discussion 7 06-10-2007 04:12 AM
Event Viewer Error Tami N Windows Vista General Discussion 2 05-26-2007 01:16 AM
Event viewer error Irv Windows Vista Performance 0 03-04-2007 04:21 AM
Event viewer error Kent Wilson Windows Vista Performance 2 12-22-2006 11:42 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59