Guest User

Untitled

a guest
Nov 21st, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Login failed for user 'SQLAdminUser'
  2.  
  3. <login_information><error_code>18456</error_code><error_state>113</error_state></login_information>
  4.  
  5. $sqlConnection = New-Object System.Data.SqlClient.SqlConnection "Server=tcp:lyftue1prd-sql1.database.windows.net,1433;Initial Catalog=SitesEE;Persist Security Info=False;User ID=SQLAdminUser;Password=[password]"
  6. $sqlConnection.Open()
  7.  
  8. Exception calling "Open" with "0" argument(s): "Login failed for user 'lyftue1prdSQLAdmin'."
Add Comment
Please, Sign In to add comment