question

AliIrp-1728 avatar image
0 Votes"
AliIrp-1728 asked abdullahdoleh-8679 commented

unable to install sql server exit code -2068052377

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-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ErlandSommarskog avatar image
1 Vote"
ErlandSommarskog answered ErlandSommarskog commented

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.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

im using sql server 2019 developer edition.
installation fails at Installing SQL Server ... Running action: ExecuteCompleteWorkflow.

C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\Summary.txt : https://www.mediafire.com/file/r8ls73m7inu5wur/Summary.txt/file

0 Votes 0 ·

Can you help with this
109551-screenshot-71.png


0 Votes 0 ·
screenshot-71.png (48.5 KiB)

No, I can't because you have not provided enough information. If you read my answer, you can see where to look to get more information. (And, hey, it is even visible in the error message you get!)

Once you have assembled more information, but are not able to make out heads and tails of it, you can post a new Question. Do not post anything more to this thread. Your problem may be unrelated to the problem Alilrp ran into.

0 Votes 0 ·
ErlandSommarskog avatar image
1 Vote"
ErlandSommarskog answered AliIrp-1728 commented

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Log\ERRORLOG : https://www.mediafire.com/file/5bz1pwx3480qgl5/ERRORLOG/file

0 Votes 0 ·
ErlandSommarskog avatar image
1 Vote"
ErlandSommarskog answered abdullahdoleh-8679 commented

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

· 8
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

can i create a new user?
and how i replace that file because that file is open in system?

0 Votes 0 ·

How do i fix that?
Can i create a new user?
How do i replace that file (because that file is open in system)?

0 Votes 0 ·

How do i fix that?
Can i create a new user?
How do i replace that file (because that file is open in system)?

0 Votes 0 ·

No, the registry file of the default profile is not open.

Anyway, this is a Windows problem. I was able to solve my own problem with some googling, but I am not going try guide someone else on a distance, since Windows is not my expertise.

I seem to recall that you had Network Service as the service account for SQL Server. You should stick with the default NT Service\MSSQLSERVER. If this profile has been created, you may have to replace its registry file too.

0 Votes 0 ·

i turned off my windows firewall and i gets another error code : unable to install sql server exit code -2064908287 this is the same problem?

0 Votes 0 ·
Show more comments