应用程序事件日志超出允许的最大计数

发布于 2024-12-13 10:34:05 字数 152 浏览 2 评论 0原文

不知何故,应用程序事件日志计数最终达到 18,446,744,073,709,551,499。当我想使用事件查看器查看事件时,这会导致 MMC 管理单元失败,并给出 System.OverflowException(值对于 Int64 来说太大或太小。)。有什么想法,或者我应该清除日志吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

塔塔猫 2024-12-20 10:34:05

如果您在日志已满时激活覆盖旧事件日志的选项,也许会有所帮助。这应该可以防止您在达到限制时丢失最新的日志条目。

要激活,请导航至事件日志并转到其设置。如果日志已满,您可以在其中找到覆盖旧条目的选项。

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.

满地尘埃落定 2024-12-20 10:34:05

在清除应用程序日志之前,我首先尝试“将所有事件另存为...”,但它生成的文件是空的。

然后,我将 C:\Windows\System32\winevt\Logs\Application.evtx 复制到我的桌面,该文件确实正确打开。不是很好,但对于我的需求来说是一个可以接受的解决方法。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文