I'm trying to set the storage type to MS SQL Server. It says connection was successfully established but I encountered an error where it cant find the specified network. SQL Server is running while doing the set up. What did I miss?
1 Answer, 1 is accepted
0
Todor
Telerik team
answered on 26 Oct 2021, 01:01 PM
Hi,
Note that the error was thrown by the data provider that our code uses to connect to the database. We only transfer the error to the user.
It looks like a Network issue, as explained in the Microsoft thread SQL Server Connection Issue. You may check on Event Viewer- > Application Log for any errors as suggested.
Here are other discussions I found on the Internet on similar issues that may be helpful in troubleshooting: