unable to install sql server exit code -2068052377

Ali Irp 21 Reputation points
2021-02-06T17:27:56.62+00:00

Hi i have a problem with installing sql server and i tried some tricks that i saw in other threads but i still have this problem

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,361 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 107.1K Reputation points
    2021-02-06T19:26:42.567+00:00

    Which version and edition of SQL Server are you trying to install?

    At which point during the installation do things fail?

    In the folder C:\Program Files\Microsoft SQL Server\nnn\Setup Bootstrap\LOG, you find one folder for each installation attempt. A starting point is to look at Summary.txt.

    nnn in the path above depends on the version of SQL Server you are trying to install.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 107.1K Reputation points
    2021-02-06T20:19:08.68+00:00

    I found "Wait on the Database Engine recovery handle failed."

    This means that SQL Server failed to start when Setup wanted to run post-install scripts.

    You need to check C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORLOG to see what is happening.

    1 person found this answer helpful.

  2. Erland Sommarskog 107.1K Reputation points
    2021-02-06T20:33:30.197+00:00

    "Initializing the FallBack certificate failed with error code: 15"

    These problems are often due to that you default profile in Windows has been corrupted. I recall that I ran into this once, and I was able to recover by copying a file (NTUSER.DAT?) from another machine with the same Windows version.

    1 person found this answer helpful.