Resolving Issue - "No Databases Were Listed for Backup" in BDRSuite
KB ID: 109000
Cause:
BDRSuite utilizes a PowerShell script to list databases available in Exchange Server. If the execution of PowerShell scripts is disabled in the Exchange Server, BDRSuite will not be able to list the available databases during the backup process.
Solution:
To resolve the issue of "No Databases Were Listed for Backup," follow these steps:
1. Open PowerShell.
2. Change the PowerShell script's execution policy from 'Restricted' to either ‘RemoteSigned’ or 'Unrestricted' by issuing the following command:
Set-ExecutionPolicy Unrestricted
Note: This command sets the execution policy to allow the running of scripts.
3. After updating the execution policy, try listing databases again.
By changing the PowerShell script's execution policy, you enable the necessary permissions for BDRSuite to list databases during the backup process.
Related Articles
Backup aborted
KB ID: 101005 Product: BDRSuite Backup Server Cause This will occur due to the following reasons: Backup configuration stored in the server and client is incompatible. When the Backup storage location is inaccessible to the backup server. If you ...
Addressing "Microsoft 365 Domains not listed during backup configuration" Issue
KB ID: 310000 Cause: This issue arises when the Domain status is unhealthy or inactive for any of the domains in the Microsoft 365 Organization added to the BDRSuite Server. Solution: 1. Check Domain Status: Contact your Microsoft 365 account ...
Handling Inconsistent Incremental Backups in BDRSuite for Exchange Server Databases
KB ID: 109105 Issue: The last Incremental Backup of the database +<currDBName>+ appears to have been executed from another application instead of BDRSuite for Exchange Server. The last Incremental Backup executed by BDRSuite for Exchange Server was ...
Microsoft 365 Users/Groups Not Listed During Backup Configuration
KB ID: 310001 Cause: This knowledge base article addresses the issue where Microsoft 365 users/groups are not listed during backup configuration. The error may occur due to the following reasons: 1. Mailbox Service is not enabled for the Microsoft ...
Issue: Full Backup Time Mismatch Troubleshooting
KB ID: 110003 Cause: The mismatch in full backup time is observed when utilizing another backup software concurrently with Vembu NetworkBackup. Performing SQL Server database backups through multiple applications leads to inconsistency in backup ...