Event Log entry:
Log Name: Veritas Enterprise Vault
Source: Accelerator Manager
Event ID: 594
Level: Error
Description:
APP ATM - Unable to connect to SQL Server. The Accelerator Manager service has stopped. Connection string = 'Data Source=
V-437-594
DTrace log entries:
[1234] (AcceleratorManager) <1234> EV-L {EVSqlBase.ShouldRetry} Error 'Cannot open database "
[1234] (AcceleratorManager) <1234> EV-H {EVSqlBase.LogFailureAndThrow} Failed to execute 'EVSqlConnection: DB: Data Source=
Here are some potential causes:

For a CA / DA database showing in the Recovery Pending status, use one of the following options to confirm the database status:
Option 1 - SQL Server Management Studio
1. Open the SQL Server Management Studio with an account having rights to view the databases.
2. Connect to the SQL server and instance housing the Configuration database.
3. Expand the Databases branch in Object Explorer.
4. Find the Configuration database name. It should show the label (Recovery Pending) next to the name.
Option 2 - T-SQL
1. Open the SQL Server Management Studio with an account having rights to view the databases.
2. Connect to the SQL server and instance housing the Configuration database.
3. Open a new query window.
4. Execute the following query:
USE Master;
GO
SELECT
name, state_desc
FROM sys.databases
ORDER BY name;
GO
- Note the entry under the state_desc column for the Configuration database.
To resolve this issue, please contact the onsite SQL team for a review of the SQL server and to implement the remediation steps to bring the Configuration database back online.
Note - Any operations to repair databases not in a normal state carry the risk of data loss. It is highly recommended such operations only be carried out by persons trained and experienced in their use and only after backing up the existing databases and/or database files. If at all unsure of the steps, it is highly recommended to contact Microsoft for assistance.
For the issue where the CA / DA databases are hosted on a SQL AOAG and the CA / DA configuration uses a replica of the AOAG:
- Option 1 - Correct the SQL Server information when attempting to access the EVBAAdmin site.
- Option 2 - Correct the configuration files.