Event ID: 10

K

Ken

For some reason Vista 64-bit wants to give me the following error:

og Name: Application
Source: Microsoft-Windows-WMI
Date: 3/18/2009 10:56:05 AM
Event ID: 10
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: IP35Pro64
Description:
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.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WMI"
Guid="{1edeee53-0afe-4609-b846-d8c0b2075b1f}" EventSourceName="WinMgmt" />
<EventID Qualifiers="49152">10</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-03-18T15:56:05.000Z" />
<EventRecordID>8751</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>IP35Pro64</Computer>
<Security />
</System>
<EventData>
<Data>//./root/CIMV2</Data>
<Data>SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE
TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage &gt;
99</Data>
<Data>0x80041003</Data>
</EventData>
</Event>

I have tried Googling this issue and have not come up with much. It seems
there are a lot of people out there getting the error but I have yet to find
a solution that at least a dummy like me can figure out how to get to the
root cause and FIX. Can someone out there please point me in the right
direction. I have an ATI TV Card installed and the latest ATI drivers.
Some of the Googles seem to indicated that ATI drivers maybe the problem?
Other Googles suggest a Virus or worm or whatever. Other than the error in
the Event Log the system runs just fine.
 
B

+Bob+

It looks like the problem is some data is being queried for on the
computer by MS WWI and it can't find it, and it is blowing-up. With the
word "namepace" in it, it seems to be a .Net program.

You can contact Vista support via email and send the error to them and
see what they say.

http://windowshelp.microsoft.com/Windows/en-US/techsupport/default.mspx

BZZZZZZZZZZZZZZZT. Wrong.

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q950375

Event 10 "You can safely ignore this error". The link above contains a
script to shut off this error.
 
K

Ken

Thanks for the help. EventID 10 is gone! One minor little piece of
information is left off the Script instruction - you have to turn UAC off or
the Script does not work. Now... that we are on a roll, is there a similar
script to turn off Event ID 15016 - "Unable to initialize the security
package Kerberos for server side authentication. The data field contains
the error number."? I get this error on both Vista systems. From all the
stuff on the internet it looks like whole bunch of people have this
"problem" and are told to ignore it.
 
K

Ken

I used regedit to find
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{7b6bc78c-898b-4170-bbf8-1a469ea43fc5}
and changed Enable from 1 to 0 and the error message went away. Problem
solved?!
 
B

+Bob+

I used regedit to find
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{7b6bc78c-898b-4170-bbf8-1a469ea43fc5}
and changed Enable from 1 to 0 and the error message went away. Problem
solved?!

Yes, AFAIR that's another 'not really an error' error
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top