Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Win32 application on a WSFC cluster cannot access a FILESTREAM share by using the VVN of a listener in SQL Server 2012


View products that this article applies to.

Symptoms

Assume that a Microsoft SQL Server 2012 database is a member of an AlwaysOn availability group, and a listener name is configured for the availability group. You check whether a Win32 application on the Windows Server 2012 Windows Server Failover Clustering (WSFC) cluster can access a node that hosts a primary replica. To do this, you use the Virtual Network Name (VNN) of the listener. In this situation, the Win32 application cannot access a FILESTREAM share on the instance of SQL Server 2012.

Note The Win32 application tries to access the node by using the following path:
\\<VNN>\<filestream_share_name>

↑ Back to the top


Cause

This issue occurs because local disks host the FILESTREAM data. However, in a Windows Server 2012 clustered environment, you can only add disks as cluster file shares on the cluster.

↑ Back to the top


Status

Microsoft is currently working on a resolution for this issue. This Microsoft Knowledge Base (KB) article will be updated when the Windows fix becomes available. 

↑ Back to the top


More Information

Win32 applications can access files that are associated with a FileTable in a SQL Server 2012 database by using a FILESTREAM share on an instance of SQL Server. Therefore, the Win32 applications can access the FILESTREAM share by using a Universal Naming Convention (UNC) name. 

Note The applications access the FILESTREAM share by using the following path:
\\<computer_name>\<filestream_share_name>

↑ Back to the top


Keywords: kbsurveynew, kbexpertiseadvanced, kbtshoot, kb

↑ Back to the top

Article Info
Article ID : 2801406
Revision : 1
Created on : 1/7/2017
Published on : 1/24/2013
Exists online : False
Views : 166