This happens when user ‘NT AUTHORITY\SYSTEM’ local group does not have access to SQL Server and some service is trying to access SQL Server using this account.
To Trace out which services is causing this issue, first you will have to run the profiler. We do not require all the events, so we can apply the filter for profiler to capture only “Audit Login Failed” event class.
The results of profiler are below
With this data we can conclude that it is coming from SQLsafe application.
But from which process this is coming?
For this now we have to check the ClientProcessID column in the profiler results i.e. 5316 from the profiler results.
Now, when we check in the task manager of the server, PID 5316 is allocated for “SQLSafeBackupService.exe”
If PID is not visible in the processes Tab of TaskManager then go to “view” option and click on “Select Columns”. And choose PID (Process Identifier)
Now if we go to “services.msc” and check for the logon account of this service we see that this is running under “Local System” account.
Once the Logon account is changed to some service account which has access to SQL Server, then the error stops.
2 comments:
Liên hệ Aivivu, đặt vé máy bay tham khảo
vé máy bay đi Mỹ giá rẻ 2021
mua vé máy bay từ mỹ về việt nam
cách đặt vé máy bay từ nhật về việt nam
chuyến bay từ đức về hà nội hôm nay
giá vé máy bay từ canada về Việt Nam
Lịch bay từ Hàn Quốc về Việt Nam tháng 7
ve may bay chuyen gia nuoc ngoai
Đặt vé tại phòng vé Aivivu, tham khảo
kinh nghiệm mua vé máy bay đi Mỹ giá rẻ
vé máy bay từ mỹ về việt nam hãng korea
mua vé máy bay từ đức về việt nam
vé máy bay nga về việt nam
giá thuê máy bay từ anh về việt nam
chuyến bay từ châu âu về việt nam
vé máy bay cho chuyên gia nước ngoài
Post a Comment