Hi all,
I looked at the logs in more detail and just before putting the error message I got :
Info [rpc] Loading options.
Info [rpc] Getting version of the deployment service. Failed.
Warning Failed to connect to Installer service on X.X.X.X:6160. Reason: Failed to check whether remote Installer service is available. at Veeam.Backup.ProxyProvider.CProxyRawDeployerService.TestConnection(String srvName, CCliVeeamDeployer veeamDeployer, WindowsIdentity identityForImpersonationOrNull)
Warning Access refused.
Warning RPC function call failed. Function name: [GetSvcVersion]. Target machine: [X.X.X.X:6160]. à VeeamProxyClient.GenerateComException(basic_string<char\,std::char_traits<char>\,std::allocator<char> >* excMsg, Int32 errHrCode)
next is a lot of info and the error.
So I started following the KB2065: RPC function call failed. Function name: [GetSvcVersion] (veeam.com) but everything is ok I have the VeeamDeploymentSvc.exe listening on 6160 :
Test-NetConnection -ComputerName "X.X.X.X" -Port 6160
TcpTestSucceeded : True
Do you think I need to redeployed the veam installer service ?