Saturday

Code - The source was not found, but some or all event logs could not be searched. Inacessible logs: Security


This is a typical error happens only when the log source or name is not already registered on the machine/server and when the application in question tries to write to Application/Event Logs.

Solution:
  • Start the command prompt under admin credentials on the server/machine where error is being thrown

  • Type the following command in the command prompt and replace the text in quotes: 


eventcreate /ID 009 /L Application /T INFORMATION /SO SourceName /D "<My first log>"

No comments:

Post a Comment

Your comments are highly appreciated!