Share via

SQL Server 2019 Developer Edition - Download failed

2022-04-05T18:22:33.817+00:00

I am receiving an error when trying to run the SQL Server 2019 Developer Edition executable file.

Error A required file could not be downloaded. This could mean the version of the installer is no longer supporter

I have searched online again and again and any of the solutions posted did not rectify the error.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


3 answers

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2022-04-06T16:57:28.983+00:00

    It has something to do with TLS and new Windows Updates, here is a solution from another forum.

    Open PowerShell as administrator and run

    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

    Source https://techcommunity.microsoft.com/t5/sql-serv

    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".er/sql-server-installer-unable-to-download-the-required-files/m-p/2120065/highlight/true#M890

    Was this answer helpful?

    0 comments No comments

  2. AmeliaGu-MSFT 14,016 Reputation points Microsoft External Staff
    2022-04-06T05:39:06.92+00:00

    Hi OBrienCianJNJIENONJJ-2803,

    It might be TLS issue. Please check if the TLS 1.0 is enabled in SCHANNEL.
    Please refer to this similar thread which might be helpful.

    Best Regards,
    Amelia


    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

  3. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2022-04-05T21:47:47.607+00:00

    This seems to be a popular issue today. This thread has lots of posts and some tips: https://learn.microsoft.com/en-us/answers/questions/464840/unable-to-install-sql-server-2019-developer-versio.html. And this has the same error message and an accepted answer: https://learn.microsoft.com/answers/questions/801165/can39t-install-sql-server-2019.html.

    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.