I run for an issue where DPM 2025 was unable to enumerate any SQL 2019 databases. It could enumerate all SQL 2025 databases. I got DPM error 964 and 966. As per the hint, I updated all OLEDB and ODBC drivers to match the same on DPM and all SQL Servers instances. Only after that I could enumerate sql databases in individual SQL servers and SQL Clusters. I been able to get the checkboxes displayed and able to select database for backup. What I suspect is that DPM does not just rely on VSS. It also uses SQL client libraries underneath for:
Metadata enumeration
AG detection
- Database listing
- Replica creation
- Log chain validation
Took me 3 days to sort it out. greg