What does HRESULT 0x80042325 (VSS_E_REVERT_IN_PROGRESS) mean?

 
Previous Next
VSS_E_REMOTE_SERVER_UNSUPPORTED VSS_E_REVERT_VOLUME_LOST

VSS_E_REVERT_IN_PROGRESS

VSS_E_REVERT_IN_PROGRESS A revert operation is already running for the volume. VSS does not allow a second revert against that volume until the current one finishes.

What to check

  • Wait for the active revert to complete and inspect its result before issuing another restore or revert request.
  • Avoid competing backup, restore, antivirus, or maintenance jobs that may touch the same volume during the revert window.
  • Check Application and System logs for the operation that started the revert and for storage errors that might prevent it from completing.
vssadmin list shadows

Microsoft: Volume Shadow Copy Service

Microsoft: vssadmin list shadows

Microsoft: VSS documentation portal


Looking for a different code? Search another status or error code.