backup fails with VDI error 1000
brosato
Posts: 89 Bronze 2
Failed to recognize the SQL Server instance name. Check that the SQL Backup service startup user has read/write rights to access the SQL Server service information.
That account is a local admin. What else could it possibly need?
That account is a local admin. What else could it possibly need?
Comments
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
http://www.sqlbackuprestore.com/downloa ... Reader.zip
Run it on the server where SQL Server is running, and check if the ACEs' for the SQL Server service are adequate to allow the SQL Backup Agent service startup account read access.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Here's what the DACL reader says for the account and it still doesn't work. Same error. I gave it the same permissions as local admin. Do I have to reboot or something?
Account : COSMO\sqlbackup (user)
Type : ACCESS_ALLOWED
Rights : Query Configuration
: Change Configuration
: Query State
: Enumerate Dependencies
: Start
: Stop
: Pause
: Interrogate
: User Defined
: Delete
: Read Control
: Change Permissions
: Change Owner
I would suggest turning on auditing for the 'Object Access' category (e.g. using secpol.msc), run a backup, and check using the Event Viewer which object accesses are being denied.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I just gave it everything to remove all doubt. Well, auditing doesn't show any failure on object access. Matter of fact, it doesn't show any success for object access either. There are no log entries for the SQL Backup service account at all.