I had a different experience after upgrading, where I could not run the console. During install it said it could start the Veeam backup service, and gave an option to continue without starting it (retrying did not help). Then when I started the Veeam Backup and Replication Console, it wouldnt start with an error of actively refused the connection. I looked in the error logs and saw an error code 110 in the Windows error logs saying the below two errors.
After googl'ing, I came across this post and looked at the Packages folder and the install failed to copy some packages to the folder. I then grabbed all the packes from the ISO and pasted them into the packages folder on the server, and the backup server was able to start the service. All good now.
Hope this helps as well. And while running the VeeamDistributionsSVC.msi did not help me (the services were there), it did lead me in the right direction. Thanks Chris Childerhose.
Service cannot be started. System.Exception: Failed to open MSI database 'C:\Program Files\Veeam\Backup and Replication\Backup\Packages\VeeamTape.msi'. Error code: 110.
at Veeam.Backup.ProxyProvider.CMsiDatabase.Open(String msiFilePath)
at Veeam.Backup.ProxyProvider.CMsiHelper.GetVersion(String msiFilePath)
at Veeam.Backup.Core.CHostComponentsHelper.ResolvePkgDistribInfos()
at Veeam.Backup.Core.SDistribsInfo.ResolveImpl()
at Veeam.Backup.Core.SDistribsInfo.get_Info()
at Veeam.Backup.Core.CHostComponentsHelper.UpdateUpgradeStatus()
at Veeam.Backup.ServiceLib.CVbServiceImpl..ctor(CVbEnvironment env, CTerminationMediator terminator)
at Veeam.Backup.Service.CVeeamBackupSvc.OnStart(Stringv] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
And...
Service cannot be started. System.Exception: Failed to open MSI database 'C:\Program Files\Veeam\Backup and Replication\Backup\Packages\VeeamHvIntegration.msi'. Error code: 110.
at Veeam.Backup.ProxyProvider.CMsiDatabase.Open(String msiFilePath)
at Veeam.Backup.ProxyProvider.CMsiHelper.GetVersion(String msiFilePath)
at Veeam.Backup.Core.CHostComponentsHelper.ResolvePkgDistribInfos()
at Veeam.Backup.Core.SDistribsInfo.ResolveImpl()
at Veeam.Backup.Core.SDistribsInfo.get_Info()
at Veeam.Backup.Core.CHostComponentsHelper.UpdateUpgradeStatus()
at Veeam.Backup.ServiceLib.CVbServiceImpl..ctor(CVbEnvironment env, CTerminationMediator terminator)
at Veeam.Backup.Service.CVeeamBackupSvc.OnStart(Stringr] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)