I have sql server v2016 on windows server D V2016 . i can not enable to FileStrem.error Code (0x80041001)
Asked
Active
Viewed 73 times
0
-
Did you install the 32bit version of SQL server on a 64bit host, by any chance? – Thom A May 05 '19 at 14:22
-
ssms or engine or .... ? Which one version? see new image above – AAA May 05 '19 at 14:31
-
SSMS <> SQL Server (and SSMS is only available as a 32bit application). If you connect to your instance, what does `PRINT @@VERSION;` return? – Thom A May 05 '19 at 14:33
-
my windows server 2016 64X – AAA May 05 '19 at 14:35
-
Windows Server 2016 is only available in 64bit. That's why I'm asking about your data engine. – Thom A May 05 '19 at 14:35
-
my sql server 2016 x64 – AAA May 05 '19 at 14:46
-
--Microsoft SQL Server 2016 (RTM) - 13.0.1601.5 (X64) Apr 29 2016 23:23:58 Copyright (c) Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Windows Server 2016 Datacenter 6.3
(Build 14393: ) (Hypervisor) --Microsoft SQL Server 2016 (RTM) - 13.0.1601.5 (X64) Apr 29 2016 23:23:58 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows Server 2016 Datacenter 6.3 – AAA May 05 '19 at 15:00(Build 14393: ) (Hypervisor) -
Do you get the same error using T-SQL: `EXEC sp_configure 'filestream access level', 2;RECONFIGURE;`? If so, it could be registry permissions. Try toggling the SQL Server service account using SSCM. – Dan Guzman May 05 '19 at 15:49