Windows error 0x80042302, -2147212542

Detailed Error Information

VSS_E_UNEXPECTED[1]

MessageA Volume Shadow Copy Service component encountered an unexpected error. Check the Application event log for more information.
Declared invsserror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code8962 (0x2302)

Questions

2votes
0answers

ESENTUTL.exe to extract Webcache using VSS

I have written a simple piece of code to try and copy the WebCacheV01.dat file from the Edge Browser, as the fille is locked I am using the VSS commands to do this. When I run the command manually, from an elevated prompt, it copies the database without any issue. [...] read more
c#
.net
2votes
3answers

IVssBackupComponents::InitializeForBackup fails

IVssBackupComponents::InitializeForBackup failes with E_UNEXPECTED error. And in the Event viewer there are two errors: Error 1 Volume Shadow Copy Service error: A critical component required by the Volume Shadow Copy service is not registered. This might happened if an error occurred during Windows setup or during installation of a Shadow [...] read more
c++
c
winapi
windows-10
2votes
1answer

Shadow copy referencing invalid volume from symboliclink when using TrueCrypt

I recently replaced my motherboard after the last one failed (was shorting and causing random reboots). I'm sure this was not healthy for the machine, and that a clean install would do wonders, but I'd like to fix the current install. That aside, I've been tracking down a pair of [...] read more
windows-7
truecrypt
symbolic-link
volume-shadow-copy
1vote
1answer

Windows Backup Error 0x81000019, A shadow copy could not be created

I am trying to backup a new Win10 install from an in place Win7 upgrade and getting error "Windows Backup Error 0x81000019, A shadow copy could not be created". * I have a Recovery partition with 8.5 GB free space and it is marked active. * I have "Microsoft Software [...] read more
windows-10
windows-backup
0votes
0answers

Issue executing command line command in .NET c#

Attempting to run ntdsutil from a C# executable and encountering an error. In case anyone is wondering, this is for a automated auditing process as part of a managed service provider - not trying to create a trojan/malware. The command is: ntdsutil "ac i ntds" "ifm" "create full c:\audit" q [...] read more
c#
.net
0votes
1answer

Unable to expose previously created persistent snapshot

When working with VSS following problem arises. We create a persistent snapshot of disk volume (e.g. vshadow -p -script=snapshot.cmd f:). Creation is successful and snapshot is visible (vshadow -q). Then we restart the computer. After rebooting the snapshot is still visible, but it is not possible to perform the operation [...] read more
windows
backup
snapshot
0votes
2answers

V2V vCenter Server Standalone Converter

Environment: VM: Server 2008 Standard R2 with vCenter Server 4.1 installed running on VMware Workstation 7.1. I'm pretty confident I've done my homework on the required port settings that have to be opened up for this in windows firewall. 443, 902 The destination host is an ESXi 4.1 server which [...] read more
windows-server-2008-r2
vmware-esxi
vmware-vcenter

Comments

Leave a comment

(plain text only)

Sources

  1. vsserror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0