I'd like to share some insights from my support case ID #03932442. We have two DCs running Windows Server 2019 on vmWare ESXi 6.7 U3. They backed up fine until Veeam gave an error message for both of them:
Error: VSSControl: -2147217389 Backup job failed.
Cannot create a shadow copy of the volumes containing writer's data.
Cannot prepare the [NTDS] data to a subsequent restore operation.
Cannot process NTDS data.
Cannot create a backup copy of the BCD.
Cannot get [BcdStore] object.
COM error: Code: 0x80041013
With our very helpful Veeam support engineer, we found out that the issue not with the VSS / Shadow copies as first suspected. In fact, the guest processing timed out when Veeam tried to get the BcdStore object from Windows WMI. We found that we could test with the PowerShell command
Code: Select all
gwmi -name root\wmi -list bcdstore
One thing we changed on both machines on the day the guest processing failed for the first time was to add an additional name to each machine. I don't know whether this is really related to the WMI issue, though:
Code: Select all
netdom computername <machine> some-other-name.contoso.com
Cheers,
cableguy