Hi,
Here is what I got from Copilot (may help you to narrow down):
The error message “Microsoft SQL Server Connector 3:1466” indicates an issue related to the SQL Server Connector for Microsoft Azure Key Vault. Here are some steps you can take to troubleshoot this error:
1. Upgrade the SQL Server Connector:
Stop the SQL Server service using SQL Server Configuration Manager.
Uninstall the old version of the connector from Control Panel > Programs and Features.
Install (upgrade to) the new version of the SQL Server Connector for Microsoft Azure Key Vault.
Start the SQL Server service.
Test if the encrypted databases are accessible.
If needed, you can roll back to the old version by following similar steps.
2. Check Event Logs:
Starting with version 1.0.3.0, the SQL Server Connector reports relevant error messages to the Windows event logs. Check the event logs for any additional details on the error.
3. Verify Compatibility:
Ensure that the SQL Server Connector version is compatible with your SQL Server instance. Some older versions are no longer supported in production environments1.
Remember to consult the official documentation or seek further assistance if needed. Troubleshooting SQL Server errors can be complex, but these steps should help you get started!