RE: Backup Fails: SQL SharePoint - VSS Events 6013 & 6006
- From: v-stezhu@xxxxxxxxxxxxxxxxxxxx (Steven Zhu [MSFT])
- Date: Tue, 14 Nov 2006 07:27:17 GMT
Hi,
Thanks for posting here.
From your post, my understanding on this issue is: you get the 6013 and6006 VSS event on SBS 2003 SP1. If I am off base, please feel free to let
me know.
Based on my research, this event from VSS may occur when attempting an SQL
instance backup. In most cases, re-registering the VSS binaries resolves
the issue. To re-register VSS binaries and services, first stop the Volume
Shadow Copy Service:
Open a command prompt and change directories to \windows\system32 (this is
important when you begin registering the dlls):
net stop vss
Then register the following dlls and services (be sure you're still in the
windows\system32 directory at your command prompt):
regsvr32 ole32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
Regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
Other items to check:
You added 'BUILTIN\Administrator' using sp_grantlogin and granted sysadmin
role to it using sp_addsrvrrolemember as the above error comes only when we
don't have login for system Administrator. Be sure the system account is a
member of the SQL Administrators group.
I hope the above information helps.
Have a nice day.
Best Regards,
Steven Zhu
MCSE
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD were
updated on February 14, 2006.? Please complete a re-registration process
by entering the secure code mmpng06 when prompted. Once you have
entered the secure code mmpng06, you will be able to update your profile
and access the partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
.
- Follow-Ups:
- RE: Backup Fails: SQL SharePoint - VSS Events 6013 & 6006
- From: Uncle Lar
- RE: Backup Fails: SQL SharePoint - VSS Events 6013 & 6006
- Prev by Date: RE: Access License?
- Next by Date: Re: Time Services
- Previous by thread: Re: error 1705 mystery
- Next by thread: RE: Backup Fails: SQL SharePoint - VSS Events 6013 & 6006
- Index(es):
Relevant Pages
|