I had installed SQL 2014 on our test server and it was working, but I wanted to change the named instance so I uninstalled and then re installed with the new name. I can connect to the instance on the local machine, but when I try to connect SQL Server management studio from my pc to this instance it does not work. On my pc when I browse the network serves I see the instance.
I have added my Windows account to the logins. TCP/IP on the default port and Named Pipes are enabled, and it is configured for remote connections.
When I try and connect I get the error
A network-related or instance error occurred while establishing a connection to SQL Server. The Server was not found or was not accessible. Verify that the instance name is correct and that SQL server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 28 - Server doesn't support requested protocol)
Another odd thing. On the server if I type out the Server Name and do not browse to it I get the same error.