Background: The Volume Shadow Copy Service (VSS) works with application "Providers" to allow the VSS service to open files that otherwise would be locked. This typically is a requirement for databases, since their files almost always appear as "locked" to any process other than the database. WMI operates a database too, so there is a WMI Provider for VSS.
So, that error message means "Hey, I tried to copy the locked WMI database using the provider you gave me, and I couldn't copy it... you might wanna try again later".
I'd recommend that you look at the WMI components to make sure they are working... as this appears to be what's causing the problem with the backups. The following is a link to a WMI Diagnostic tool that can help: http://www.microsoft.com/d
Main Topics
Browse All Topics





by: SysExpertPosted on 2007-10-02 at 13:58:26ID: 20002026
Have you done a full reboot of the server ?
Are any services not starting after the reboot ?
I hope this helps !