how to solve( Exit code (Decimal ): -2061893606Error description : Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.) this problem installing sql server ?

harihara sudhan 0 Reputation points
2023-03-01T07:01:37.34+00:00

please help me to solve this problem...User's image

SQL Server | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Seeya Xi-MSFT 16,586 Reputation points
    2023-03-01T08:04:12.7633333+00:00

    Hi @harihara sudhan,

    From the screenshot, it looks like your OS is Win11.

    Please attach C:\Program Files\Microsoft SQL Servre\MSSQL15.SQLEXPRESS\MSSQL\LOG\ERRORLOG to locate the issue.

    When you try to start SQL Server on a Windows 11 device, the service may fail to start and in the SQL Server error log, you may notice entries similar to:

    2021-11-05 23:42:47.14 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.MSSQLSERVER\MSSQL\DATA\master.mdf.

    SQL Server storage engine logic detects the disk Sector Size and will align the Transaction Log Files metadata and internal boundaries to match the Sector Size (either 512 or 4096 bytes). The error message is generated when SQL Server has detected that Log Entries have been written assuming a Sector Size different to the Sector Size found on the current SQL Server instance.

    Please refer to this link:

    https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size

    If this does not solve your problem, you can also provide your summary.txt or detail.txt. These are two important files that can help to view the installation process.

    You can find the file path in this link:

    https://learn.microsoft.com/en-us/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files?view=sql-server-ver16

    Best regards,

    Seeya


    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".

    0 comments No comments

  2. Viorel 122.6K Reputation points
    2023-03-01T09:07:31.77+00:00

    Deleted.

    0 comments No comments

  3. Sumit pratap singh 5 Reputation points
    2023-04-02T12:27:41.8633333+00:00

    I am still getting the same error, installed whole new window, repaired everything but still this issue persists

    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.