Skip to main content
All CollectionsKnowledge BaseEnterprise WorkloadsTroubleshooting - Enterprise Workloads
SQL Server backup failed due to VSS error: State: Waiting for completion
SQL Server backup failed due to VSS error: State: Waiting for completion

SQL Server backup failed due to VSS error: State: Waiting for completion

Updated this week

Problem Description:

SQL Server backup failed due to VSS error: State: Waiting for completion
​
​Error Code: SQL 43

Cause:

The VSS writer is in an unstable state, waiting for completion, or conflicting with other applications using VSS.

Steps to Resolve the Issue

1. Verify VSS Writer Status

  1. Open Command Prompt with administrative privileges.

  2. Run the command: vssadmin list writers

  3. Review the status of SQL Server Writer:

    • Stable (No Error): No action needed.

    • Failed/Unstable: Proceed to the steps below.

    • In-Progress or Waiting for Completion: Follow resolution steps for this specific state.

2. Fixing Common Writer Issues

A. Writer Status: Failed or Unstable

  • Restart SQL Server VSS Writer Service:

    1. Open Services (services.msc).

    2. Locate SQL Server VSS Writer.

    3. Stop the service β†’ Wait for 30 seconds β†’ Restart the service.

    4. Re-run vssadmin list writers to confirm the status is stable.

  • Restart Volume Shadow Copy Services:

    1. Open Services (services.msc).

    2. Restart the following services:

      • Volume Shadow Copy

      • Microsoft Software Shadow Copy Provider

    3. Verify the status again with vssadmin list writers.

B. Writer Status: In-Progress or Waiting for Completion

  • Restart SQL Server VSS Writer Service (Repeat steps outlined above).

  • Restart Volume Shadow Copy Services (Repeat steps outlined above).

  • Additional Checks:

    • Review any background processes or tasks that might be locking VSS resources.

3. Review Event Viewer Logs

  1. Open Event Viewer.

  2. Review Application and System logs for related errors:

    • Common error messages:

      • "VSS writer error: 0x800423f4"

      • "Shadow copy creation failed"

    • Look for Event IDs: 12292, 8220.

  3. Use the log details to identify potential conflicting applications or missing configurations.

4. Kill VSS Processes (Advanced Troubleshooting)

  • Open Task Manager:

    1. Locate and End all VSS-related processes.

    2. Restart SQL Server VSS Writer service.

    3. Re-run vssadmin list writers to confirm resolution.

5. Restart the Server

  • If the issue persists after restarting VSS-related services, perform a server reboot to reset all associated services.

6. Escalation to Windows Support

  • If the issue remains unresolved:

    • Escalate to Windows support with the details.

    • Provide logs from Event Viewer and outputs from vssadmin list writers.

References

Did this answer your question?