To allow for Unified Type mapping, the Hyland Healthcare Configuration Utility Server must be configured to connect to the Hyland Healthcare OnBase Adapter.
To add connection information for the Hyland Healthcare OnBase Adapter to the Hyland Healthcare Configuration Utility Server:
-
Open the appsettings.Production.json file from the Hyland Healthcare Configuration Utility Server installation directory.
In a default installation, the directory is C:\Program Files\Hyland\HylandHealthcareConfigUtilityServer.
-
In the Adapters array under Settings, add an object for the Hyland Healthcare OnBase Adapter.
The object must include the Name and Url settings. For example:
"Adapters": [ { "Name": "", "Url": "" } ],
-
Configure the following settings:
Setting
Description
Name
This value must match the SourceId value defined in the appsettings.Production.json file for the Hyland Healthcare OnBase Adapter.
Url
The URL of the Hyland Healthcare OnBase Adapter.
For example, if the server host is my.server.net and the OnBase Adapter application is named HylandHealthcareOnBaseAdapter in IIS, then the value is as follows:
https://my.server.net/HylandHealthcareOnBaseAdapter
- Save the appsettings.Production.json file.
- Recycle the Hyland Healthcare Configuration Utility Server application pool.