This Error Show to me when i want to see the Properties of SQL Server Agent to my instance
troubleshoot this Error
- go to Start >>>> Run >>>>> Write (Regedit)
- HKEY_LOCAL_MACHINE >>>>SOFTWARE>>>>MICROSOFT>>>>MICROSOFT SQL SERVER >>>> (YOUR INSTANCE NAME)>>>>SQLSERVERAGENT >>>>double click on SQLSERVERAGENT
- search in the right list on file name (ErrorLogFile) if you found it right click >>>>> Modfiy >>>>> Check the path in ValueData is true this path
- if you not found this file (ErrorLogFile)
- right click on SQLSERVERAGENT >>>>>New >>>> String Value
- Rename the file will Create to (ErrorLogFile)
- thengo to C: Drive >>>> Programme File >>>>Microsoft SQL Server >>>> (Your Instance Name) >>>>MSSQL >>>>Log >>>>SQLAGENT.OUT
- then take this path and go to the file (ErrorLogFile) in the reigistration
- then right click >>>> Modify >>>> put the path in Value Data . then ok
- try now to open your SQL AGENT Properties .
Thank you ! It’s working 🙂
LikeLiked by 1 person