Hi,
I have some SQL 2012 instances in a cluster and I need to implement TLS 1.2.
So I installed SP3 and CU3 over it on the inactive node first. When I try to fail the instances over to apply the service on the active node I get the following errors:
[sqsrvres] Worker Thread (50825AA0): ReAclDirectory : Failed to apply security to G:\nn\MSSQL\Data (87).
[sqsrvres] Worker Thread (50825AA0): ReAclDirectory : Failed to apply security to G:\nn\MSSQL\Log (1008).
[sqsrvres] Worker Thread (50825AA0): ReAclDirectory : Failed to apply security to G:\nn\MSSQL\Backup (1008).
[sqsrvres] Worker Thread (50825AA0): DoREPLSharedDataUpgrade : Failed to create working directory.
[sqsrvres] SQL Cluster shared data upgrade failed with error 0 (worker retval = 3). Please contact customer support
[sqsrvres] Failed to prepare environment for online. See previous message for detail. Please contact customer support
[sqsrvres] SQL Server resource state is changed from 'ClusterResourceOnlinePending' to 'ClusterResourceFailed'
I've checked SQLDataRoot key in the registry and it's fine.
SQL Server instances are running with a domain admin account.
Any thoughts?
Thanks.