Following errors are shown on the SCSP console : "ELC_0002: Could not read event from NT event log: Security." & "ELC_0018: Event log 'Security' is corrupted - skipping xx events to recover."
There is a corrupted entry in the NT Event log on Windows, preventing SCSP from parsing the logs. You can clear events in an event log by using Event Viewer or by using the wevtutil command on a command line.
Start Event Viewer.
In the console tree, navigate to the event log you want to clear.
On the Action menu, click Clear Log .
You can either clear the event log or save a copy of the event log and then clear it.
To open a command prompt, click Start , type cmd in the Start Search box, and then press Enter .
Type the following command:
wevtutil cl <LogName> [/bu: <backup_file_name>]