-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a COM failure 0x8004230c - HoboCopy.cpp (361) #38
Comments
After reading the following site http://www.howtogeek.com/howto/windows-vista/backupcopy-files-that-are-in-use-or-locked-in-windows/, I discovered that the Volume Shadow Copy Service was set to disabled. VB.NET Code to Check to see if the Service's are Set to Disabled and then Change them to Manual. 'VSS = Volume Shadow Copy ; swprv = Microsoft Software Shadow Copy Provider
It might be helpful if HoboCopy had this added functionality within it's program, or at least display a message box to inform users that the program won't work because the needed services are set to disabled, and need to be at least set to Manual. |
Good suggestion. Thanks! |
http://img42.imageshack.us/img42/158/20110829055536pm.png running this command> "C:\BINSVSS\HoboCopy.exe" /verbosity=4 "C:\Documents and Settings\Owner\Desktop" "C:\BINSVSS\BINS\OTHER" COM failure 0x80042301 - HoboCopy.cpp (186) what did I do wrong? |
It's not related to the problem you're having, but /verbosity=5 is not legal. The highest allowed value is 4. It would be interesting to see the output when run with /verbosity=4 As for the error itself, have you checked to see if the volume shadow service is running? |
@edmazing Are you using a 32-bit hobocopy on a 64-bit Windows? |
I am trying to use Hobocopy with command line...
hobocopy.exe /full "D:\OutlookArchive" "\uncpath\uncpath\uncpath\OutlookArchiveBackup"
I have noticed that when I get the error message, it is putting an quotation mark at the end of the uncpath, but not at the beginning.
I am wondering if that is why I am getting this error message. I had this program working before. I have tried to uninstall and reinstall the Visual C++ run time components to see if that would help anything. I also have full access on the share's that it is copying from and copying too.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: