Posted On March 31, 2019

Fix: Error”The security log on this system is full”

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Fix: Error”The security log on this system is full”
This may be followed by “The terminal server has exceeded the maximum number of allowed connections” error. Resolution is as follows: http://support.microsoft.com/kb/867860
 
  1. Click Start, point to All Programs, point to Administrative Tools, and then clickEvent Viewer.
  2. Right-click Security, and then click Properties.
  3. In the Log Size area of the Security Properties window, click the Overwrite events as needed option under When maximum log size is reached.
  4. Click OK.
  5. Close Event Viewer.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Quick 1-liner: Raise Domain Functional Level from 2003 to 2012 R2

This command is required to enable 2012R2 functional level (group policy replication) adprep /domainprep /gpprep…

Run mmc with elevated domain administrator permissions

Method 1: Create a link with this path C:\Windows\System32\runas.exe /profile /env /user:[domain]\[user] "cmd /c mmc…

Sample Multi-Site Metadata

SimpleSAML PHP module requires that each site to be configured with a $metadata entry. Below…