An existing instance of the Unity Scheduler Service can be updated using the /update command line with its associated parameters. The /update command line can be used to change the OnBase credentials a Service instance uses, the name of the associated data source, or the Task Group Name.
Required parameters are added to the /update command line, as shown here:
"[path]\Hyland.Core.Scheduler.NTService.exe" /update -sn="service name" -obu="service account name" -obp="service account Password" -obg="task group name"
Optional parameters are added to the /update command line with the other required parameters, as shown here:
"[path]\Hyland.Core.Scheduler.NTService.exe" /update -sn="service name" -obu="service account name" -obp="service account Password" -obg="task group name" -obi="OnBase Institution ID"
When updating the Unity Scheduler Service using the command line, you must configure the settings of the Service by using the parameters listed in the following table. If an optional parameter is not included, the default value is configured for that parameter, if available.
Parameter |
Description |
---|---|
-sn |
Service name. Note:
This parameter is required. Example: -sn="My 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="Service Account" |
-obp |
OnBase Service Account password. Note:
This parameter is required and is case sensitive. Example: -obp="Password" |
-obi |
The ID of the Institution. Note:
This parameter is only required if using the Unity Scheduler Service with Institutional databases. Example: -obi=" OnBase Institution ID" |
-obg |
Task Group name. Note:
If not specified, the default value of this parameter is <Unassigned>. Example: -obg="Production" |