Share via

SQL INSTALLATION ISSUE

MAYUR U 1 Reputation point
2022-01-20T06:05:41.387+00:00

After the installation of microsoft sql server 2019,I'm getting error :

oops...
unable to install sql server(setup.exe)
exit code (decimal) : 2061893607 Error description :couldn't find database engine startup handle

Please help.PFA for the same

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2022-01-20T22:58:00.667+00:00

    Please ignore the post from Yufeishao. Or at least the part where he/she suggests that you should uninstall and fiddle in the registry.

    The error means that Setup was not able to access SQL Server when Setup wanted to run install scripts. You should check the file C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORLOG (assuming a default installation) to find out why. Once we know why SQL Server starts we can look into how to repair this.

    Was this answer helpful?

    0 comments No comments

  2. YufeiShao-msft 7,156 Reputation points
    2022-01-20T08:17:40.5+00:00

    Hi @MAYUR U

    Uninstall SQL Server completely from add remove program:

    1. Uninstall the existing SQL Server and all the components from the add remove program.
    2. Backup the registry.
    3. Delete the following keys using regedit:
      --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
      --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
    4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
    5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
    6. Rename all the SQL Server folders in the computer.
    7. Reboot the machine.

    and then reinstall sql server, if you still get the error, please check your error log(Program Files\Microsoft SQL Server\MSSQL.n\MSSQL\LOG\ERRORLOG and ERRORLOG.n files.)
    Please refer to this article for details: https://social.technet.microsoft.com/wiki/contents/articles/24364.sql-server-troubleshooting-could-not-find-database-engine-startup-handle-error-during-installation.aspx

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

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

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