Error code 2147467259 The system cannot find the path specified When trying to install SQL Server 2019

Breanna Wood 5 Reputation points
2023-09-10T23:36:39.6333333+00:00

I am unable to install SQL Server 2019, I am just trying to do the basic download. I looked at the summary the first time, and it said something about the firewall I believe, so I turned it off and tried reinstalling.

Now, it is saying something else. I have attached the summary text.
Summary_MSI_20230910_183022.txt

I am hoping to get this resolved soon since I need it for class starting later this week.

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,682 questions
{count} vote

2 answers

Sort by: Most helpful
  1. PercyTang-MSFT 12,501 Reputation points Microsoft Vendor
    2023-09-11T06:05:07.8366667+00:00

    Hi @Breanna Wood

    According to the summary, I found a thread that reported a similar error. You can see if it can help you.

    https://learn.microsoft.com/en-us/answers/questions/527717/unable-to-install-sql-server-2019-the-system-canno

    Best regards,

    Percy Tang

    0 comments No comments

  2. MojiTMJ 690 Reputation points
    2023-09-15T16:12:02.6166667+00:00

    Hello Breanna,

    Thank you for reaching out in Microsoft Q&A.

    As i understand error message you're encountering during the SQL Server 2019 installation, specifically the error code -2147467259, typically indicates that there's an issue with file or folder paths specified during the installation process. The message "The system cannot find the path specified" suggests that SQL Server setup is unable to locate a required file or directory.

    To resolve this issue, follow these steps:

    1. First, ensure that the SQL Server installation media or setup files are intact and not corrupted. If you downloaded the installation files, consider re-downloading them to rule out any corruption issues.
    2. Make sure you are running the SQL Server setup as an administrator. Right-click on the setup executable file and select "Run as administrator." This ensures that the installation process has the necessary permissions.
    3. During the SQL Server installation, you can specify various paths for data directories, log directories, and backup directories. If you have customized these paths, try using the default paths provided by SQL Server to see if the installation proceeds without errors.
    4. Ensure that you have sufficient free disk space on the drive where you are installing SQL Server. A lack of free space can cause installation failures.
    5. SQL Server setup uses the system's temporary folder for various operations. Ensure that the system's temporary folder is accessible and has enough space.
    6. Verify that the account you are using to install SQL Server has the necessary permissions to access the installation path and create files and directories. It should have administrative privileges.
    7. If you've previously attempted to install SQL Server and it failed, there may be remnants of the previous installation that could interfere with the new installation. Consider uninstalling any previous SQL Server components or instances and cleaning up related files and folders before attempting the installation again.
    8. Although you mentioned disabling the firewall earlier, ensure that your firewall or antivirus software is not interfering with the installation process. Temporarily disabling antivirus software during the installation might help rule out any conflicts.

    Remember to create backups of your data and configurations before making significant changes to your system, especially during SQL Server installations. If you continue to face issues, consider seeking assistance from your instructor or IT support, as they may have specific recommendations or access to resources tailored to your class requirements.

    Note: If you found this response helpful, please acknowledge it to help others facing similar challenges.

    Best of luck!

    0 comments No comments

Your answer

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