Getting 'specified network password is not correct' when trying to change password

I have resolved it. Below is what I did and what fixed it.

  1. Ran "net user /domain " and made sure the account was still active and not locked or expired. (The account was active and healthy)
  2. Restarted the workstation. (The only thing it proved was the password was correct and I managed to log on successfully)
  3. Waited for couple of hours. (Sometimes you just have to be patient.)

After doing all of the above, the issue still remained. In the end, it was the action below that resolved it:

I went to the Services mmc snap-in under Control Panel -> Administrative Tools instead of SQL Server Configuration Manager. Changed the password there and started the SQL Server service successfully. Repeated the steps for SQL Agent.

It worked but I am still puzzled why it worked in Services but not in SQL Server Configuration Manager. Active Directory vs WMI? Anyone?


I was also able to get the SQL Agent Service to start using the Services mmc snap-in. I first used the Browse button to reselect the account and noticed that the Service did not return the pre-Windows 2000 Logon on name, the SQL Server Configuration Managers return the pre-Windows 2000 login name.

When I went back to the SQL Server Configuration Manager and opened the SQL Agent configuration, I noticed that it now contains the post-Windows format of the login name (@).

I'm running Windows Server 2012 and SQL Server 2012 and the older format (\) does not work when using SQL Server Configuration Manager.

Tags:

Sql Server