It have failed to install if I choose a FileStream as SQL server installation options on Windows Server 2012 R2 Cluster.
An error occurred while setting the private property 'Security0x20Descriptor' value 'System.Byte []'.
So I installed by choosing the only DB engine. After the installation of the DB engine to Cluster, I introduced SQL Server SP2.
Then the introduction of the SP2, I was able to enable the FileStream option using the SQL Configuration Manager.
So I can use DB engine for remote access (Web Server), but I can not use Filestream.
Cluster resource of 'File Share' was failed.
Is there a way which can avoid this situation and use FileStream?
Thank you.