This article is created in order to make clear understanding of service processes and guide through Windows settings problems as troubleshooter. There are many requests from users that have problems with VSS service using Paragons products. The most of these products are built with Paragon Hot Core that is nothing inferior to Microsoft’s VSS. Paragons Hot Processing has established itself as a reliable service that is failsafe to use. We highly recommend using this service instead of VSS.
Enabling Paragons HotCore (HDM15 or earlier)
This service is not included in installation process by default so it should be included manually. Please open Control Panel – Programs and Features, find your product in list. Select “Modify” in installer the wizard to add the feature.
Then it is required to change backup settings and set it as described on next picture.
These steps will provide you with fast backup or copy of locked partitions and disk even while they are in use.
Volume Shadow Copy Service
The first symptom that indicates that none of services was started is notification “restart is needed”, it means that program can’t get access to some files that are in use. It is safe to perform operation restarting Windows, all operations will proceed before Windows booting. There are two possible reasons for such behaviour:
Sometimes we could get errors during backup such as
It always appears due to filesystem or disk errors. This usually results from subtle errors in file system data. Windows does a good job in ignoring them, but our programs can’t always do that. You need to correct them with the Windows CHKDSK tool.
1. VSS infrastructure Check
1.1 VSS Providers check:
Some applications integrate their own VSS providers and Microsoft VSS could be completely deactivated. To check which providers are installed or active, type in the command prompt following:
“vssadmin list providers”
–> This command displays the provider name, type, ID and the version of each installed shadow copy copy provider
If there will be more then one provider presented it is required to perform registry checking.
– Go to Start -> Run -> regedit.exe and press ENTER;
– Navigate to this
HKEY_LOCAL_MACHINE – SYSTEM – CurrentControlSet – services – VSS – Providers
– Check, if you can find at the left part entries below Providers. There should be only one entry.
– Under every condition: Click on every entry and check in the right part, if you can find this entry: “Microsoft Software Shadow Copy provider 1.0”. Do not delete this entry!
For the other entries: Check if you can find any other VSS Providers entries and delete it.
– Restart the machine.
1.2 VSS Writers check:
There are different VSS Writers that provide shadow copy. Incompatibility in writers operating could cause different problems. To check whether a VSS Writer has a problemerror, type in the command prompt following:
“vssadmin list writers”
–> This command displays installed VSS Writers and any errors reported by writers
1.3 Shadow copy storage allocation check:
Partition (that is chosen for shadow copy file operations) needs approx. 300MB of free space for storage and must be formatted to NTFS. To display information about shadow copy partition and usedallocatedmaximum space, type in the command prompt:
“vssadmin list shadowstorage”
–> This command displays all shadow copy storage allocations
We can see that C: partition is assigned as Shadow copy storage partition.
1.4 Other VSS commands
2. Simultaneous Backups:
The MS VSS provider cannot run several shadow copies at the same time. Check if some other program gets access to VSS service at the same time.
3. VSS is falsely in use:
It appears that VSS is in use and not accessible. Try to check it:
a) Open the Registry Editor (regedit.exe) and proceed in the following path:
“HKEY_LOCAL_MACHINE – SYSTEM – Setup”
b) Check whether the following Registry values are “0”:
“SystemSetupInProgress”
“UpgradeInProgress”
4. Some VSS *.dlls are corrupted :
Check if all VSS DLLs are installed and registered correctly:
Windows XP ONLY
Windows 7, Windows 8, Server 2008/R2, and Server 2012 ONLY
5. Also it would be useful to check the VSS services status.
a. Click Start and type Services and hit Enter.
b. Make sure these services are set accordingly:
c. Right click the services and click Properties.
– Volume Shadow Copy (VSS) – “Manual”
– Microsoft Software Shadow Copy Provider (SWPRV) – “Manual”
– Remote Procedure Call (RPCSS) – “Automatic”
– COM+ Event System (eventsystem) – “Manual” & “Automatic”
– System Event Notification Service (sens) – “Automatic”
– Windows Backup – “Manual”
Restart computer and check if the problem still exists.
6. Check if VSS snapshot can be created directly from Windows on the backup agent machine
Server OS:
Windows Vista and later workstations:
7. Windows events check
Go to Start -> Run -> eventvwr.msc. Navigate to Windows Logs -> Application and check for error messages related to VSS service. Search for solution in Microsoft Support articles, for example this arcticle
8. Virtual Machine
If the PC or server you are using is a virtual machine host, you need to install the latest VMware Tools (for VMware), Virtual Machine Additions (Virtual Server), on each virtual machine.
9. Windows Updates
Install the latest Service Packs and Updates through Windows Update.
Check Microsoft’s Support for hot fixes and other updates to repair VSS.
10. Backup excludes
VSS has some pre-defined exludes that can be changed in the registry to add or delete exludes and adjust content of resulting backup. Check this article.
If the following has not helped to resolve your VSS errors, we recommend you contact Microsoft Support for further assistance.
Backup, Backup & Recovery, Copy, Drive Copy, Hard Disk Manager™ for Windows, HowTos: Windows, Know how: Windows, Migration, Virtualization
Tags: backup, error, issue, VSS