SQL Express 2019 Install Failure of Database Engine Component error code: 0x851A001A on Windows 11.

Justin Statham 26 Reputation points
2022-02-02T20:20:00.083+00:00

I have a brand new HP computer with 1 GIG SSD drive running windows 11 and keep getting the error below on install. I have googled and tried several solutions and nothing has worked. Here is what I have also found but none of this

My observations so far after reading many threads:

  1. In the above environment, SQL Server 2019 will install properly on a second hard drive
  2. If the Primary Hard Drive is less than 1TB, then also there is no problem (SQL Server 2019 installs properly) but this options is also not available to me
  3. If you partition the 1TB SSD, the problem persists because the partition is still recognised internally as “One Single Hard Drive”
  4. The issue is that Windows 11 is verifying the sector size is not over 4K and SQL Server installation fails when the hard drive sector is larger then 4096

Can anyone help get this installed. I did confirm my sector size is 512.

Detailed results:
Feature: Database Engine Services
Status: Failed
Reason for failure: An error occurred during the setup process of the feature.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.

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,815 questions
{count} votes

12 answers

Sort by: Most helpful
  1. Justin Statham 51 Reputation points
    2022-04-29T18:32:16.923+00:00

    Here is how I am currently fixing this problem.
    Windows 11 Install error fix

    1. Check error logs C:\Program Files\Microsoft SQL Server\MSSQL15.TRACSSE\MSSQL\Log look for something like this in the log file.

    2022-02-07 10:18:14.95 spid9s There have been 256 misaligned log IOs which required falling back to synchronous IO. The current IO is on file C:\Program Files\Microsoft SQL Server\MSSQL15.sqlexpress\MSSQL\Template Data\master.mdf.

    1. uninstall previous instance
    2. run registry script in command prompt as admin

    REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t REG_MULTI_SZ /d "* 4095" /f

    1. Reboot then rerun the setup C:\SQL2019\ExpressAdv_ENU\setup.exe as admin
    2. Install sql server Normal.
    10 people found this answer helpful.

  2. Rob Ainscough 76 Reputation points
    2022-06-12T19:15:14.337+00:00

    OMG, 2 days later ... big thank you!!

    This:

    REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t REG_MULTI_SZ /d "* 4095" /f

    resolved the issue for my Windows 11 PC ... I'm eternally grateful, but at the same time I'm unbelievably pissed off at Microsoft for their incompetence ... 2 days of my life wasted on this.

    Cheers, Rob.

    2 people found this answer helpful.
    0 comments No comments

  3. Justin Statham 26 Reputation points
    2022-02-04T15:59:19.38+00:00

    I got it to work after running this command to rebuild the master tables.

    setup /ACTION=REBUILDDATABASE /QUIET /INSTANCENAME=MSSQLSERVER /SQLSYSADMINACCOUNTS=domain\myaccount /SAPWD=sapwd /SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS

    Hopefully Microsoft fixes this in the future.

    1 person found this answer helpful.

  4. Erland Sommarskog 101.9K Reputation points MVP
    2022-02-02T22:30:54.353+00:00

    This sounds very much like a known issue with Windows 11 not always reporting sector sizes correctly. See this Microsoft article for more information: https://learn.microsoft.com/troubleshoot/sql/admin/troubleshoot-os-4kb-disk-sector-size.

    0 comments No comments

  5. Justin Statham 26 Reputation points
    2022-02-03T21:10:45.747+00:00

    I added the registry entry and Uninstalled and Reinstalled and got the same error. I then Added the -T1800 as a Startup Parameter to the instance. All of them give the same error when the instance tries to start. The only thing I didn't do was reboot. What should I try now? I have attached all the logfiles.

    Also here is a link to a SqlSupport_Cpu64_1.log

    https://napatracs.files.com/f/d0cbe0b9349e1890

    171166-detail.txt171079-summary.txt

    Faulting application name: sqlservr.exe, version: 2019.150.2000.5, time stamp: 0x5d8a9215 Faulting module name: sqllang.dll, version: 2019.150.2000.5, time stamp: 0x5d8a92a9 Exception code: 0xc0000005 Fault offset: 0x0000000000310093 Faulting process id: 0x17d0 Faulting application start time: 0x01d8193302ecbdcc Faulting application path: C:\Program Files\Microsoft SQL Server\MSSQL15.TRACSSE\MSSQL\Binn\sqlservr.exe Faulting module path: C:\Program Files\Microsoft SQL Server\MSSQL15.TRACSSE\MSSQL\Binn\sqllang.dll Report Id: 5d4889e6-f1ec-4262-bbf8-47efc103a29f

    Summary log File. Configuration file: C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20220203_111249\ConfigurationFile.ini

    Detailed results: Feature: Database Engine Services Status: Failed Reason for failure: An error occurred during the setup process of the feature. Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again. Component name: SQL Server Database Engine Services Instance Features Component error code: 0x851A001A Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes. Error help link: https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=15.0.4013.40&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026

    Feature: SQL Browser Status: Passed

    Feature: SQL Writer Status: Passed

    Feature: Client Tools Backwards Compatibility Status: Passed

    Feature: Client Tools SDK Status: Passed

    Feature: Client Tools Connectivity Status: Passed

    Rules with failures or warnings:

    Detail Log

    1. 2022-02-02 11:51:13 SQLEngine: Copying 'C:\Program Files\Microsoft SQL Server\MSSQL15.TRACSSE\MSSQL\Log\HkEngineEventFile_0_132883050553030000.xel' to 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20220202_114608\HkEngineEventFile_0_132883050553030000_2022-02-02T11.50.55.xel' ... (01) 2022-02-02 11:51:13 SQLEngine: Copy '1' xel files from 'C:\Program Files\Microsoft SQL Server\MSSQL15.TRACSSE\MSSQL\Log' to 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20220202_114608' ... (01) 2022-02-02 11:51:13 SQLEngine: --SqlServerServiceSCM: Exception happens at start SQL Engine attempt 1. Exception: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes. Call stack Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
    2. 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream) (01) 2022-02-02 11:51:33 Slp: The following is an exception stack listing the exceptions in outermost to innermost order (01) 2022-02-02 11:51:33 Slp: Inner exceptions are being indented (01) 2022-02-02 11:51:33 Slp: (01) 2022-02-02 11:51:33 Slp: Exception type: Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException (01) 2022-02-02 11:51:33 Slp: Message: (01) 2022-02-02 11:51:33 Slp: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes. (01) 2022-02-02 11:51:33 Slp: HResult : 0x851a001a (01) 2022-02-02 11:51:33 Slp: FacilityCode : 1306 (51a) (01) 2022-02-02 11:51:33 Slp: ErrorCode : 26 (001a) (01) 2022-02-02 11:51:33 Slp: Data: (01) 2022-02-02 11:51:33 Slp: SQL.Setup.FailureCategory = ConfigurationFailure (01) 2022-02-02 11:51:33 Slp: WatsonConfigActionData = INSTALL@CONFIGRC@alenzi _ENGINE_CORE_INST (01) 2022-02-02 11:51:33 Slp: WatsonExceptionFeatureIdsActionData = System.String[] (01) 2022-02-02 11:51:33 Slp: Stack: (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql, Boolean withFailpoint) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceSCM.StartSqlServer(String[] parameters, Boolean withFailpoint) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerStartup.StartSQLServerForInstall(String sqlCollation, String masterFullPath, Boolean isConfiguringTemplateDBs, Boolean isSlipstreamRunning) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.Install(ConfigActionTiming timing, Dictionary2 actionData, PublicConfigurationBase spcb) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, ConfigBaseAction action, Dictionary2 actionData, PublicConfigurationBase spcbCurrent) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, ConfigBaseAction action, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream) (01) 2022-02-02 11:51:33 Slp: Watson Bucket 1 Original Parameter Values
    3. 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream) (01) 2022-02-02 11:51:33 Slp: The following is an exception stack listing the exceptions in outermost to innermost order (01) 2022-02-02 11:51:33 Slp: Inner exceptions are being indented (01) 2022-02-02 11:51:33 Slp: (01) 2022-02-02 11:51:33 Slp: Exception type: Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException (01) 2022-02-02 11:51:33 Slp: Message: (01) 2022-02-02 11:51:33 Slp: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes. (01) 2022-02-02 11:51:33 Slp: HResult : 0x851a001a (01) 2022-02-02 11:51:33 Slp: FacilityCode : 1306 (51a) (01) 2022-02-02 11:51:33 Slp: ErrorCode : 26 (001a) (01) 2022-02-02 11:51:33 Slp: Data: (01) 2022-02-02 11:51:33 Slp: SQL.Setup.FailureCategory = ConfigurationFailure (01) 2022-02-02 11:51:33 Slp: WatsonConfigActionData = INSTALL@CONFIGRC@alenzi _ENGINE_CORE_INST (01) 2022-02-02 11:51:33 Slp: WatsonExceptionFeatureIdsActionData = System.String[] (01) 2022-02-02 11:51:33 Slp: Stack: (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql, Boolean withFailpoint) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceSCM.StartSqlServer(String[] parameters, Boolean withFailpoint) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerStartup.StartSQLServerForInstall(String sqlCollation, String masterFullPath, Boolean isConfiguringTemplateDBs, Boolean isSlipstreamRunning) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.Install(ConfigActionTiming timing, Dictionary2 actionData, PublicConfigurationBase spcb) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, ConfigBaseAction action, Dictionary2 actionData, PublicConfigurationBase spcbCurrent) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, ConfigBaseAction action, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId) (01) 2022-02-02 11:51:33 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream) (01) 2022-02-02 11:51:33 Slp: Watson Bucket 1 Original Parameter Values

    entire Detail_Local File (01) 2022-02-02 11:47:05 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderFile' has been registered (01) 2022-02-02 11:47:05 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderStatus' has been registered (01) 2022-02-02 11:47:05 Slp: Reading XML resource 'Microsoft.SQL.Chainer.PackageData.Package.xml' (01) 2022-02-02 11:47:05 Slp: Reading schema resource 'Microsoft.SQL.Chainer.Package.Package.xsd' (01) 2022-02-02 11:47:05 Slp: Document 'Microsoft.SQL.Chainer.PackageData.Package.xml' validated with schema 'Microsoft.SQL.Chainer.Package.Package.xsd' has been successfuly loaded into datastore path '/Datastore/Package' (01) 2022-02-02 11:47:05 Slp: ---------------------------------------------------------------------- (01) 2022-02-02 11:47:05 Slp: Running Action: ReadProductXML (01) 2022-02-02 11:47:05 Slp: Reading XML resource 'Microsoft.SQL.Chainer.Product.Product.xml' (01) 2022-02-02 11:47:05 Slp: Document 'Microsoft.SQL.Chainer.Product.Product.xml' validated with schema 'Microsoft.SQL.Chainer.Product.Product.xsd' has been successfuly loaded into datastore path '/Datastore/Product' (01) 2022-02-02 11:47:05 Slp: Completed Action: ReadProductXML, returned True (01) 2022-02-02 11:47:05 Slp: ---------------------------------------------------------------------- (01) 2022-02-02 11:47:05 Slp: Running Action: LoadExtensions (01) 2022-02-02 11:47:05 Slp: Loading extension 'MSI' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.MsiExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'MSI' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'Config' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.ConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'Config' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'Common' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Chainer.ExtensionCommon.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'Common' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SqlConfigBase' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SqlConfigBase.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SqlConfigBase' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'Slp' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SetupExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'Slp' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'RulesEngine' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.RulesEngineExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'RulesEngine' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'WorkflowData' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Chainer.WorkflowData.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'WorkflowData' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SlpConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SlpExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SlpConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'Clst' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.Cluster.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'Clst' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'AgentConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.AgentExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'AgentConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SqlPowershellConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.PowershellExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SqlPowershellConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SSISConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SSISExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SSISConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ISMasterConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.ISMasterExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ISMasterConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ISWorkerConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.ISWorkerExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ISWorkerConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'DReplayConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.DistributedReplayExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'DReplayConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ASConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.ASExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ASConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ReplConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.Repl_ConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ReplConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ManagementToolsConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ManagementToolsConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ManagementToolsAdvancedConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ManagementToolsAdvancedConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'UI' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.UIExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'UI' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ConfigurationResources' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ConfigurationResources' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SqlEngineConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SqlEngineConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'XTPConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.XTP.ConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'XTPConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SniServerConfigExt' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SniServerConfigExt.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SniServerConfigExt' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SqlBrowserConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.SqlBrowserExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SqlBrowserConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'SqlRSConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.RSExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'SqlRSConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'PolybaseConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.PolybaseConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'PolybaseConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'PolybaseJavaConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.PolybaseJavaConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'PolybaseJavaConfig' version '15.0.4013.40' loaded (01) 2022-02-02 11:47:05 Slp: Loading extension 'ExtensibilityConfig' from file 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQL2019\x64.\Microsoft.SqlServer.Configuration.Extensibility_ConfigExtension.dll' (01) 2022-02-02 11:47:05 Slp: Extension 'ExtensibilityConfig' version '15.0.4013.40' loaded