Arild_Carlsen
7 years agoLevel 3
Backup Exec 15 catalog error
After moving backupexec database to a new SQL server I started to see tenthousands of warning messages complaining about: ODBC access error. Possible lost connection to database or unsuccsesful access to catalog index in the database.Anyone else having this issue?
This document solved my problem:
https://vox.veritas.com/t5/Backup-Exec/ODBC-access-error/td-p/772052
Look for the entry from: VJaware
USE bedb;
EXEC Sp_Changedbowner
'sa';
ALTER DATABASE bedb SET TRUSTWORTHY ON;