
Veeam Backup and Replication is comprehensive data protection and disaster recovery solution which is capable of creating image-level backups of virtual, physical servers, cloud machines, and restoration as well. You may encounter the following errors when installing the Veeam backup and replication tool “VEEAM service is unable to start, error 1064: An exception occurred in the service when handling the control request”.
Here are some related articles: How to migrate Veeam MsSQL Database to a new MsSQL Server, Cloud Protection Manager:How to recover backup via N2WS Veeam CPM, Advantage of using a 3rd party software for Backup (N2WS by Veeam) over AMI, how to recover backup via N2WS Veeam CPM, how to implement N2WS Veeam Cloud Protection Manager (CPM 2.3.0d), how to stop Windows backup job via the Windows Server Backup utility(Wbadmin), how to setup Windows server backup and create backup jobs, and how to create a HyperV checkpoint.
If you are here reading this troubleshooting guide "new Veeam Backup server but then Veeam won’t start", this means you must have recently installed Veeam Backup and Replication Server or must have recently upgared it. As you can see from the images below, these are some errors I encountered while installing Veeam Backup and Replication in my lab enviornment. Because I do not want to create a dedicated article for each problem as they are similar, I decided to group them as shown below. Here is an article on how to install and configure Veeam Backup and Replication 11 Community Edition.
Note: The following errors in itself do not make sense "Failed to start service / connect to Veeam" and "connection refused". This is not a connection or firewall issue as well. Please continue reading to learn how I resolved these issue. To fix this, you may want to review the Veeam logs and the event viewer for more information". Here is the the to the log file C:\ProgramData\Veeam\Setup\Temp



Veeam Service Startup Error and Registry Keys
Because of this error, you will also notice that most Veeam services are not running. Also, the SQL Server Express was stopped at this moment. Therefore, the error “Remoting Channel Sink UriNotPublished. RequestUri is ‘/VeeamService’ simply means the Veeam Service has not started yet
“. To fix these issues, ensure the following registry keys have your server name and the SQL instance and Veeam database name are correct in the windows registry. If everything is fine here just as it is in my case, please proceed to the steps below. Below are the registry keys that need to be verified.
HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication\SqlInstanceName HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication\SqlServerName HKLM\SOFTWARE\Veeam\Veeam Backup Catalog\CatalogSharedFolderPath


Also, try to ensure the Veeam Backup and Replication services and the database services are running. If you get an error as shown below while trying to start any of the services, please proceed to the recommended solution below.


Recommended solution: From my log reviews and programs installed on my Server, It seems Veeam Backup and Replication was not correctly installed as I never got any installation success message. Also, these updates were missing and therefore, Veeam installation failed.
–I will have to repair the installation
. To do this, run the Veeam setup.exe file again as shown below.

This will open the Veeam Backup and Replication window. Click on install Veeam Backup and replication.

You will now be prompted with the maintenance mode window. Select Repair and click on Next to continue

Service Account Configuration for Veeam
Specify your service account. Veeam recommends using the local system account, but you can create your own service again due to security reasons.

The repair process will start as shown below. In between you will be asked to apply updates, please apply these updates and continue.

As we can see, the installation has succeeded.

As you can see below, all services have been started successfully. See this article on how to install and configure Veeam Backup and Replication 11 Community Edition.

Henceforth, Veeam backup and Replication should work as expected. Start the Veeam Backup and Replication Console: From the Start menu, select Apps > Veeam > Veeam Backup & Replication Console. Alternatively, to access the Backup and Replication console, open Veeam using the Veeam Backup and Replication Console shortcut created on your desktop and click on connect as shown below.

If you wish to uninstall Veeam Backup and Replication from your server, please follow the steps discussed in this link.
I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.