Service Instances

Configuring Service Locations.

Setup any number of Unity Scheduler Service instances in the configuration file. The bases cli alows you to add as many as you need, and they will setup after the module is finished installing. It's important to remember that service instances that are tied to a specific task group will only be setup if the task group already exists.

Parameters

PropertyTypeDescription
DisplayNamestringThe display name of the service instance.
InstalledDirectorystringThe path to the installed directory of the service instance.
DatasourcestringThe datasource of the service instance.
TaskGroupstringThe task group of the service instance.
SecondaryConfigstringThe secondary config of the service instance.
InstitutionIdstringThe institution id of the service instance.
SensitiveParamFilePathstringThe sensitive param file path of the service instance.
ServiceNamestringThe service name of the service instance.
ServiceDescriptionstringThe service description of the service instance.
OnBaseCredentialsCredentialsThe OnBase credentials of the service instance.
WindowsCredentialsobjectThe Windows credentials of the service instance.
ServiceStartOptionstringThe service start option of the service instance, accepts 'Auto', 'Manual' or 'Disabled'.
- InstalledDirectory: E:\Program Files\Hyland\Services\Unity Scheduler
  DisplayName: Hyland Scheduler Service for Workflow Timers
  Datasource: OnBase
  TaskGroup: Workflow
  SecondaryConfig: 
  InstitutionId: 
  SensitiveParamFilePath: 
  ServiceName: Hyland Scheduler Service (Workflow)
  ServiceDescription: Scheduler Service running workflow timers for OnBase
  OnBaseCredentials:
    Username: SERVICE
    CredentialType: OnBase
    BasesKey: g9U2YZ6wryI+R+DgwlNhigPqawWuiN6UfObaa7LKZeg=
  WindowsCredentials:
    Username: administrator
    CredentialType: ActiveDirectory
    BasesKey: +hQn8J1WLA3zAyUxh5M1YfEUQa4R8FzvGpt1vP75pGg=
  ServiceStartOption: Auto