Fivetran HVR Service Missing After Windows OS Upgrade
Issue
After upgrading the server from Windows Server 2019 to Windows Server 2022 Standard, the Fivetran HVR service no longer appears in the Windows Services Manager. However, the HVR executables are still present.
Environment
- HVR 6
- Server OS: Windows Server 2022, upgraded from Windows Server 2019
- Applies to HVR hub and agent installations
Resolution
To resolve this issue, re-register the HVR service from the command line:
- On the affected server, open a command window as an administrator.
- Change to the HVR
bindirectory, typicallyHVR_HOME/bin. - Run the command for the affected server role:
- For the HVR Hub server, run hvrhubserver with the
-acsflag:hvrhubserver -acs - For the HVR Agent server, run hvragentlistener with the
-acsflag and the original agent listener port, if different from4343:hvragentlistener -acs 4343
- For the HVR Hub server, run hvrhubserver with the
For more information, see Installing HVR Agent and Upgrading HVR Agent.
Cause
During a Windows OS upgrade, Windows may remove third-party services registered with the Service Control Manager. This can remove the registered Fivetran HVR service while leaving the HVR installation files intact.