Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup
Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup
In Windows Server, it is possible to perform Backup of your system and even Virtual Machine in production. Yes Windows Server Backup is a really good solution for backup the Hyper-V virtual machines. But “The specified component was not reported by the VSS writer” error can sometime appear and failed all scheduled backup.
Today most of the company are using visualization solution (Microsoft, Citrix, Vmware …) in their infrastructure. I’m personally using the Microsoft solution named Hyper-V, due to the fact that it is included in Windows Server. After many hours of hard-working in my lab, I wanted to backup all my virtual machines. But one day, the error 517 came.
ERROR DESCRIPTION
One day, without any reason, an error message appeared “The specified component was not reported by the VSS writer” for all my virtual machines.
WINDOWS SERVER BACKUP LOG
WINDOWS SERVER LOG
1
2
3
4
5
6
|
Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
Component: 3B38B9C6-7232-4C65-85D0-E7447589A94F
Caption : Backup Using Child Partition Snapshot\VM Name
Logical Path:
Error : 80780176
Error Message : The specified component was not reported by the VSS writer.
|
EVENT VIEWER LOG
1
2
3
4
5
|
Event id : 517
Level : Error
Source : Backup
The backup operation that started at '2013-07-07T00:00:17.716937900Z' has failed with following error code '0x80780049' (None of the items included in backup were backed up.). Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
|
RESOLUTION AND DOWNLOAD.
After some research, I found that the problem was connected with Microsoft Shadow copy Service. I decided to delete all shadow copy in my host and I was able to backup all my server again.
I used those commands line in a Powershell window:
Order
|
Command
|
Description
|
|
---|---|---|---|
1 | DiskShadow | Connect to DiskShadow tool | ![]() |
2 | Delete Shadows all | Delete all shadows copy | ![]() |
3 | list shadows all | check that the list is empty | ![]() |
4 | Exit | Disconnect to DiskShadow tool |
Once, the command has been executed, you should be able to relaunch your backup.
HOWEVER, THIS ERROR CAN STILL COMEBACK!
You have to delete again manually the Shadows copy or you can execute my script (DeleteShadows). The instruction are include in the rar file.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 25岁的心里话
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
2011-01-26 Downloading C# ActiveX Components through CAB File(转)
2011-01-26 C#开发ActiveX控件及制作CAB包(转)