Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem 

This error is shown when a VSS provider blocks (or vetoes) the creation of a snapshot and can be due to:
 

...

  • Shadow Storage space on the source drive is insufficient or not configured, 
  • Installed software has installed its own VSS provider,
  • Existing VSS provider component has become corrupted.

    Below are the solutions: 
     
From the main menu, select Other Tasks > Fix VSS Problems
Image Removed
The Fix VSS Problems dialog is shown, click OK to reregister the VSS components.
Image Removed
Panel
titleSolution - Reregister the VSS components

...

Increase shadow Storage Space
  1. To see the amount of storage space allocated and used for Volume Shadow Copies run this command from a command prompt with elevated privileges:

    Code Block
    languagetext
    Vssadmin list shadowstorage
  2. To allocate more storage (e.g. 50GB) run this command:

    Code Block
    languagetext
    vssadmin resize shadowstorage /For=C: /On=C: /MaxSize=50GB


This error may also require an additional action on Server OS:

Panel
titleSolution - Reregister the VSS componentsEnable shadow copies on volume
  1. Open Windows Explorer and navigate to This PC




  2. Right click any of the Disks that you wish to image and select Configure shadow copies...

  3. In the Shadow Copies dialogue select a disk, click Enable > Yes then click OK to apply changes.


     

...