質問

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?

役に立ちましたか?

解決

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.

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top