Hi all.
Well, I was trying to make a system image in the Backup and Restore center today and ran into an interesting error (see attached screenshot). I went into the Event Viewer and all of the warnings/errors regarding VSS and SPP come down to an error with the ASR Writer.
Here is what the event viewer says:
Code:
Volume Shadow Copy Service warning: ASR writer Error 0x80073bc3. hr = 0x00000000, The operation completed successfully.
.
Operation:
PrepareForBackup event
Context:
Execution Context: ASR Writer
Execution Context: Writer
Writer Class Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
Writer Name: ASR Writer
Writer Instance ID: {dce61b04-8d8f-4c5b-a88f-e29adb1f70a7}
Error-specific details:
ASR Writer: The requested system device cannot be found. (0x80073BC3) This one error isn't the only error given, but it pretty much sums up the others. All of them refer to the ASR Writer giving error code 0x80073BC3.
This error is then given by the backup utility:
Code:
The backup operation that started at '2010-01-04T00:37:24.341000000Z'
has failed because the Volume Shadow Copy Service operation to create a shadow
copy of the volumes being backed up failed with following error code '2155348129'.
Please review the event details for a solution, and then rerun the backup operation
once the issue is resolved.
I've searched around, and I mostly found problems with people using Windows Server 2008. However, I have yet to find my problem. The only other thing I saw was to run "vssadmin list writers" in a command line, which gave me a ton of stuff, with the entry for the ASR Writer saying it had a "non-retryable error."
The problem seems to be limited to the backup utility, because I can make a System Restore point just fine.
What's going on???