Troubleshooting: Getting an empty database list or database are not listing while creating SQL server backup
The occurrence of an empty database list is often attributed to the user authenticated to the SQL instance lacking the necessary permissions.
To address this issue, follow these steps to ensure the user has appropriate permissions:
1. Verify User Existence in SQL Server Logins:
- Open SQL Management Studio.
- Navigate to Security -> Logins.
- Double-click the account used for SQL instance authentication.
- If Windows authentication is used, verify the user account under which the "BDRSuite_Delegation_Service" service is running.
2. Grant 'sysadmin' Permission:
- Within the account properties, navigate to Server Roles.
- Confirm whether the 'sysadmin' role is enabled for the account.
- If not enabled, enable the 'sysadmin' role.
3. Map User to All Databases:
- Proceed to User Mapping in the left panel.
- Ensure that the user account is mapped to all databases.
- If not mapped, proceed to map it accordingly.
4. Finalize Changes:
- After enabling permissions or making any modifications, click the "OK" button to save changes.
- Close the properties window.
By following these steps, users can rectify the issue of encountering an empty database list on the Create Backup page by ensuring that the authenticated SQL instance user possesses the requisite permissions. If still the error persists contact BDRSuite support at vembu-support@vembu.com
Related Articles
Configuring SQL Database Backup
Step 1: Adding Basic Job Details Enter the following details; Backup Job Name: Provide any proper name for your backup job. Backup Repository: Select the backup repository type. You can choose either Block Storage or Object Storage. Repository Name: ...
Unable to List Databases during Microsoft SQL Server Backup
KB ID: 110000 Case 1: Microsoft SQL Server services are not running properly. Problem: This error occurs when the system is unable to list databases. This issue may arise if the SQL Server service and its associated services are not running. ...
Configuring MySQL Database Backup
Step 1: Adding Basic Job Details Enter the following details; Backup Job Name: Provide any proper name for your backup job. Backup Repository: Select the backup repository type. You can choose either Block Storage or Object Storage. Repository Name: ...
Troubleshooting Database/Instance Connection Issues
KB ID: 231001 Summary: Error code 231001 indicates a connection issue between the Database/Instance and the backup server. This critical error message reads, "Unable to establish the connection between the Database/Instance and the backup server." ...
Microsoft SQL Server Recovery
Microsoft SQL Server Recovery can be performed directly from the BDRSuite Backup Server. The recovery can be performed at a granular level. . You can click on the Recovery tab in the BDRSuite Backup Servers home screen and select Restore Backup Data. ...