This key defines how long (number of minutes) the Data Governance service should wait for results from the Remote Executor before timing out. The Remote Executor is used to deploy and uninstall agents.
Configuration file | %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name | <appSettings> |
Setting | <add key="RemoteExecutor.WaitResultTimeout" value="5"/> |
Value |
Default: 5 minutes |
How to modify | Replace the value as required. |
Notes |
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 uninstall fails. To solve this issue, the timeout value for the agent service stop can be increased using this configuration setting. In addition, if you modify the timeout value here, you should also update the StartStopServiceTimout registry key to the same value. For more information, see Agent start/stop timeout (StartStopServiceTimeout). |