SQL Server 2019 Developer Edition Installation Failed

Jordan Hebler 1 Reputation point
2022-01-21T17:17:23.58+00:00
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,605 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 100.8K Reputation points MVP
    2022-01-22T18:29:22.71+00:00

    That's interesting. I've seen people having problem with installing SQL Server on Windows 11 over Parallels on Mac, but in that case, they have not come as far as you have done. But these people have had an ARM processor, and maybe you have a regular AMD64 processor?

    Anyway, the part where things go sour is this one:

    (01) 2022-01-21 11:05:29 Slp: Sco: Attempting to open registry subkey SYSTEM\CurrentControlSet\Services\FltMgr
    (01) 2022-01-21 11:05:29 Slp: Sco: Attempting to get registry value AttachWhenLoaded
    (01) 2022-01-21 11:05:29 SQLEngine: : SetFltMgrAttachWhenLoadedKey : AttachWhenLoaded value is set to 1
    (01) 2022-01-21 11:05:29 Slp: Sco: Attempting to set value AttachWhenLoaded
    (01) 2022-01-21 11:05:29 Slp: SetValue: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FltMgr, Name = AttachWhenLoaded
    (01) 2022-01-21 11:05:29 SQLEngine: --RsFxConfiguration: InfFilePath is C:\Program Files\Microsoft SQL Server\150\Shared\RsFxInstall\RsFx0600.inf
    (01) 2022-01-21 11:05:29 SQLEngine: --RsFxConfiguration: ExecuteInfSection RetVal = -536870347
    (01) 2022-01-21 11:05:29 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC.
    (01) 2022-01-21 11:05:29 Slp: Unknown error (0xe0000235)
    (01) 2022-01-21 11:05:29 Slp: The configuration failure category of current exception is ConfigurationFailure
    (01) 2022-01-21 11:05:29 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC.
    (01) 2022-01-21 11:05:29 Slp: System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xe0000235)

    I have seen several logs where things have gone bad when accessing this registry key ending in FltMgr, and these users have all been running the same antivirus. However, these logs have had a different error message.

    I will have to admit that I don't have any direct suggestions. If you installed Windows yourself, the antivirus would be Microsoft Defender Firewall, which is not known to cause problems. (It seems likely that Microsoft test with their own software!) But if you had Windows installed when you got your machine, it is possible that the vendor sneaked in something else.

    0 comments No comments

  2. AmeliaGu-MSFT 13,961 Reputation points Microsoft Vendor
    2022-01-24T06:00:08.75+00:00

    Hi JordanHebier-6463,

    Welcome to Microsoft Q&A.
    Currently, SQL Server does not support Apple's M1 architecture. Please refer to this feedback and you can vote it: https://feedback.azure.com/d365community/idea/949650e5-3248-ec11-a819-0022484bf651
    Please also check the solution in this thread which has the same error message but happened in Windows 10, it might help.

    Best Regards,
    Amelia


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments