Hi John,
Can you give more details about the connection? (which ODBC driver uses and the steps that you realize to connect to the database for example).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
One of our customers are having problems in connecting from Excel to SQL Server Database Engine and Analysis Services.
Please see images below:
When trying to connect to SSAS this error occurs
Errors in the OLE DB provider.Could not connect to the redirector.Ensure that the SQLBrowser service is running on the 'utcidoit01" server
Then when trying to connect to SQL DB, this error occurs
We have read that the error is related to TLS?
Then we found out that the machine where the SQL Server is installed uses TLS 1.2 and the machine where the excel is installed used TLS 1.2. The other versions of TLS are disabled.
Hope someone can help us.
Thanks!
Hi John,
Can you give more details about the connection? (which ODBC driver uses and the steps that you realize to connect to the database for example).
Hi @John Lyndon Philip L. Planas,
Starting with SQL Server 2016 (13.x), Secure Sockets Layer (SSL) has been discontinued. Use TLS (TLS 1.2 is recommended) instead. For more information, see KB3135244 - TLS 1.2 support for Microsoft SQL Server
Here is a same thread, you may take a reference to.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.