Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
shapper
Constraint Violating Yak Guru
450 Posts |
Posted - 2010-05-31 : 21:31:11
|
| Hello,I configured a SQL Server to remote connections and I have thefollowing connection string: <connectionStrings> <addname="WA.Tasks.Domain.Properties.Settings.WATasksConnectionString" connectionString="Data Source=xxx.xx.xxx.xx\SQLEXPRESS;Initial Catalog=WATasks;User Id=wa;Password=wa1111;" providerName="System.Data.SqlClient" /> </connectionStrings>I added a login and set the SQL Authentication.Then I set this login as db_Owner and public for that database.But I keep having the error:Login failed for user 'wa'. Reason: The password of the account mustbe changed.Description: An unhandled exception occurred during the execution ofthe current web request. Please review the stack trace for moreinformation about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Login failedfor user 'wa'. Reason: The password of the account must be changed.What is wrong?I tried everything I could think of but I can't find a solution.I change the password and the same happens ... The password iscorrect.Please, what am I doing wrong?Thank You,Miguel |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-06-01 : 02:05:02
|
Please try to logon as user "wa" with your Management Studio and change the password there.I have googled and that seems to be the easiest solution. No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
basicconfiguration
Constraint Violating Yak Guru
358 Posts |
Posted - 2010-06-08 : 01:06:22
|
| Why is not working I like to know. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|