An existing connection string for an instance of the Unity Scheduler Service can be deleted using the /deleteconnect command line with its associated parameters. The command prompt must be run under Administrative privileges.
The following is an example of the command line:
"[path]\Hyland.Core.Scheduler.NTService.exe" /deleteconnect -obd="data source name"
When deleting a connection string from 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.
Parameter |
Description |
---|---|
-obd |
Name of the ADO.NET connection string configured as the data source. Note:
This parameter is required. Example: -obd="data source name" |