Pregunta

Somehow, the Application Event log count ended up to 18,446,744,073,709,551,499. This causes MMC snap-in to fail when I want to see the event using Event Viewer, giving a System.OverflowException (Value was either too large or too small for an Int64.). Any thoughts, or should I just clear the log?

¿Fue útil?

Solución

Maybe it helps if you activate the option to override old eventlogs when the log is full. This should prevent you from loosing the newest log entries when reaching the limit.

To activate navigate to your eventlog and go to their settings. There you find an option to override old entries if the log is full.

Otros consejos

Before clearing the Application log I first tried "Save All Events As...", but the file it produced was empty.

I then copied C:\Windows\System32\winevt\Logs\Application.evtx to my desktop and that file DID open correctly. Not great, but an acceptable work-around for my needs.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top