Tuesday, March 22, 2011

Fix "The Event Log is Full" Error in Windows XP

 You might be working on a project for work when you suddenly get a strangest error: “The Event Log is Full”. By default Windows XP doesn’t automatically overwrite events less than 7 days old from the event log, so when it’s full, most applications that try and write to the event log are going to break.

We can easily fix this problem by changing the event log to overwrite old events regardless of the date, or just increase the size.


Increasing Event Log Size
  • Open up Event Viewer by typing in eventvwr into the Start--> Run box--> or you can find it under Administrative tools section of Control Panel.

  • You’ll notice over on the right-hand side of the window that the current size of my Application and System Event Logs are 512 KB.
  • Now you can right-click on one of the Event Logs in the list, and choose Properties from the menu.
  • In this dialog you can do a number of things--> you could clear the log--> increase the size--> or just set the system to overwrite events as needed.
  • For those of you using Windows Vista, you’ll notice that the default settings in Vista are to overwrite as needed, and the maximum size is way bigger.
Again, if your Application or System event logs are growing so gigantic that you are getting this error, you should really look into the root cause by carefully examining the entries in the logs.

No comments:

Post a Comment

Search This Blog