Hi.
I want to change the login password for the SQL Server database configured for Orchestrator.
I changed the password for the connectionString in UiPath.Orchestrator.dll.config, but the following error occurs and Orchestrator does not start.
LedgerManagerSql::GetLedgerMessageAsync - component id := “WebhookSubscriber” instance id := “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” exception := "System.Data.SqlClient.SqlException (0x80131904): ユーザー ‘xxxxxxxx’ はログインできませんでした。
I have confirmed that I can use SSMS to log in to the database with the changed password.
I restarted IIS, but I can’t solve it.
What should I do if I change the password for the SQL Server database?