Windows Small Business Server 2011 backup fails with error V-79-10000-11226 - VSS Snapshot error.
| Article:TECH191909 | | | Created: 2012-06-28 | | | Updated: 2012-12-04 | | | Article URL http://www.symantec.com/docs/TECH191909 |
Problem
Windows Small Business Server 2011 backup fails after installing service pack 1 for SharePoint 2010.
.
Error
Backup Job Log shows:-
Completed status: Failed
Final error: 0x8004230f - 0x8004230f (2147754767)
Final error category: Other Errors
For additional information regarding this error refer to link V-79-32772-8975
Errors :-
Backup- <Servername> - Snapshot Technology: Initialization failure on: "\\Servername\System?State". Snapshot technology used: Microsoft Volume Shadow Copy Service (VSS).
V-79-10000-11226 - VSS Snapshot error. The Microsoft Volume Shadow Copy Service (VSS) snapshot technology selected returned: "Unexpected provider error". Ensure that all provider services are enabled and can be started. Check the Windows Event Viewer for details.
Windows Event Log shows:-
Log Name: Application
Source: VSS
Event ID: 8230
Task Category: None
Level: Warning
Description:
Volume Shadow Copy Service error: Failed resolving account spsearch with status 1376. Check connection to domain controller and VssAccessControl registry key.
Operation:
Executing Asynchronous Operation
Context:
Current State: DoSnapshotSet
Error-specific details:
Error: NetLocalGroupGetMemebers(spsearch), 0x80070560, The specified local group does not exist.
BERemote log on media server shows:-
[13152] 2012-06-26T23:17:39.687 [besc] - QueryStatus() returned a failure in the param VSS_E_UNEXPECTED_PROVIDER_ERROR
[13152] 2012-06-26T23:17:39.687 [besc] - EXIT BESC::VssAsync::WaitUntilDone() return=[0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR]
[13152] 2012-06-26T23:17:39.687 [besc] - VssSnashotVolume::DoSnapshotSet() - Wait is done...
[13152] 2012-06-26T23:17:39.688 [besc] - EXIT VssSnapshotVolume::DoSnapshotSet() return=[0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR]
[13152] 2012-06-26T23:17:39.688 [besc] - VssSnashotVolume::SnapVolumeSet() - done. LastError_: 0x8004230f
[13152] 2012-06-26T23:17:39.688 [besc] - EXIT VssSnapshotVolume::SnapVolumeSet() return=[0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR]
[13152] 2012-06-26T23:17:39.688 [besc] - Error SnapshotBackupEngine::snap_file_systems failed.
[13152] 2012-06-26T23:17:39.688 [ndmp\ndmpsrvr] - ndmpdSnapshotPrepare2: Snapshot error. ErrorCode: 0x8004230f ErrorLevel: 2 Error Src: 2
[13152] 2012-06-26T23:17:39.688 [ndmp\ndmpsrvr] - ndmpdSnapshotPrepare2: sending reply...
[13152] 2012-06-26T23:17:39.999 [besc] - VSS AbortBackup called successfully
Also, System Writers and few other writers will fail after running Backup Exec backup job.
Environment
Windows Small Business Server 2011
Backup Exec 2012
Cause
This issue occurs after installing service pack 1 for SharePoint 2010. Windows event log refers to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS\VssAccessControl registry key. After installing SharePoint 2010 SP1, two new user accounts are created.
1.<Domain>\spsearch = dword:00000001
2.<Domain>\spfarm = dword:00000001
Ideally, there should be just one account "NT Authority\NetworkService".
Note: Please do not delete these accounts as Microsoft has added them for some reason.
Solution
1. SharePoint 2010 databases need to be upgraded after installing service pack 1. Please follow these steps:
i. Open an Administrative command prompt.
ii. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
iii. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
It will take some time to upgrade databases. Please refer to Microsoft blog for more information:
blogs.technet.com/b/sbs/archive/2011/07/06/potential-issues-after-installing-sharepoint-foundation-2010-sp1.aspx
2. Reboot the server and re-try backup job.
3. In case backup job and VSS writers still fail, follow these steps:
i.Add the backup account in the following registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl
Note: Right click on VSSAccessControl->Permissions. Add backup account there and give it FULL control. Also, make sure Administrators group is owwner of this key.
ii. Open a command prompt and type the command "Vssadmin list Shadows"
iii.If a snapshot exists, it will be listed. Before attempting to delete the snapshot make a note of the time at which it was taken. This will help to determine if the orphaned snapshot was created during or outside a backup. If the snapshot was created outside a backup, check for scripts or application that could have created it (for example some applications take snapshots by creating Scheduled Windows tasks).
iV- Make a note of the ShadowId and use command "Vssadmin delete shadows /Shadow=<ShadowId>" to delete it.
V. Reboot the server and re-try backup job.
4. Please contact Microsoft in case backup still fails.
|
|
Article URL http://www.symantec.com/docs/TECH191909
Terms of use for this information are found in Legal Notices









Thank you.