Up to two days ago, Reflect worked fine, but now it fails to make a backup image.
Failed - 0x8004230f - IDispatch error #8463 - Retrying without VSS Writers
ERROR: COM call "m_pVssObject->AddToSnapshotSet((LPWSTR)volume.c_str(), GUID_NULL, &SnapshotID)" failed.
- Returned HRESULT = 0x8004230f
- Error text: VSS_E_UNEXPECTED_PROVIDER_ERROR
ERROR: COM call "m_pVssObject->BackupComplete(&pAsync)" failed.
- Returned HRESULT = 0x80042301
- Error text: VSS_E_BAD_STATE
ERROR: COM call "m_pVssObject->AddToSnapshotSet((LPWSTR)volume.c_str(), GUID_NULL, &SnapshotID)" failed.
- Returned HRESULT = 0x8004230f
- Error text: VSS_E_UNEXPECTED_PROVIDER_ERROR
Gathering Windows Events - Please Wait
On another thread, I saw something done to gather more information using CMD:
----------------------
P:\_Installation\_UTILITIES\Cmder
λ vssadmin list Providers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2013 Microsoft Corp.
Provider name: 'Microsoft Software Shadow Copy provider 1.0'
Provider type: System
Provider Id: {b5946137-7b9f-4925-af80-51abd60b20d5}
Version: 1.0.0.7
P:\_Installation\_UTILITIES\Cmder
λ vssadmin list Volumes
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2013 Microsoft Corp.
No items found that satisfy the query.
P:\_Installation\_UTILITIES\Cmder
λ vssadmin list ShadowStorage
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2013 Microsoft Corp.
No items found that satisfy the query.
----------------------
Since those query items should have been found, what is causing this? I checked and see that System Volume Information directories do exist on all my drives.
Here is the VSS log:
(Gathering writer metadata...)
(Waiting for the asynchronous operation to finish...)
Initialize writer metadata ...
- Get exclude files
- Etc...
- Get log descriptors
Discover directly excluded components ...
- Excluding writer '' since it has no selected components for restore.
- Excluding writer '' since it has no selected components for restore.
- Excluding writer 'BITS Writer' since it has no selected components for restore.
- Excluding writer 'Shadow Copy Optimization Writer' since it has no selected components for restore.
- Excluding writer 'MSSearch Service Writer' since it has no selected components for restore.
Discover components that reside outside the shadow set ...
Discover all excluded components ...
Discover excluded writers ...
Discover explicitly included components ...
Verifying explicitly specified writers/components ...
Select explicitly included components ...
* Writer 'Task Scheduler Writer':
- Add component \TasksStore
* Writer 'VSS Metadata Store Writer':
- Add component \WriterMetadataStore
* Writer 'Performance Counters Writer':
- Add component \PerformanceCounters
* Writer 'Registry Writer':
- Add component \Registry
* Writer 'WMI Writer':
- Add component \WMI
* Writer 'COM+ REGDB Writer':
- Add component \COM+ REGDB
* Writer 'IIS Config Writer':
- Add component \IISCONFIG
* Writer 'MSMQ Writer (MSMQ)':
- Add component \config
- Add component \storage
* Writer 'IIS Metabase Writer':
- Add component \IISMETABASE
Creating shadow set {6799da5f-c345-46d1-a7b4-4f9da70b34d9} ...
- Adding volume \\?\Volume{8a73b397-b883-4178-b723-07306de4d621}\ [C:\] to the shadow set...
ERROR: COM call "m_pVssObject->AddToSnapshotSet((LPWSTR)volume.c_str(), GUID_NULL, &SnapshotID)" failed.
- Returned HRESULT = 0x8004230f
- Error text: VSS_E_UNEXPECTED_PROVIDER_ERROR
Completing the backup (BackupComplete) ...
ERROR: COM call "m_pVssObject->BackupComplete(&pAsync)" failed.
- Returned HRESULT = 0x80042301
- Error text: VSS_E_BAD_STATE
- Setting the VSS context to: 0x00000010
Creating shadow set {d5fed6cb-6fe9-452d-9268-c552d50e8bb4} ...
- Adding volume \\?\Volume{8a73b397-b883-4178-b723-07306de4d621}\ [C:\] to the shadow set...
ERROR: COM call "m_pVssObject->AddToSnapshotSet((LPWSTR)volume.c_str(), GUID_NULL, &SnapshotID)" failed.
- Returned HRESULT = 0x8004230f
- Error text: VSS_E_UNEXPECTED_PROVIDER_ERROR
I am technically challenged, so I don't know what to do next. I hope someone can guide me through to solve this problem.
John