Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Managing Events in Event Viewer

Reply
Thread Tools Display Modes

Managing Events in Event Viewer

 
 
Bill T.
Guest
Posts: n/a

 
      01-03-2008
I was reading about improving system performance by looking at events in
Event Viewer, applying actions to correct events, then deleting them. My
question is if i have a critical event that i found or any event for that
matter, how do i figure out what caused the event and then what action to
take to fix it? Is it ok to clear these events? Do i even need to worry
about them anyway? Any info would be appreciated. Thanks

 
Reply With Quote
 
 
 
 
alexB
Guest
Posts: n/a

 
      01-03-2008
I am not sure you should delete events. They are just records of what
happened to your system, like notes. It is like trying to undo WWI by
erasing all records about it.

However, it is a very useful tool. I'll give you an example. There is this
nagging question of USB controllers not working on some of the Vistas. I've
got 3 machines with Vista and on one of them I have it on two partitions.
I've had this problem on only one machine.

This morning I tried to plug in a memory stick, got an error, the computer
wanted to upgrade the driver, I said OK, error came back that the driver
could not be found, I redirected the search to Windows\system32 folder. The
driver was found but Vista could not install it.

I went to the vent log. There were like 10 errors time stamped precisely by
the moment I did it. You go to Custom View>.Administrative Events

Double click on the very top error (the very last) in the middle pane. You
will get a window (GUI): Event Properties. On General Tab there is a link:
Event Log Online Help.

Click on that. You will get a page of MS help on this error.

Now what about the error? There is a verbose description on the top but you
should also click the other tab: Details. under that tab you will se an xml
file with detailed description (of course in technical code but still
readable) of what that error is. One of the frequent errors is:

0x80000000000000

If it were all zeroes, there is no error. I think 800.. means the file was
not found, most likely a driver. On that webpage there will be a detailed
description of various errors including the one above.

In my case I was able to determine rather quickly that all files with *usb*
(with wildcats) characters in windows\inf numbered 20 in my system where I
could not make the connection. When I went to another system, in the same
folder I had 26 files. So, 6 files are missing. I also checked Business
Vista on the other partition and it also has 26 usb related files. So I am
planning to add those 6 files because that website clearly stated that the
inf file could no find certain file sit wanted.

Does it make sense? It needs some time to set in though.


"Bill T." <> wrote in message
news:...
>I was reading about improving system performance by looking at events in
>Event Viewer, applying actions to correct events, then deleting them. My
>question is if i have a critical event that i found or any event for that
>matter, how do i figure out what caused the event and then what action to
>take to fix it? Is it ok to clear these events? Do i even need to worry
>about them anyway? Any info would be appreciated. Thanks


 
Reply With Quote
 
Bill T.
Guest
Posts: n/a

 
      01-03-2008
Alex, thank you for explaining that to me. I guess i am just someone who
needs to know why things happen, and how to correct them. Maybe i am getting
concerned over nothing. I guess as long as the computer is running ok i will
not worry about it.Again thanks for the info!

"alexB" <> wrote in message
news:...
>I am not sure you should delete events. They are just records of what
>happened to your system, like notes. It is like trying to undo WWI by
>erasing all records about it.
>
> However, it is a very useful tool. I'll give you an example. There is this
> nagging question of USB controllers not working on some of the Vistas.
> I've got 3 machines with Vista and on one of them I have it on two
> partitions. I've had this problem on only one machine.
>
> This morning I tried to plug in a memory stick, got an error, the computer
> wanted to upgrade the driver, I said OK, error came back that the driver
> could not be found, I redirected the search to Windows\system32 folder.
> The driver was found but Vista could not install it.
>
> I went to the vent log. There were like 10 errors time stamped precisely
> by the moment I did it. You go to Custom View>.Administrative Events
>
> Double click on the very top error (the very last) in the middle pane. You
> will get a window (GUI): Event Properties. On General Tab there is a link:
> Event Log Online Help.
>
> Click on that. You will get a page of MS help on this error.
>
> Now what about the error? There is a verbose description on the top but
> you should also click the other tab: Details. under that tab you will se
> an xml file with detailed description (of course in technical code but
> still readable) of what that error is. One of the frequent errors is:
>
> 0x80000000000000
>
> If it were all zeroes, there is no error. I think 800.. means the file was
> not found, most likely a driver. On that webpage there will be a detailed
> description of various errors including the one above.
>
> In my case I was able to determine rather quickly that all files with
> *usb* (with wildcats) characters in windows\inf numbered 20 in my system
> where I could not make the connection. When I went to another system, in
> the same folder I had 26 files. So, 6 files are missing. I also checked
> Business Vista on the other partition and it also has 26 usb related
> files. So I am planning to add those 6 files because that website clearly
> stated that the inf file could no find certain file sit wanted.
>
> Does it make sense? It needs some time to set in though.
>
>
> "Bill T." <> wrote in message
> news:...
>>I was reading about improving system performance by looking at events in
>>Event Viewer, applying actions to correct events, then deleting them. My
>>question is if i have a critical event that i found or any event for that
>>matter, how do i figure out what caused the event and then what action to
>>take to fix it? Is it ok to clear these events? Do i even need to worry
>>about them anyway? Any info would be appreciated. Thanks

>


 
Reply With Quote
 
alexB
Guest
Posts: n/a

 
      01-03-2008
I have three systems with Vista and am getting the fourth one. One of them
works perfectly fine because I have one stable app and an HP photo printer
attached. That's all. I am mostly into app development. However, I am forced
to download a lot of stuff every day on two other machines. It frequently
screws my systems up and I have been forced to stop my development and try
to learn more about the system management.

Also I want finally to tune my computers up to the point of maximum
performance.

The moral of the story: if you have stable needs and you machine is working
fine for you, forget about the event log.


"Bill T." <> wrote in message
news:...
> Alex, thank you for explaining that to me. I guess i am just someone who
> needs to know why things happen, and how to correct them. Maybe i am
> getting concerned over nothing. I guess as long as the computer is running
> ok i will not worry about it.Again thanks for the info!
>
> "alexB" <> wrote in message
> news:...
>>I am not sure you should delete events. They are just records of what
>>happened to your system, like notes. It is like trying to undo WWI by
>>erasing all records about it.
>>
>> However, it is a very useful tool. I'll give you an example. There is
>> this nagging question of USB controllers not working on some of the
>> Vistas. I've got 3 machines with Vista and on one of them I have it on
>> two partitions. I've had this problem on only one machine.
>>
>> This morning I tried to plug in a memory stick, got an error, the
>> computer wanted to upgrade the driver, I said OK, error came back that
>> the driver could not be found, I redirected the search to
>> Windows\system32 folder. The driver was found but Vista could not install
>> it.
>>
>> I went to the vent log. There were like 10 errors time stamped precisely
>> by the moment I did it. You go to Custom View>.Administrative Events
>>
>> Double click on the very top error (the very last) in the middle pane.
>> You will get a window (GUI): Event Properties. On General Tab there is a
>> link: Event Log Online Help.
>>
>> Click on that. You will get a page of MS help on this error.
>>
>> Now what about the error? There is a verbose description on the top but
>> you should also click the other tab: Details. under that tab you will se
>> an xml file with detailed description (of course in technical code but
>> still readable) of what that error is. One of the frequent errors is:
>>
>> 0x80000000000000
>>
>> If it were all zeroes, there is no error. I think 800.. means the file
>> was not found, most likely a driver. On that webpage there will be a
>> detailed description of various errors including the one above.
>>
>> In my case I was able to determine rather quickly that all files with
>> *usb* (with wildcats) characters in windows\inf numbered 20 in my system
>> where I could not make the connection. When I went to another system, in
>> the same folder I had 26 files. So, 6 files are missing. I also checked
>> Business Vista on the other partition and it also has 26 usb related
>> files. So I am planning to add those 6 files because that website clearly
>> stated that the inf file could no find certain file sit wanted.
>>
>> Does it make sense? It needs some time to set in though.
>>
>>
>> "Bill T." <> wrote in message
>> news:...
>>>I was reading about improving system performance by looking at events in
>>>Event Viewer, applying actions to correct events, then deleting them. My
>>>question is if i have a critical event that i found or any event for that
>>>matter, how do i figure out what caused the event and then what action to
>>>take to fix it? Is it ok to clear these events? Do i even need to worry
>>>about them anyway? Any info would be appreciated. Thanks

>>

>


 
Reply With Quote
 
John Bryntze
Guest
Posts: n/a

 
      01-09-2008
AlexB's posts are excellent, just wanted to add these:

Event Viewer logs can be filled with useless information but also include
warnings that your system might get unstable...and if you don't look into
these warnings your system could be unstable or even crash.
There is different entires, information is usually not so interesting, but
you have warnings and critical errors and those you should look up.

If you manage more than one Vista machine you can subscribe event and have
one as a master machine and forward specific entries from other machines into
your master machine, I wrote an article about that here:
http://john.bryntze.net/jbkb/index.p..._data_remotely


"Bill T." wrote:

> I was reading about improving system performance by looking at events in
> Event Viewer, applying actions to correct events, then deleting them. My
> question is if i have a critical event that i found or any event for that
> matter, how do i figure out what caused the event and then what action to
> take to fix it? Is it ok to clear these events? Do i even need to worry
> about them anyway? Any info would be appreciated. Thanks
>
>

 
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
Vista CAPI2 error in Events Viewer?? EW Windows Vista Performance 3 02-09-2008 07:58 PM
BUG: a lot of errors "Event ID 6003 winlogon" in Event Viewer BillD Windows Vista General Discussion 1 03-28-2007 03:39 PM
Event Viewer/Operational Events Sharee31 Windows Vista Performance 5 03-02-2007 03:03 PM
Import events into an app's event log? Ted Howard Windows Vista General Discussion 0 06-16-2006 03:14 AM
Import events into an app's event log? Ted Howard Windows Vista General Discussion 0 06-16-2006 03:14 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