SQL Server 2014 on Windows 2012R2 server. Our application connects to SQL Server without any problem on several Windows 7 computers, but gets the above error on a new Windows 10 machine.
No firewall or anti-virus running on client.
Using a named instance, SQL Browser is running.
Used Portqry and got the following results:
Server's response:
ServerName SQL_SERVER
InstanceName DTSQLSERVER
IsClustered No
Version 12.0.4100.1
tcp 49782
np \\SQL_SERVER\pip\MSSQL$DTSQLSERVER\sql\query
UDP port 1434 is LISTENING
Tried to establish a connection to the instance from the client using ODBCAD32. Failed with same error message. When setting up in ODBCAD32, you can see the instance and select it as the Server, but the test fails.
Any ideas on where I go from here?
Isaac