Login failed error on creating backups
rre
Posts: 42 Bronze 2
I tried to backup a database with SQL Backup and receive always the error message "Login failed for user 'XYZ'. Reason: The account is disabled."
Thats absolutely true, but we don't know where we have to change the user in SQL Backup.
The SQLBackup Service is running with a windows account and the SQL Agent as well. But if want to start a backup with SQL Backup it tells us another user that will be used to create the backup.
Is there any other location where I can change permission or the user which is used to create a backup of a database?
Thats absolutely true, but we don't know where we have to change the user in SQL Backup.
The SQLBackup Service is running with a windows account and the SQL Agent as well. But if want to start a backup with SQL Backup it tells us another user that will be used to create the backup.
Is there any other location where I can change permission or the user which is used to create a backup of a database?
Comments
It saids the following two things:
Create a SQL Server login that has the ability to backup (and restore) databases (y) by adding it to the SYSADMIN server
Install SQL Backup and set the service account to the domain account (x) then set the connection to the database to use the SQL Login (y).
How I can change this SQL Login later?
SQL Backup doesn't have any facilities for managing accounts. (with one exception and that is when the SQL Backup Agent connects using SQL Authentication).
Nevertheless, for creating backups a SQL account is used to create the backups. How can I change the SQL Account you mentioned?
For me it's no clear, how SQL Backup configured so that was still a SQL account is used.
The instructions for configuring the server components to use SQL authentication are here: http://www.red-gate.com/supportcenter/c ... urityModel
I changed the configuration for the server component to use windows authentication as it is describe in the support center and it works.
Thanks a lot!