Hi guys,
i have a clustered SQL Server 2012 SP1 here running on two Windows Server 2012 R2 nodes.
Filestream is enabled for Transact-SQL access. When i try to enable FILESTREAM for file I/O access i get the following error message:
There was an unknown error applying the FILESTREAM settings.
Check the parameters are valid. (0x80071392)
Any ideas where i can start looking where this problem is coming from ?
What i have noticed, is that the Fileshare resource is not created when i take a look in the Failover Cluster Manager.
I have another more or less identical setup here for testing purposes where it works as expected.
Both OS & SQL versions are the same including patches. So it seems like there is something else here ??
I found the following events in the Event Viewer:
Cluster resource 'SQL Server FILESTREAM share (MSSQL2012P)' was added to the failover cluster.
immediately followed by
Cluster resource 'SQL Server FILESTREAM share (MSSQL2012P)' was removed from the failover cluster.
The diganostic event log comes up with the following entry:
[RCM] rcm::RcmApi::CreateResType: (183)' because of 'Resource type already exists.'
So i suspect that this is the source of the problem. The question is, how can i solve it?
Any help is appreciated.
Thanks & Cheers
Chaib