The installation scripts use default database names that
you can modify according to your requirements.
- In Internet Information Services (IIS) Manager, stop the server.
-
To rename the
Heart database:
- In SQL Server Management Studio, rename heart_local database to for example Hyland.RPA.Heart.
- From the RPA Installation Directory\Heart, open appsettings.json with a text editor.
- Search for the line beginning with "ConnectionString": "Server=database;Database=heart_local;
- Change heart_local to the new database name, in this example Hyland.RPA.Heart.
- Save and close the file.
- From the RPA Installation Directory\Analytics, open appsettings.json with a text editor.
- Search for the line beginning with "HeartConnectionString": "Server=database;Database=heart_local;
- Change heart_local to the new database name, in this example Hyland.RPA.Heart.
- Save and close the file.
-
To rename the
Identity database:
- In SQL Server Management Studio, rename identity_local database to for example Hyland.RPA.Identity.
- From the RPA Installation Directory\Identity, open appsettings.json with a text editor.
- Search for the line beginning with "ConnectionString": "Server=database;Database=identity_local;
- Change identity_local to the new database name, in this example Hyland.RPA.Identity.
- Save and close the file.
-
To rename the
Policy database:
- In SQL Server Management Studio, rename policy_local database to for example Hyland.RPA.Policy.
- From the RPA Installation Directory\Policy, open appsettings.json with a text editor.
- Search for the line beginning with "ConnectionString": "Server=database;Database=policy_local;
- Change policy_local to the new database name, in this example Hyland.RPA.Policy.
- Save and close the file.
-
To rename the
Repository database:
- In SQL Server Management Studio, rename repository_local database to for example Hyland.RPA.Repository.
- From the RPA Installation Directory\Repository, open appsettings.json with a text editor.
- Search for the line beginning with "ConnectionString": "Server=database;Database=repository_local;
- Change repository_local to the new database name, in this example Hyland.RPA.Repository.
- Save and close the file.
- In Internet Information Services (IIS) Manager, expand the server you want to manage.
- In the left pane, select Application Pools.
- In the middle pane, right-click the API service and then click Stop.
- Right-click the API service again and then click Start.