I am Unable to install sql server 2019

Mukesh Burugupelli 21 Reputation points
2022-04-15T09:23:59.857+00:00

193335-sql-installer-error.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,767 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 101.4K Reputation points MVP
    2022-04-17T11:52:45.097+00:00

    I have researched this a little more, and it's apparently the case that Microsoft has broken something. You may want to wait a few days to come back and download a new version of the installation program. (I tried both the current download as well as an old download. The old one works. The new one produces the error above directly when I start it.)

    It seems that running these updates to the registry fixes the issue:

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
        Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
    

    Note there are some versions of this script out there with a backslash missing, so make sure you use the above.


2 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 101.4K Reputation points MVP
    2022-04-15T11:34:23.84+00:00

    There were a lot of people who had problems with this error one day last week, and then there was nothing the next day. Seems like Microsoft changed something and then changed it back.

    In any case, I would recommend that you select the option "Download Media", as this if nothing else simplifies diagnostics.

    I noticed that you also posted to this thread: https://learn.microsoft.com/en-us/answers/questions/464840/unable-to-install-sql-server-2019-developer-versio.html?childToView=813779. That thread actually has some resolution to this error that worked for the issue last week. You could try these if Download Media does not work.


  2. Erland Sommarskog 101.4K Reputation points MVP
    2022-04-15T17:49:20.87+00:00

    "Download Media" - I didn't understand can you elaborate.

    When you start the exe you downloaded, your are looking at this screen:

    193479-image.png

    My suggestion was that you would try the rightmost alternative.

    can any one from Microsoft community take remote access to my lap and resolve my issue ? I am SQL developer (employee)

    I can't speak for anyone else, but I'm afraid that I am not willing to spend time on thing like this. Not the least when this may be due to something in your environment, as set up by your IT department. And speaking of your IT department, I can't imagine that they would permit outsiders to connect to company laptops.

    Rather I think you should speak to your IT folks. Maybe they already have the media available and you can get it from them.

    0 comments No comments