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.
Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup的更多相关文章
- Using Windows Server 2012 Backup for Hyper-V Virtual Machines. Error 80780176 - The specified component was not reported by the VSS writer.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/1a1e0066-f421-43d6-970b-1e20e674cdf9 ...
- 解决Windows server 2012 R2 系统使用IIS8浏览Asp程序出现"An error occurred on the server when processing the URL"错误
进入IIS并将ASP里的“Send Error To Browser”设置为True后点击Appley保存即可 原因是IIS里的Asp设置禁用上当错误信息发送给浏览器,只要启用即可 如果没有Asp选项 ...
- HTTP 错误 500.19 - Internal Server Error(Windows Server 2012)
错误页面: 解决办法:重新添加角色和功能web服务器(IIS),选择应用程序开发下的相关.net4.5的选项
- Install SharePoint 2013 with SP1 on Windows Server 2012 R2 error - This Product requires .NF 4.5
博客地址:http://blog.csdn.net/FoxDave 最近因为项目需要要搭建SharePoint 2013的开发环境. 准备了Windows Server 2012 R2系统和Sha ...
- SQL Server 2012安装错误案例:Error while enabling Windows feature: NetFx3, Error Code: -2146498298
案例环境: 服务器环境 : Windows Server 2012 R2 Standard 数据库版本 : SQL Server 2012 SP1 案例介绍: 在Windows Ser ...
- Apache Error: Invalid command ‘Allow’, perhaps misspelled or defined by a module not included in the server configuration
在一个Window Server 2008R2系统上使用Apache架设了一个PHP的网站项目 在配置Apache的过程中出现了以下问题 根据上面的提示说是没有相应的权限,那就在虚拟主机里进行了配 ...
- Spark Shell启动时遇到<console>:14: error: not found: value spark import spark.implicits._ <console>:14: error: not found: value spark import spark.sql错误的解决办法(图文详解)
不多说,直接上干货! 最近,开始,进一步学习spark的最新版本.由原来经常使用的spark-1.6.1,现在来使用spark-2.2.0-bin-hadoop2.6.tgz. 前期博客 Spark ...
- SQL Error (1130): Host '192.168.1.126' is not allowed to connect to this MySQL server
通过HeidiSQL连接MYSQL数据库报错: SQL Error (1130): Host '192.168.1.126' is not allowed to connect to this MyS ...
- 通过navicat连接mysql服务器提示SQL Error (1130): Host '192.168.1.100' is not allowed to connect to this MySQL server
新装一个mysql,尝试用通过navicat连接mysql服务器的时候提示: SQL Error (1130): Host '192.168.1.100' is not allowed to conn ...
随机推荐
- 《Android源码设计模式》--抽象工厂模式
No1: 4种MediaPlayer Factory分别会生成不同的MediaPlayer基类:StagefrightPlayer.NuPlayerDriver.MidiFile和TestPlayer ...
- @NamedEntityGraphs --JPA按实体类对象参数中的字段排序问题得解决方法
JPA按实体类对象参数中的字段排序问题得解决方法@Entity @Table(name="complaints") @NamedEntityGraphs({ @NamedEntit ...
- CentOS下的日志切割
在Linux下,日志会不停的增长,为了防止日志文件过大,导致我们无法在日志中快速找到想要的信息,我们会定时对日志文件进行切割.在这里我将使用logrotate切割日志. (1).logrotate的配 ...
- 第4天:Django的cookie和session
Cookie Session Cookie 浏览器请求服务器是无状态的,它的每一次请求对于服务器来说都是新的,服务器默认不会保存用户的状态数据.但很多时候,服务器需要保存用户的一些状态数据,比如用户是 ...
- read file into shell vars
test.ksh value=$(<rosstest.txt)echo $value
- Standard NSD file
%pool: pool=system blockSize=256K layoutMap=cluster allowWriteAffinity=no %pool: pool=datapool block ...
- 决策树算法(Bagging与随机森林)
Bagging算法: 将训练数据集进行N次Bootstrap采样得到N个训练数据子集,对每个子集使用相同的算法分别建立决策树,最终的分类(或回归)结果是N个决策树的结果的多数投票(或平均). 其中,B ...
- 表单验证插件validate
http://www.runoob.com/jquery/jquery-plugin-validate.html <!DOCTYPE html> <html lang="e ...
- redis修改密码
## 无需添加密码参数 redis-cli.exe -h 127.0.0.1 -p 6379 ## 获取当前密码 config get requirepass ## 设置当前密码,服务重新启动后又会置 ...
- JMS开发指南
1.JMS消息的异步与同步接收 消息的异步接收: 异步接收是指当消息到达时,主动通知客户端,即当消息到达时转发到客户端.JMS客户端可以通过注册一个实现MessageListener接口的对象到Mes ...


