Error installing SQL Server 2019 on Windows 11

VTW 6 Reputation points
2022-09-17T20:46:07.023+00:00

Error message

Unable to install SQL Server(setup.exe). Exit Code(Decimal: 2061893606 Error description. Wait on the Database Engine recovery handle failed

242199-image.png
242207-summary.txt

SQL Server Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. VTW 6 Reputation points
    2022-09-19T18:43:11.763+00:00

    So, after looking in the correct errorlog-file this time, I was able to confirm that it was the "256 misaligned log IOs"-error after all. Following this troubleshoot guide from Microsoft's documentation, I was able to confirm that my sector storage size was above the maximum limit of 4KB.

    The solution for me was to set up a virtual hard disk and install the SQL Server there.

    1 person found this answer helpful.

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2022-09-17T21:53:46.433+00:00

    The error message tells you that SQL Server did not start when Setup wanted to run configuration steps. As the error message says, you need to look into the SQL Server error log to find out why. You find the log in C:\Program Fles\Microsoft SQL Server\MSSQL15.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

    If the errorlog includes a message about 256 misaligned reads and reverting to synchronous mode, check out this article for workarounds.

    If that message is not present, upload the errorlog (rename to be called errorlog.txt, or else the forum software will not agree to attach it), so we can look at it.


  3. YufeiShao-msft 7,146 Reputation points
    2022-09-19T06:41:01.093+00:00

    Hi @VTW ,

    Please check out this similar thread:
    https://social.msdn.microsoft.com/Forums/en-US/f75f52bb-2ade-4b5f-aee4-1aafc58f6308/sql-failed-with-exit-code-decimal2061893606?forum=sqlexpress

    Because you have provided so little information, the advice you can give at this time is limited. You can follow this thread first and try to solve the problem, if it does not work, please check out your error log for more information.

    -------------

    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

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.