Hello YUSA ,
Thank you for the additional information and screenshots.
Based on the symptoms you reported and the current MSDTC configuration, the backup failures occur only when VMware/Barracuda runs quiesced (VSS) snapshots. During this process, Windows VSS invokes MSDTC to coordinate application consistency. Because Network DTC Access is currently disabled, MSDTC cannot establish the required RPC communication and fails with Event ID 4879 (HR=0x80000171). The subsequent VSS errors (12305, 8193, 12293, 12329, 12330) are secondary effects of this initial failure.
This is a guest OS configuration issue, not a VMware storage or Barracuda appliance problem.
Recommended configuration (safe for File Server workloads):
1.Open Component Services (dcomcnfg)
2.Navigate to Computers > My Computer > Distributed Transaction Coordinator > Local DTC
Open Properties > Security
3.Enable Network DTC Access
4.Under Transaction Manager Communication, select:
- Allow Inbound
- Incoming Caller Authentication Required
Apply the changes and restart the MSDTC service (or reboot the VM)
If you also encounter VSS/COM permission errors (e.g. Event 8194), add NETWORK SERVICE with Local Access permission under My Computer > Properties > COM Security > Access Permissions (Edit Default), then reboot.
This configuration is commonly used for file servers that do not rely on distributed transactions (no SQL Linked Servers, COM+, or cross-database transactions) and is recommended by Microsoft/VMware for application-consistent VM backups.
After applying the changes, please re-test a quiesced snapshot. We expect the MSDTC and VSS errors to stop and backups to complete successfully.
Best regards,
Titus Bui