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
Property | Type | Description |
---|---|---|
DisplayName | string | The display name of the service instance. |
InstalledDirectory | string | The path to the installed directory of the service instance. |
Datasource | string | The datasource of the service instance. |
TaskGroup | string | The task group of the service instance. |
SecondaryConfig | string | The secondary config of the service instance. |
InstitutionId | string | The institution id of the service instance. |
SensitiveParamFilePath | string | The sensitive param file path of the service instance. |
ServiceName | string | The service name of the service instance. |
ServiceDescription | string | The service description of the service instance. |
OnBaseCredentials | Credentials | The OnBase credentials of the service instance. |
WindowsCredentials | object | The Windows credentials of the service instance. |
ServiceStartOption | string | The 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