Configuring the Hyland Application Server - Governance Rules as a Service - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Governance-Rules-as-a-Service/Foundation-24.1/Governance-Rules-as-a-Service/Governance-Rules-as-a-Service/Installation-and-Configuration/Configuring-the-Hyland-Application-Server - 2024-11-04

Governance Rules as a Service

Platform
OnBase
Product
Governance Rules as a Service
Release
Foundation 24.1
License
Premier
Standard
Essential

In addition to standard configuration of your Hyland Application Server, specific settings must be configured to use Retention Connector.

In the Application Server's web.config file, locate the <connectionStrings> element and configure the following:

  • Set the name value to the name of the data source used for your ADO.NET connection.
  • Set the connectionString value to the ADO.NET connection string. Ensure the connection string name matches the tenant name in rm.config.json.
    Note: For the Encrypt value within the connectionString, only legacy encryption values are supported. This means that True and False are the only accepted values. You cannot set the connection string to have an Encrypt value of Optional or Mandatory.
  • Set the providerName value to the database type used for the ADO.NET connection.

In the Application Server's web.config file, locate the <appSettings> element and configure the following:

  • Set the dmsdatasource value to your data source.
  • Set the AppServerOrigin value to your Application Server path.
  • Set the owin:AutomaticAppStartup value to true.
  • Set the endpoints:GovernanceRulesAsAService value to true.

For more information on configuring the Application Server, see the Application Server documentation.