Skip to main content

Cannot start shadow copy (VSS_E_WRITERERROR_NONRETRYABLE) (VSS Event 8193 - Access is denied)

Article ID
2047
Product Version
AhsayOBM: 8.1 and above
Operating System
Windows
Symptom

When performing a MS SQL database backup job, the following backup error is received in the backup report:

No. Type Timestamp Log
info
* info YYYY/MM/DD hh:mm:ss [Start] Backing up database...
erro
* erro YYYY/MM/DD hh:mm:ss

Cannot start shadow copy, reason=The writer operation failed because of an error that
might recur if another shadow copy is created. (VSS_E_WRITERERROR_
NONRETRYABLE)

Cause

At the same time the following errors appear in Windows Application Event log:


Log Name: Application
Source: VSS
Date: DD/MM/YYYY h:mm:ss
Event ID: 8193
Task Category: None
Level: Error
Keywords: Classic
User: N/A Computer: Computer_name Description:
Volume Shadow Copy Service error: Unexpected error calling routine RegOpenKeyExW(-2147483646,SYSTEM\CurrentControlSet\Services\VSS\Diag,...). hr = 0x80070005, Access is denied.
This issue will often occur after installing the DHCP role on the MS SQL server.
Resolution

To resolve the issue, assign Full Control permissions to the Network Service account for the registry key:

  1. Open Registry Editor from the Windows Start menu.

  2. Browse to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\Diag

  3. Right clic on Diag, then click Permissions option in the context menu.

    step3

  4. Find Network Service in the list and assign the Full Control permissions.

    step4

  5. Click OK, then restart the server afterward.