Installing and Running the Hyland Office Integration Services Configuration Utility - Microsoft 365 Hyland Outlook Office Add-In - 1.0 - 1.0 - Other - external

Microsoft 365 Hyland Outlook Office Add-In

Platform
Other
Product
Microsoft 365 Hyland Outlook Office Add-In
Release
1.0
License

The Hyland Office Integration Services (HOIS) Configuration Utility is used to set up the database to be used by the HOIS service. The HOIS Configuration Utility is also used to add initial configurations for HOIS that cannot be done in the Administration Configuration page for the Microsoft 365 Hyland Outlook Office Add-In.

To install and use the HOIS Configuration Utility:

  1. Create an empty database for the HOIS. This database can be a SQL or Oracle database.
  2. Download the HOIS Configuration Utility files from Hyland Community.
  3. Update the appsettings.json file for the HOIS Configuration Utility.
    1. Open the config folder located in the installation file directory for the HOIS Configuration Utility.
    2. Open the appsettings.json file in a text editor such as Notepad.
    3. Set ConnectionString to the connection string to the previously created HOIS database.
    4. Set DataProvider to MSSQL if the HOIS database is using Microsoft SQL or ORACLE if the HOIS database is using Oracle.
    5. Save and close the appsettings.json file.
  4. Place the installation files on a computer that has access to the HOIS database.
  5. Open a Command Prompt window with administrative privileges.
  6. Enter the command ./Hyland.Office.Integrations.Services.Configuration.dll update.
  7. Press Enter.
    The command runs and adds tables to the HOIS database.
  8. Enter the command ./Hyland.Office.Integrations.Services.Configuration.dll addTenant --TenantName '[Name]' --McaUrl '[URL]' where [Name] is the tenant associated with your Hyland IdP server and [URL] is the URL associated with your MCA API.
  9. Press Enter.
    The command runs and adds the tenant to the HOIS database.
  10. Enter the command ./Hyland.Office.Integrations.Services.Configuration.dll addGroups --Groups '[AdminGroup1]:[AdminGroup2]' --TenantName '[Name]' where [AdminGroup] is an administrative group you would like to access the Administration Configuration page and [Name] is the tenant associated with your Hyland IdP server.
  11. Press Enter.
    The command runs and allows users within the entered administrative groups access to the Administration Configuration page.
  12. Close the Command Prompt window.
  13. Repeat the Command Prompt steps on each computer accessing the HOIS database.