After adding Hyper-V cluster to core for agentless protection, metadata for nodes and agent version, is not available.
Adding machines to protection fails with the following error
Job 'Protecting '1' virtual machine(s)' failed
System.AggregateException depth 0: One or more errors occurred. (0x80131500) ---> (Inner Exception #0 depth 0) System.InvalidCastException depth 1: Unable to cast object of type 'System.DBNull' to type 'System.String'. (0x80004002)
at DatabaseClientBase.TypeConversion.ConversionProvider.
at Replay.Common.DatabaseClients.HyperVVirtualMachineStateMetadata.HyperVVirtualMachineStateMetadataDatabaseClient.SelectInternal(String whereClause) +0x176 600001d
at Replay.Common.DatabaseClients.HyperVVirtualMachineStateMetadata.HyperVVirtualMachineStateMetadataDatabaseClient.SelectAll() +0x1 600001c
at Replay.Core.Implementation.HyperV.MetadataCaching.HyperVMetadataCachingService.InitStateMetadataDatabaseClient() +0x60 6004048
at System.Lazy`1.CreateValue() +0x60 6000f21