VSS API Error Description: VSS_E_PROVIDER_VETO when using SnapManager for Exchange
May 7, 2009 by John Tran · Leave a Comment
If your using NetApp SnapManager for Exchange Storevault Edition and you recieve the following error,
*****BACKUP DETAIL SUMMARY*****
Backup group set #1:
Backup SG [First Storage Group] Error: VSS API Error Description: VSS_E_PROVIDER_VETO
*****BACKUP RESULT SUMMARY*****
Backup group set #1:
Backup SG [First Storage Group]: Failed
Backup failed.
Error Code: 0×80042306
VSS API Error Description: VSS_E_PROVIDER_VETO
You will need to make sure that you have enough space on the LUN that you are trying to back up. Check your event log and see if you have an error from Snapdrive stating the following error – error code = 0x004032f, Error description: No space left on device. If so then you will need to do the following.
Telnet to you filer and run the following command > df -h
This will give you a list of all your LUN’s and the amount of capicity you have left. Look for the LUN that you’re trying to backup and see if the capacity is 100%. If this is the case then you will need to autosize the LUN so that it can grow according to rate of change. To do this run the following command > vol autosize ‘LUN name’ -m ‘(SIZE eg.40g)’ -i (SIZE eg. 10g). The command -m sets the size limit and -i sets the growth increments. So for example if you wanted to set your LUN to grow to 100GB in increments of 10GB then the following command would be > vol autosize ‘LUN name’ -m 100g -i 10g
Active Desktop Recovery shows up on desktop
May 7, 2009 by John Tran · 4 Comments
If your getting a white backgroud with the Active Desktop Recovey button being displayed on Windows XP, then do the following.
Launch regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components
Change value of DeskHtmlVersion REG_DWORD 0×00000110(272) to decimal 0
Close regedit and log off
When you log back in the problem should be fixed