Link to home
Start Free TrialLog in
Avatar of davidebrannan
davidebrannan

asked on

Cannot delete BEVspCacheFile

I use Vertias Backup Exec 9.0 and it dumped a 12GB cache file that I cannot delete.  This is the exact error I get:
Cannot delete _BEVspCacheFile_16: There has been a sharing violation.
The source or destination file may be in use.
I took ownership and full permissions of the file, I disabled the backup service on the server where the file resides, and I still can't delete it.
Any ideas on how to delete this 12GB cache file?
Avatar of g127404
g127404

One of the possible reasons you can't delete a file (or directory) is that you don't have the rights to do so. It is possible to have Create and Modify rights without having Delete rights. Another possibility is that the file itself (or, more probably, the extended attributes of the file—its metadata) is corrupt.

You can also fail to delete a file (or the directory that file is in) if a file is being accessed remotely, either via DCOM or a shared directory.

Some applications have their own little quirks. Visual Basic has a number of these, including the inability to compile an ActiveX component (in some cases) until you have exited VB, then reopened it again. This normally occurs after you have run the application from design time and you get a "Permission Denied" when you try to compile it. Or you can use the Open command to open a file from VB and then stop the program during design time before closing the file. Normally, you can get back to square one by closing VB and opening it again.
You disabled the service... have you made sure the service is turned to manual and not automatic and then rebooted the machine to make sure it stays off?
ASKER CERTIFIED SOLUTION
Avatar of g127404
g127404

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of McKnife
McKnife
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial