Modifying the Database Names - Installation and Update - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external

Hyland RPA Installation

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