I'm running Veeam Backup & Replication 9.5.0.711 on a backupserver with
Windows Server 2016 Standard.
The job ESXI_admin gives the error:
Error: Host with id 'ce4b228d-7b21-4761-9a1c-4ff9f372955f' was not found
I tried looking at the database VeeamBackup, the tables dbo.Folder_Host and
dbo.Hosts but can not find the ID given above.
I can not edit the job because I'll get a critical error with the same
errormessage.
How can I easily solve this issue?
SupportID: 00788324
-
- Novice
- Posts: 5
- Liked: never
- Joined: Jul 10, 2018 9:59 am
- Full Name: Steven Vangeel
- Contact:
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Error: Host with id '...' was not found
Just a wild guess - have you recently added new host to your virtual environment (say, to cluster)? If so, have you re-scanned vCenter afterwards? Thanks.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Dec 07, 2018 12:09 pm
- Full Name: Ronny
- Contact:
Re: Error: Host with id '...' was not found
Hallo stevenvangeel,
please look in the Table "BackupProxies" and check all 'host_id' with Powershell on your Veeam Server
when the return is empty you can delete this with
This solve this Problem by me.
Regards
Ronny
please look in the Table "BackupProxies" and check all 'host_id' with Powershell on your Veeam Server
Code: Select all
Get-VBRServer | select * | Where-Object {$_.id -like 'ce4b228d-7b21-4761-9a1c-4ff9f372955f'}
Code: Select all
Delete FROM [VeeamBackup].[dbo].[BackupProxies] where host_id = 'ce4b228d-7b21-4761-9a1c-4ff9f372955f'
Regards
Ronny
Who is online
Users browsing this forum: Bing [Bot] and 90 guests