Set up Healthcare Configuration Services and Databases - Hyland for Workday HCM - 1.0 - 1.0 - Ready - Other - external

Hyland for Workday HCM

Platform
Other
Product
Hyland for Workday HCM
Release
1.0
License

You are required to set up the Healthcare Configuration Services and databases to run Hyland for Workday HCM.

You require the following applications installed in the system:
  • Nuget.exe
    Note: The location of nuget.exe needs to be added to the PATH environment variable.
  • Microsoft .NET Windows Server Hosting Bundle 6.0 and above

To create a database for solution configuration and a corresponding configuration service in IIS:

  1. Install the Admin tool by running the following command:
    nuget install Hyland.Healthcare.Config.Provider.Admin -Version 1.1.0 –Source https://proget.onbase.net/nuget/Artifact/
  2. Create the Solution database.
  3. In the command line, change directory to the location of the Hyland.Healthcare.Config.Provider.Admin.<version> tool.
  4. In the following commands, provide the values for data source, user Id, and password to match your SQL Server instance:
    .\Hyland.Healthcare.Config.Provider.Admin.exe migrate -d "Data Source=DEV-031646\sql2k14developer;Initial Catalog=ConfigServiceDB_Solution;User Id=hsi;Password=wstinol;" -s "solution" -p "mssql"
    .\Hyland.Healthcare.Config.Provider.Admin.exe dbversion -d "Data Source=DEV-031646\sql2k14developer;Initial Catalog=ConfigServiceDB_Solution;User Id=hsi;Password=wstinol;" -s "solution" -p "mssql"
  5. Install the latest SDK file.
  6. Run the iisreset command for the changes to appear.
  7. To get the latest version of the Hyland.Healthcare.Provider.Host.Installer file, contact your Customer Administrator.
  8. Run the Hyland.Healthcare.Config.Provider.Host.Installer installer to create the Solution Configuration Service in IIS.
  9. Navigate to the location where the Solution Configuration Service was created in the IIS and provide the necessary permissions to the IIS_IUSRS users.
  10. Add the following command in the system.webserver section of the web.config file for the changes to reflect in the IIS application.
    <modules runAllManagedModulesForAllRequests="false">
                         <remove name="WebDAVModule" />
                  </modules>
    Note: Perform this step on the web.config files for both the system as well as the solution applications.
  11. Modify the appsettings.Production.json files for the IIS application.