What changes are needed when UiPath database is relocated to another MSSQL server instance?
Note: The article is relevant for all the Orchestrator versions except 2020.10 ones.
Make below change in IIS.
- On Orchestrator machine, open Command prompt and perform a ping on SQL Server. This is just to make sure SQL Server is being reached from Orchestrator machine
- Open IIS and select UiPath Orchestrator website. Then double-click on Connection Strings
- Double click on Default to open a window that contains database info
- Provide SQL Server details as needed
- Perform an IIS Reset
- Browse Orchestrator URL and make sure everything works as expected.
Studio and Robot does not interact with database at all, it is always Orchestrator.
However, if there are any workflows that use Database activities (UiPath.Database.Activities package) and connect to same database as Orchestrator, make changes to the workflow (connection string as show below) and re-publish the package to Orchestrator