FIX: Cannot open the memory-optimized table template remotely in SQL Server 2014

Applies To
SQL Server 2014 Developer - duplicate (do not use) SQL Server 2014 Developer - duplicate (do not use) SQL Server 2014 Enterprise - duplicate (do not use) SQL Server 2014 Enterprise - duplicate (do not use) SQL Server 2014 Standard - duplicate (do not use) SQL Server 2014 Standard - duplicate (do not use)

Symptoms

Consider the following scenario:

  • You have Microsoft SQL Server 2014 installed on a server that is not joined to a Windows domain.
  • You connect to the server from a remote client by using SQL authentication and SQL Server Management Studio 2014 (SSMS).
  • You try to open the memory-optimized table template on the client.

In this scenario, you receive the following error message:

Note

Failed to connect to Server "<ServerName>"
The target principal Name is incorrect. Cannot generate SSPI context

Cause

This issue occurs because, instead of using the credentials and authentication mode of the current connection, SSMS always uses Windows Authentication to connect to the server. This makes the connection fail when SSMS tries to open the memory-optimized table creation template and then check whether the database has any memory-optimized objects.

Resolution

The issue was first fixed in the following cumulative update of SQL Server.

Cumulative Update 3 for SQL Server 2014 /en-us/help/2984923

About cumulative updates for SQL Server

Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:

      

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.