SCCM Backup – Error code = 0x80,042,306.Error description = VSS_E_PROVIDER_VETO

Bei unserem SCCM Server haben wir das Laufwerk D: mittel VSS eingebunden und erhalten folgende Fehlermeldung:

m_pBackupComponents->AddToSnapshotSet(m_ppwszVolumesList[nIndex], GUID_NULL, &(m_pSnapshotsArray[nIndex])) failed. Error code = 0x80,042,306.Error description = VSS_E_PROVIDER_VETO.

 

Lösung:

Fehler wird im Eventlog (Applications) aufgeführt. Im iscsi initiator ist der connect auf inactive gestellt gewesen. Reines Berechtigungsproblem.

Mehr Info dazu:

ver since moving to ConfigMgr 2007 from SMS 2003, I’ve had my Site Backup task failing.

As a background, this is a Server 2008 x64 SE system with additional storage made available via a NetApp SnapDrive agent.

The smsbkup.log file for the backup routine shows the following error approximately 1 minute after the backup kicks off:

m_pBackupComponents->AddToSnapshotSet(m_ppwszVolumesList[nIndex], GUID_NULL, &(m_pSnapshotsArray[nIndex])) failed. Error code = 0x80,042,306.Error description = VSS_E_PROVIDER_VETO.

Doing some research on MSDN indicates that the VSS_E_PROVIDER_VETO message should have a corresponding error in the Application log on the server (http://msdn.microsoft.com/en-us/library/aa384272(VS.85).aspx)

Checking the server indeed shows an error at the exact same time for VSS:

Volume Shadow Copy Service error: Error calling a routine on a Shadow Copy Provider {ddd3d232-a96f-4ac5-8f7b-250fd91fd102}. Routine details IVssSnapshotSnapshotProvider::AreLunsSupported failed with error 0x80010105 [hr = 0x80010105].