Error while installing sql server 2022 developer edition (Error result: -2061893606)

kishor ghongade 20 Reputation points
2023-09-08T09:59:39.6533333+00:00

Hi Team,

While installing SQL server 2022 Developer edition on local workstation, I am getting below error.

"Error installing SQL Server Database Engine Services Instance Features

Wait on the Database Engine recovery handle failed. "

(01) 2023-09-08 15:14:53 Slp: Error result: -2061893606

(01) 2023-09-08 15:14:53 Slp: Result facility code: 1306

(01) 2023-09-08 15:14:53 Slp: Result error code: 26

(01) 2023-09-08 15:14:53 Slp: WER: Application level consent value 'True' was mapped to consent status 'WerConsentApproved'

Also, I have attached a detailed log file for more information. Detail.txt

Also, I tried with the solution provided at link

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,645 questions
{count} votes

Accepted answer
  1. Erland Sommarskog 109.9K Reputation points MVP
    2023-09-08T20:55:27.7133333+00:00

    The message Wait on the Database Engine recovery handle failed is a generic error that means that SQL Server did not start when Setup wanted to run configuration steps. To understand why it did not start, you need to look in the SQL Server errorlog, which you find in C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\LOG\ERRORLOG. Note that the component MSSQL16.MSSQLSERVER is for a default instance of SQL 2022. If you are trying to install an older version or a named instance, this component will have a different name.

    If you see a message about 256 misaligned reads, you are running into a known issue where Windows 11 for some disk drives reports a sector size that SQL Server does not cope with. Microsoft has published an article with workarounds for the problem.

    If you don't see the message about misaligned reads, feel free to upload the errorlog here, so we can look at it. You will need to rename to ERRORLOG.txt for the forum software to accept it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.