Sql server management studio ошибка 0x80070643

I am installing the Microsoft SQL Server Management Studio (17.2).

It was installed before, but I re-install it because I forgot the admin password (shouldn’t do this actually).

However, the re-installation is not successful. The same error message occurs:

fatal error during installation (0x80070643)
SQL Server MAnagement Studio: A valid destination folder for the install could not be determined

I’ve found one solution here

A valid destination folder for the install could not be determined when installing SQL Server Management Studio 2016

But it didn’t work on my machine. I even couldn’t find the BootstrapDir.

Any ideas what I might look for to solve this problem?

Thanks.

Thom A's user avatar

Thom A

89k11 gold badges45 silver badges75 bronze badges

asked Sep 23, 2017 at 3:07

Fzn's user avatar

3

Jumping ahead to 2020, this problem resurfaced for me while installing SSMS version 18. After many other suggestions did not fix the issue, I found that updating the version of Visual Studio Installer (VS 2019) to current version solved the issue. Since this error code shows up in many different install scenarios, but many different MS products also now share pieces with VS, I hope this might help someone else get to a solution faster.

answered Sep 28, 2020 at 22:37

Gardoglee's user avatar

I had the same problem and I «resolved» it by installing SSMS 16.5.3, which was successful. I then was able to install SSMS 17.2 without issue. After 17.2 is installed, 16.5.3 can be uninstalled.

answered Oct 5, 2017 at 15:00

Bob Klimes's user avatar

1

Simply make sure the bellow path is already created and exists on the designated machine!

«C:\Program Files (x86)\Microsoft SQL Server\130\Setup Bootstrap\»

answered Jan 17, 2019 at 19:00

Mehrdad Alemi's user avatar

1

  • Remove From My Forums
  • Question

  • Good Day,

                    I have been having an issue installing SQL Server Management Studio 2017, any version of it.  The install has consistently failed for the same issue, a Fatal
    error during installation (0x80070643).  The following shows in the installation log:

    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageAction: Install Started for package Microsoft Visual
    Studio Tools for Applications 2015 Language Support
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 0, Overall progress:
    64
    
    [4CD8:4CDC][2017-11-27T12:54:40]i301: Applying execute
    package: VSTALS2015, action: Install, path: C:\ProgramData\Package
    Cache\4F812BBB2BE7E30CED293F8A229A5410D70DE6DB\redist\vsta_ls.exe, arguments:
    '"C:\ProgramData\Package Cache\4F812BBB2BE7E30CED293F8A229A5410D70DE6DB\redist\vsta_ls.exe"
    /q /norestart /log %localappdata%\temp\SsmsSetup\VSTALS2015'
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:41]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:41]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:42]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:42]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4CD8:4CDC][2017-11-27T12:54:43]e000: Error 0x80070643:
    Process returned error: 0x643
    
    [4CD8:4CDC][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to execute EXE package.
    
    [4D18:4D1C][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to configure per-machine EXE package.
    
    [4D18:4D1C][2017-11-27T12:54:43]i000:
    MainViewModel.OnPackageAction: Install Completed for package Microsoft Visual
    Studio Tools for Applications 2015 Language Support
    
    [4D18:4D1C][2017-11-27T12:54:43]i319: Applied execute
    package: VSTALS2015, result: 0x80070643, restart: None
    
    [4D18:4D1C][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to execute EXE package.

                    From what I can tell is that Visual Studio Tools for Applications 2015 Language Support will not install.  I have done multiple repairs to the VSTA 2015 Language
    Support.  I have even done repairs to SQL Server Management Studio 2016.  This has been run as Administrator, and by an Administrator on the Administrator account.  Any thoughts on how to get SSMS 2017 past the VSTA_LS.exe failure?

    Thanks.


    Michael R. Mastro II

Answers

  • Hannah,

       Good day, I no longer have the information you are looking for.  Prior to my vacation, a refresh was done on the computer, due to multiple issues with email, SQL, web browsing.  SQL Server Management Studio 2017 was able to install
    correctly, though I am seeing minor issues with it seeing the 64-bit servers that are installed.


    Michael R. Mastro II

    • Proposed as answer by

      Wednesday, January 10, 2018 3:04 AM

    • Marked as answer by
      Michael R. Mastro II
      Thursday, February 8, 2018 11:09 PM

I am installing the Microsoft SQL Server Management Studio (17.2).

It was installed before, but I re-install it because I forgot the admin password (shouldn’t do this actually).

However, the re-installation is not successful. The same error message occurs:

fatal error during installation (0x80070643)
SQL Server MAnagement Studio: A valid destination folder for the install could not be determined

I’ve found one solution here

A valid destination folder for the install could not be determined when installing SQL Server Management Studio 2016

But it didn’t work on my machine. I even couldn’t find the BootstrapDir.

Any ideas what I might look for to solve this problem?

Thanks.

Thom A's user avatar

Thom A

89k11 gold badges45 silver badges75 bronze badges

asked Sep 23, 2017 at 3:07

Fzn's user avatar

3

Jumping ahead to 2020, this problem resurfaced for me while installing SSMS version 18. After many other suggestions did not fix the issue, I found that updating the version of Visual Studio Installer (VS 2019) to current version solved the issue. Since this error code shows up in many different install scenarios, but many different MS products also now share pieces with VS, I hope this might help someone else get to a solution faster.

answered Sep 28, 2020 at 22:37

Gardoglee's user avatar

I had the same problem and I «resolved» it by installing SSMS 16.5.3, which was successful. I then was able to install SSMS 17.2 without issue. After 17.2 is installed, 16.5.3 can be uninstalled.

answered Oct 5, 2017 at 15:00

Bob Klimes's user avatar

1

Simply make sure the bellow path is already created and exists on the designated machine!

«C:\Program Files (x86)\Microsoft SQL Server\130\Setup Bootstrap\»

answered Jan 17, 2019 at 19:00

Mehrdad Alemi's user avatar

1

  • Remove From My Forums
  • Question

  • Good Day,

                    I have been having an issue installing SQL Server Management Studio 2017, any version of it.  The install has consistently failed for the same issue, a Fatal
    error during installation (0x80070643).  The following shows in the installation log:

    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageAction: Install Started for package Microsoft Visual
    Studio Tools for Applications 2015 Language Support
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 0, Overall progress:
    64
    
    [4CD8:4CDC][2017-11-27T12:54:40]i301: Applying execute
    package: VSTALS2015, action: Install, path: C:\ProgramData\Package
    Cache\4F812BBB2BE7E30CED293F8A229A5410D70DE6DB\redist\vsta_ls.exe, arguments:
    '"C:\ProgramData\Package Cache\4F812BBB2BE7E30CED293F8A229A5410D70DE6DB\redist\vsta_ls.exe"
    /q /norestart /log %localappdata%\temp\SsmsSetup\VSTALS2015'
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:41]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:41]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:42]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:42]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4CD8:4CDC][2017-11-27T12:54:43]e000: Error 0x80070643:
    Process returned error: 0x643
    
    [4CD8:4CDC][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to execute EXE package.
    
    [4D18:4D1C][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to configure per-machine EXE package.
    
    [4D18:4D1C][2017-11-27T12:54:43]i000:
    MainViewModel.OnPackageAction: Install Completed for package Microsoft Visual
    Studio Tools for Applications 2015 Language Support
    
    [4D18:4D1C][2017-11-27T12:54:43]i319: Applied execute
    package: VSTALS2015, result: 0x80070643, restart: None
    
    [4D18:4D1C][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to execute EXE package.

                    From what I can tell is that Visual Studio Tools for Applications 2015 Language Support will not install.  I have done multiple repairs to the VSTA 2015 Language
    Support.  I have even done repairs to SQL Server Management Studio 2016.  This has been run as Administrator, and by an Administrator on the Administrator account.  Any thoughts on how to get SSMS 2017 past the VSTA_LS.exe failure?

    Thanks.


    Michael R. Mastro II

Answers

  • Hannah,

       Good day, I no longer have the information you are looking for.  Prior to my vacation, a refresh was done on the computer, due to multiple issues with email, SQL, web browsing.  SQL Server Management Studio 2017 was able to install
    correctly, though I am seeing minor issues with it seeing the 64-bit servers that are installed.


    Michael R. Mastro II

    • Proposed as answer by

      Wednesday, January 10, 2018 3:04 AM

    • Marked as answer by
      Michael R. Mastro II
      Thursday, February 8, 2018 11:09 PM

  • Remove From My Forums
  • Question

  • Good Day,

                    I have been having an issue installing SQL Server Management Studio 2017, any version of it.  The install has consistently failed for the same issue, a Fatal
    error during installation (0x80070643).  The following shows in the installation log:

    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageAction: Install Started for package Microsoft Visual
    Studio Tools for Applications 2015 Language Support
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 0, Overall progress:
    64
    
    [4CD8:4CDC][2017-11-27T12:54:40]i301: Applying execute
    package: VSTALS2015, action: Install, path: C:\ProgramData\Package
    Cache\4F812BBB2BE7E30CED293F8A229A5410D70DE6DB\redist\vsta_ls.exe, arguments:
    '"C:\ProgramData\Package Cache\4F812BBB2BE7E30CED293F8A229A5410D70DE6DB\redist\vsta_ls.exe"
    /q /norestart /log %localappdata%\temp\SsmsSetup\VSTALS2015'
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:40]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:41]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:41]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:42]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4D18:4D1C][2017-11-27T12:54:42]i000:
    MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress:
    66
    
    [4CD8:4CDC][2017-11-27T12:54:43]e000: Error 0x80070643:
    Process returned error: 0x643
    
    [4CD8:4CDC][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to execute EXE package.
    
    [4D18:4D1C][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to configure per-machine EXE package.
    
    [4D18:4D1C][2017-11-27T12:54:43]i000:
    MainViewModel.OnPackageAction: Install Completed for package Microsoft Visual
    Studio Tools for Applications 2015 Language Support
    
    [4D18:4D1C][2017-11-27T12:54:43]i319: Applied execute
    package: VSTALS2015, result: 0x80070643, restart: None
    
    [4D18:4D1C][2017-11-27T12:54:43]e000: Error 0x80070643:
    Failed to execute EXE package.

                    From what I can tell is that Visual Studio Tools for Applications 2015 Language Support will not install.  I have done multiple repairs to the VSTA 2015 Language
    Support.  I have even done repairs to SQL Server Management Studio 2016.  This has been run as Administrator, and by an Administrator on the Administrator account.  Any thoughts on how to get SSMS 2017 past the VSTA_LS.exe failure?

    Thanks.


    Michael R. Mastro II

Answers

  • Hannah,

       Good day, I no longer have the information you are looking for.  Prior to my vacation, a refresh was done on the computer, due to multiple issues with email, SQL, web browsing.  SQL Server Management Studio 2017 was able to install
    correctly, though I am seeing minor issues with it seeing the 64-bit servers that are installed.


    Michael R. Mastro II

    • Proposed as answer by

      Wednesday, January 10, 2018 3:04 AM

    • Marked as answer by
      Michael R. Mastro II
      Thursday, February 8, 2018 11:09 PM

Понравилась статья? Поделить с друзьями:
  • Sql server 2008 ошибка 3417
  • Sql server 2012 ошибка входа пользователя
  • Sql server 2008 ошибка 18456
  • Sql server management studio журнал ошибок
  • Sql server 2008 r2 ошибка 233