I'm getting an error from DPM 2010 stating that Database auto-protection failed on the DPM database. I attempted to run "AutoProtectInstances.ps1" from the DPM Management Shell per the recommended action in DPM but I get the following error:
Start-AutoProtection : DPM could not enumerate SQL Server instances using Windo
ws Management Instrumentation on the protected computer computername.
(ID: 965)
Please make sure that Windows Management Instrumentation for SQL server is in g
ood state.
At C:\Program Files\Microsoft DPM\DPM\bin\AutoProtectInstances.ps1:10 char:21
+ Start-AutoProtection <<<< -DPMServerName $DPMServerName -confirm:$false
+ CategoryInfo : NotSpecified: (:) [Start-AutoProtection], DlsExc
eption
+ FullyQualifiedErrorId : 965,Microsoft.Internal.EnterpriseStorage.Dls.UI.
Cmdlet.StartAutoProtection
After getting this error I tried running "mofcomp C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof" per another post I saw. This ran successfully but I still received the same error when I ran AutoProtectInstances.ps1 again.
I ran "winmgmt /verifyrepository" thinking the WMI repository might be corrupt but it came back consistent.
Any help is appreciated,
Rob