Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

0x800423FBL or 0x80070050 Autorecovery error in Windows Server 2012 R2


View products that this article applies to.

Summary

When you try to back up guest virtual machines (VMs) on your host Hyper-VM computer in Windows Server 2012 R2, you receive one of the following error messages at the start of the operation:

Error message 1

The autorecovery operation failed to complete on the shadow copy.
//
#define VSS_E_AUTORECOVERY_FAILED ((HRESULT)0x800423FBL)

Error message 2

<VMName> could not initiate a checkpoint operation: The file exists. (0x80070050).

↑ Back to the top


Cause

This problem occurs because of a failed or incomplete backup that did not correctly include the AutoRecovery.avhdx file.

↑ Back to the top


More Information

During a Volume Shadow Copy Service (VSS) snapshot of volumes for a VM, the writers for the backup flush out the outstanding transactions. The snapshot is created by using this information, and is then set to archive. This snapshot is saved as the AutoRecovery.avhdx file. Now, you have forked a timeline between the flush transactions and the previous state of that VM from before the flush of transactions. This includes the snapshot and any changes that are made to the snapshot after the snapshot is taken. 

You can think of the snapshot as having the following differencing disks:

  • The running VM
  • The Autorecovery.avhdx file

Microsoft Virtual Machine Manager (VMM) switches the VM to run on the first differencing disk while the VSS snapshot is active. Then, VMM mounts the AutoRecovery.avhdx file to complete the post-snapshot process and remove the AutoRecovery.avhdx file.

↑ Back to the top


Workaround

To work around this problem, delete or rename the Autorecovery.avhdx file.

Warning This method can have unintended consequences if a backup operation is in progress.

Note As of the publication of this article, you can install and test Microsoft Hyper-V Server 2016 Technical Preview as an alternative workaround to determine whether the problem persists.

↑ Back to the top


Status

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

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3175561
Revision : 1
Created on : 1/7/2017
Published on : 7/20/2016
Exists online : False
Views : 987