To re register vss dlls :
1. Open a command prompt and change directories to \WINDOWS\system32
2. net stop vss
3. regsvr32 ole32.dll
4. regsvr32 vss_ps.dll
5. Vssvc /Register
6. regsvr32 /i swprv.dll
7. regsvr32 /i eventcls.dll
8. regsvr32 es.dll
9. regsvr32 stdprov.dll
10. regsvr32 vssui.dll
11. regsvr32 msxml.dll
12. regsvr32 msxml3.dll
13. regsvr32 msxml4.dll
14. Start the Volume Shadow Copy service by running "net start vss"
Again , run 'vssadmin list writers' . If any of the results have a status of 'failed,' then you may need to restart the server for the DLL registration to take effect.





by: mutahirPosted on 2009-08-10 at 08:43:23ID: 25060979
If you can afford to reboot your server then :
a) Run a live update for Backup Exec and install the updates (Restart if required)
B) Make sure you have the remote agent for Hypver-v Installed
c) Check to see if any updates for remote agent is available (Live update)
d) Make sure you have enough space on your C Drive and on the VM C: Partition as well
Do a Windows Update as well (Just in case )
after the above steps and a couple of reboots (due to liveupdate and windows update)
type the following in a command prompt : vssadmin list writers
Check your writer status and they should be stable. Then just create a test job for your hyper-v (few directories and see if that finishes successfully)
Hope this helps