タイトルの件、よくあるので発生する度に追加していきます。
パスワードの入力ミス
以下メッセージが出るので分かりやすいです。
*Login failed. The username or password supplied were not valid. Please try again
SQL Server Agentが上がっていない
以下メッセージが出た場合はパスワードは合っているものの別の箇所で失敗しています。
Login failed. An internal or connection error occurred
詳細のエラー文は以下
System.NullReferenceException: オブジェクト参照がオブジェクト インスタンスに設定されていません。 場所 BluePrism.AutomateAppCore.Auth.RoleSet.Add(String roleName) 場所 BluePrism.AutomateAppCore.clsServer.GetUserRolesInto(clsDBConnection con, User user) 場所 BluePrism.AutomateAppCore.clsServer.AttemptLogin(clsDBConnection con, String username, SafeString password) 場所 BluePrism.AutomateAppCore.clsServer.LoginAttempt(clsDBConnection con, String username, SafeString password)
試行錯誤の中でSQL Server Configration ManagerのSQL Server Agent (MSSQLSERVER)がStopしていたのでStartしたらログインできました。
今後も色々ありそうなので追記していきます。