New SQL password now cannot connect to Sitefinity
Good day,
Recently we had to change the password for the sa account (MSSQL 2008R2). Now that is has been changed when anyone tries to login we get the following error:
[SQLException: Login failed for user 'sa'.]
.......
[AuthorizationException: Login failed for user 'sa']
If I go to SQL Server Management I have no problem logging into the database with the sa account
Thanks,
Rob
Hi Rob,
Can you verify that you have changed the password in Sitefinity as well, so that the system can properly authorize to the SQL server? The connection string can be found in the App_Data/Sitefinity/Configuration/DataConfig.config file or the webconfig depending on your project.
Greetings,
Victor Velev
the Telerik team
Hi Victor,
I remembered I had to supply the SA password when we installed Sitefinity but didn't know where to change now. Changed it in the dataconfig.config file and that did the trick.
Thanks for the help,
Rob