26.1 C
Dubai
Thursday, April 18, 2024

Windows Server Backup failed to Complete. System writer not found

In Windows Server 2016 when we take system state backup. It fails with an error.

Backup Failed to Complete. The System writer is not found in the backup

image

Solution –

Make sure System Writer is missing

Start – Cmd

vss admin list writers

(Working Machine)

image

Try Restarting Below services

  1. COM+ Event System
  2. COM+ System Application
  3. Distributed Transactions Coordinator
  4. Microsoft Software Shadow Copy Provider
  5. Volume Shadow Copy service
  6. Block Level Backup Engine Service

Check System writer is visible. if not.

Start Command Prompt Run as Administrator


Takeown /f %windir%\winsxs\temp\PendingRenames /a
icacls %windir%\winsxs\temp\PendingRenames /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\temp\PendingRenames /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\temp\PendingRenames /grant BUILTIN\Users:(RX)
Takeown /f %windir%\winsxs\filemaps\* /a
icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX)

net stop cryptsvc
net start cryptsvc

Now system writer should be visible.

Satheshwaran Manoharan
Satheshwaran Manoharanhttps://www.azure365pro.com
Award-winning Technology Leader with a wealth of experience running large teams and diversified industry exposure in cloud computing. From shipping lines to rolling stocks.In-depth expertise in driving cloud adoption strategies and modernizing systems to cloud native. Specialized in Microsoft Cloud, DevOps, and Microsoft 365 Stack and conducted numerous successful projects worldwide. Also, Acting as a Technical Advisor for various start-ups.

Related Articles

1 COMMENT

  1. I ran the command lines stated in the post. But I still can not see the “System Writer” in the vssadmin list writers command. All other writers are present.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

× How can I help you?