Quiesced snapshots or backups fail on Windows Server virtual machines with the error VssSyncStart operation failed: IDispatch error #8454 (0x80042306). This issue is caused by a configuration mismatch between the virtual disk layout and the Microsoft Volume Shadow Copy Service (VSS) framework.
The virtual machine contains a GPT disk missing the Microsoft Reserved (MSR) partition. VMware Snapshot Provider operates under the Microsoft VSS framework, which requires an MSR partition on all GPT disks to execute IOCTL_DISK_SET_SNAPSHOT_INFO commands. The absence of this partition causes the VSS process to fail.
Identify the impacted disk by executing the following in an administrative command prompt on the affected Virtual Machine:
diskpartlist diskselect disk #list part
If the partition table shows an MSR partition is missing, use one of the following options:
Workarounds If snapshots remain necessary without application-consistent backups, utilize these alternatives:
Note: Disabling guest quiescing prohibits application-consistent backups.