The following components require a valid license key:
- Hyland RPA Conductor
- Hyland Login Service
Hyland RPA Conductor
For information on how to activate and manage Hyland RPA Conductor, see About the License View in the Hyland RPA Manager documentation.
Hyland Login Service
The license management logic of the Hyland Login Service is quite similar to the steps required for the Hyland RPA Conductor. To maintain a license key, open the AM.LoginService.Host.exe.config using your Notepad. The config location is inside the Hyland Login Service base directory (for example,, C:\AnotherMonday\AM-Ensemble\LoginService).
Search for the LicenseKey. The entry to search for looks like this:
<appSettings> <add key="LicenseKey" value="XXXXX-XXXXX-XXXXX-XXXXX"/> </appSettings>
Maintain the provided license key and save the config file. The Hyland Login Service will validate your license during start-up. In addition, a client with IdentExpression %COMPUTERNAME% will be created in your database, if not yet created. If you want to know more about how you can manage license activations for the Hyland Login Service, see About the License View in the Hyland RPA Manager documentation.