Hello,
I tries to install SQL SERVER 2014 EXPRESS on a HP LAPTOP on WINDOWS 10 HOME.
The setup fails at "RsFxConfiguration service rsfx0310". The error message is the following
------
(01) 2016-12-04 19:01:17 SQLEngine: : Checking Engine checkpoint 'InstallRsFxDriver'
(01) 2016-12-04 19:01:17 SQLEngine: --RsFxConfiguration: RsFxConfiguration: Install
(01) 2016-12-04 19:01:17 Slp: Sco: Attempting to open SC Manager
(01) 2016-12-04 19:01:17 Slp: Sco: Attempting to open service handle for service RsFx0310
(01) 2016-12-04 19:01:17 Slp: Sco: Attempting to close SC Manager
(01) 2016-12-04 19:01:17 SQLEngine: --RsFxConfiguration: Service RsFx0310 does not exist, executing install steps
(01) 2016-12-04 19:01:17 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2016-12-04 19:01:17 Slp: Sco: Attempting to open registry subkey SYSTEM\CurrentControlSet\Services\FltMgr
(01) 2016-12-04 19:01:17 Slp: Prompting user if they want to retry this action due to the following failure:
(01) 2016-12-04 19:01:17 Slp: ----------------------------------------
(01) 2016-12-04 19:01:17 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2016-12-04 19:01:17 Slp: Inner exceptions are being indented
(01) 2016-12-04 19:01:17 Slp:
(01) 2016-12-04 19:01:17 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
(01) 2016-12-04 19:01:17 Slp: Message:
(01) 2016-12-04 19:01:17 Slp: Tentative d'exécution d'une opération non autorisée.
(01) 2016-12-04 19:01:17 Slp: HResult : 0x84bb0001
(01) 2016-12-04 19:01:17 Slp: FacilityCode : 1211 (4bb)
(01) 2016-12-04 19:01:17 Slp: ErrorCode : 1 (0001)
(01) 2016-12-04 19:01:17 Slp: Data:
(01) 2016-12-04 19:01:17 Slp: WatsonData = HKEY_LOCAL_MACHINE@SYSTEM\CurrentControlSet\Services\FltMgr
(01) 2016-12-04 19:01:17 Slp: DisableRetry = true
(01) 2016-12-04 19:01:17 Slp: Inner exception type: System.UnauthorizedAccessException
(01) 2016-12-04 19:01:17 Slp: Message:
(01) 2016-12-04 19:01:17 Slp: Tentative d'exécution d'une opération non autorisée.
(01) 2016-12-04 19:01:17 Slp: HResult : 0x80070005
(01) 2016-12-04 19:01:17 Slp: Stack:
(01) 2016-12-04 19:01:17 Slp: à Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-12-04 19:01:17 Slp:
----------------------------------------
It seems that there is an unauthorized access to the registry key SYSTEM\CurrentControlSet\Services\FltMgr
I tries to change access control of this registry key using regedit. And that's true, I cannot do it, I have system access error. Even I am administrator user.
Can you help me?
Thanks.