Error:the specified component was wasn't reported by the VSS writer (Error 517) in Windows Server BackupTweet
In Windows Server, it's 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 is not reported by the VSS writer" error can sometime appear and failed all Schedul Ed Backup.
Today most of the company is 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's 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 is not reported by the VSS writer" for all my virtual machines.
WINDOWS SERVER BACKUP LOG
WINDOWS SERVER LOG
123456 |
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 is not reported by the VSS writer. |
EVENT VIEWER LOG
12345 |
Event ID : 517 level : Error Source : Backup TheBackupOperationThatStartedAt ' 2013-07-07t00:00:17.716937900z ' HasFailedWithFollowingErrorCode ' 0x80780049 ' (NoneOfTheItemsIncludedInch BackupWereBackedUp.) please review the Span class= "crayon-e" >event details for Span class= "crayon-i" >a solution, and then rerun the backup Span class= "crayon-e" >operation once the Issue is resolved |
RESOLUTION and DOWNLOAD.
After some, I found the problem is connected with Microsoft Shadow copy Service. I decided to delete all shadow copy in my host and I am 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 the list is empty |
|
4 |
Exit |
Disconnect to DiskShadow Tool |
|
Once, the command has been executed and you should is able to relaunch your backup.
However, this ERROR CAN still comeback!
You has to delete again manually the Shadows copy or can execute my script (deleteshadows). The instruction is include in the RAR file.
Error:the specified component was wasn't reported by the VSS writer (Error 517) in Windows Server Backup