I have a database that contains a Filetable. We have taken a database level san snapshot and have successfully mapped up the volumes and attached the database on a named instance of SQL 2012 - running build 11.0.3401. When I try to attach the database to the new server which is a SQL 2012 Cluster with a named instance, build 11.0.3412 I get a permissions error. I tried running a backup/restore and get a similar error.
The error I get when attaching is:
Unable to open the physical file "< Filestream filegroup name>". Operating system error 5: "5(Access is denied.)".
I have tried granting the SQL Service account (domain account) local admin on cluster nodes with no luck. The account is sysadmin on SQL. I have tried running SSMS as administrator, tried running attach under sa account, tried deleting the log and attaching without log, etc. Same error.
Any suggestions would be appreciated!