Comprehensive data protection for all workloads
Post Reply
stevenvangeel
Novice
Posts: 5
Liked: never
Joined: Jul 10, 2018 9:59 am
Full Name: Steven Vangeel
Contact:

Error: Host with id '...' was not found

Post by stevenvangeel »

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
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Error: Host with id '...' was not found

Post by veremin »

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.
Angel-DD
Lurker
Posts: 1
Liked: never
Joined: Dec 07, 2018 12:09 pm
Full Name: Ronny
Contact:

Re: Error: Host with id '...' was not found

Post by Angel-DD »

Hallo stevenvangeel,
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'} 
when the return is empty you can delete this with

Code: Select all

Delete FROM [VeeamBackup].[dbo].[BackupProxies] where host_id = 'ce4b228d-7b21-4761-9a1c-4ff9f372955f'
This solve this Problem by me.

Regards
Ronny
Post Reply

Who is online

Users browsing this forum: steffenkegel and 180 guests