You receive an "Unable to create a shadow copy" error after you remove a volume in Windows Server 2003. (833779)



The information in this article applies to:

  • Microsoft Windows Server 2003, Datacenter Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, 64-Bit Datacenter Edition
  • Microsoft Windows Server 2003, 64-Bit Enterprise Edition
  • Microsoft Windows Small Business Server 2003, Premium Edition
  • Microsoft Windows Small Business Server 2003, Standard Edition

SYMPTOMS

If you remove a volume when the Shadow Copies of Shared Folders feature is turned on, the application event log may log an event that is similiar to the following event for each subsequent shadow copy for that volume:
Event Type: Error
Event Source: VSS
Event ID: 7001
Computer: Computername Description: VssAdmin: Unable to create a shadow copy:
Either the specified volume was not found or it is not a local volume.
'C:\WINNT\system32\vssadmin.exe Create Shadow /AutoRetry=5 /For=\\?\Volume{volume}\'.

CAUSE

The Shadow Copies of Shared Folders feature uses scheduled tasks to create shadow copies on a user-defined schedule. The application event log error occurs because the scheduled tasks cannot find the missing volume.

RESOLUTION

To prevent this issue, turn off the Shadow Copies of Shared Folders feature before you remove a volume. To resolve this issue if it has already occurred, follow these steps:
  1. Turn off the Shadow Copies of Shared Folders feature.
  2. Open the Task Scheduler, and then remove any remaining shadow copy tasks. Shadow copy tasks appear similar to "VSSVolumeGUID" or "ShadowCopyVolumeVolumeGUID".

    Note The name of the scheduled task is the same as the name of the Volume Shadow Copy service task resource that is associated with the scheduled task.
  3. Turn on the Shadow Copies of Shared Folders feature.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.

Modification Type:MajorLast Reviewed:3/26/2004
Keywords:kbwinservsetup kbStorageMgmt kbprb kberrmsg KB833779 kbAudEndUser