Create this registry key on the Data Governance server to specify the amount of time (in seconds) to wait for an agent service to start or stop before timing out.
Location | Registry |
Path |
HKEY_LOCAL_MACHINE\SOFTWARE\One Identity\Broadway\Server\AgentDeployment NOTE: The AgentDeployment subkey does not exist by default and will need to be created. |
Value name | StartStopServiceTimeout |
Value type | REG_DWORD |
Value |
Maximum amount of time, in seconds, before an agent start/stop times out. The default is 300 seconds. |
Note |
During an agent uninstall, the Data Governance server sends a command to stop the agent service and then waits for the service to stop. If the agent service takes a long time to shut down, the unistall fails. To solve this, the timeout value for the agent service stop can be increased using this registry key setting. In addition, if you modify the timeout value here, you should also update the RemoteExecutor.WaitResultTimeout configuration setting to the same value. For more information, see RemoteExecutor.WaitResultTimeout. |