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.