The documentation for creating a Unity Scheduler Service can be found in the Unity Scheudler Module Reference Guide. For creating the Scheduler Service, you must include the -obg parameter so that the timers picks up the appropriate scheduler service.
A sample command line execution is shown here:
"[path]\Hyland.Core.Scheduler.NTService.exe" /create -sn="service name" -
obu="service account name" -obp="service account password" -obd="connection
string name" -obg="task group name" -dn="display name" -desc="description"
Parameter | Description |
---|---|
-sn | Service name. Note: This parameter is
required.
Example: -sn="Encompass Scheduler" Note: The Unity Scheduler Service instance will have
_UnityScheduler affixed to the end of the service
name
|
-obu | Name of the OnBase Service Account that will execute Tasks. Note: This parameter is required.
Example: -obu=”Scheduler-Service” |
-obp | OnBase Service Account password. Note: This
parameter is required and is case sensitive.
|
-obd | Name of the ADO.NET connection string as configured as the data
source. Note: This parameter is
required.
Example: -odb=”OnBase” |
-obg | Task Group Name. For the default configuration, this must have a
value of Encompass Integration. Example: -obg=”Encompass Integration” |
-dn | Unity scheduler service display name. Note: if
not specified, the default value of this parameter is the same as
the service name specific with the -sn parameter.
Example: -dn=”Hyland Encompass Integration Scheduler” |
-desc | Description of the service. Note: If not
specified, the default value of this parameter is
LocalSystem.
Example: -desc=”Scheduler for the Hyland Encompass Integration” |