I get the following error when trying to log in to a named SQL Server 2016 instance:
2017-03-31 09:25:19.12 Logon
Error: 18456, Severity: 14, State: 5.
2017-03-31 09:25:19.12 Logon
Login failed for user 'domain\user'. Reason: Could not find a login matching the name provided. [CLIENT: some-ip-address
SQL Server 2016 is a named instance on this box as it also has SQL Server 2012 instance and was installed using virtual accounts as outlined here
This named instance is running under port 1500.
Any ideas on how to connect to this server using SQL Server Management Studio ?
saaccount