Error:
The writer vetoed the shadow copy creation process during the
backup preparation state. (VSS_WS_FAILED_AT_PREPARE_BACKUP)
Cause:
This typically happens with Exchange 2010 when CyberSecure signals exchange to create a VSS snapshot and the shadow snapshot fails to be created.
The reason for this is one of two things:
- The Exchange VSS writer is in an unstable state
- Some other backup software also has an exchange volume shadow copy created at the same time as CyberSecure
Resolution:
- Check the state of the VSS writers on the system by issuing the following command as an administrator user in a cmd.exe shell:
- vssadmin list writers
Here is an example of the Exchange VSS writer being in an unstable state:Writer name: ‘Microsoft Exchange Writer’
Writer Id: {76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}
Writer Instance Id: {7a58fc86-40db-4464-88c8-d6e8fc2eea90}
State: [7] Failed
Last error: Retryable errorThe correct state of the VSS writer should be:
Writer name: ‘Microsoft Exchange Writer’
Writer Id: {76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}
Writer Instance Id: {7a58fc86-40db-4464-88c8-d6e8fc2eea90}
State: [1] Stable
Last error: No error - If the writer is showing a failed state, then restart the “Microsoft Information Store” service and check again.
- Should the writer often be going into an unstable state, it may be a sign of underlying problems with your environment.
- vssadmin list writers
- Disable or uninstall any other backup software that is running.
If this resolves the issue, then try scheduling backups at a non conflicting time.