Change the password for the SQL Server database

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?

1 Like

I found the cause.

In addition to UiPath.Orchestrator.dll.config, I also had to modify two files:

Identity \ appsettings.Production.json
Webhooks \ appsettings.Production.json

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.