Why Does My Virtual Account Fail After a Computer Password Change?

0
5
Asked By MaverickFox27 On

I've got a service running as a virtual account (specifically NT Service\MSSQLSERVER), and recently, after my computer changed its account password, the service failed to authenticate with the domain controller, according to our logs. I couldn't even connect using Windows Authentication in SQL Server Management Studio. The strange part is that after restarting the service, everything worked again. Why did this happen? Shouldn't virtual accounts automatically pick up the new password?

3 Answers

Answered By CompSciNerd88 On

Actually, a virtual account should automatically detect the new password. There’s usually an automated process in place for this. Has this happened multiple times, or was it just once? What operating system is running this setup?

Answered By AdminHero007 On

If it's happening on a Windows Server 2019 with SQL 2016, it's odd. Normally, a password change in Active Directory means no action is needed if everything is working correctly. Have you tried replicating this issue?

Answered By CuriousTechie42 On

When a computer's machine password changes, it's typically necessary to restart services to recognize the new password. A reboot is often performed after changing the computer machine password. This is standard behavior.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.