Код ошибки 0x876e0003 sql server

  • Remove From My Forums
  • Question

  • Good Day

    I am trying to install SQL 2012.

    during the installation process it halts and I receive the following message:

    TITLE: SQL Server Setup failure.
    ——————————

    SQL Server Setup has encountered the following error:

    Setup encountered a failure while running job UpdateResult.

    Error code 0x876E0003.

    I have spent hours looking through help blogs and other resources trying to find answers and help but have not been able to find a solution..!

    Any advise or how to work around this would be greatly appreciated!

    Thank you.

Answers

  • Hi BrendanDev,

    According to the error message, the issue may occur due to the permission issue with Windows update.

     
    In this case, If you have the DefaultSetup.ini file in the \x86 or \x64 folders at the root level of the SQL Server source media, please open the DefaultSetup.ini file, and then add the UpdateEnabled or UpdateSource parameters to the file. If the DefaultSetup.ini
    file does not exist, we can create it and copy it to the \x86 and \x64 folders at the root level of the SQL Server source media. And then we need to modify the «DefaultSetup.ini» file and set the switch «UpdateEnabled=False» which skips the product updates
    in the installation.

    For the detailed information, please refer to the link below:
    http://blogs.msdn.com/b/petersad/archive/2011/07/13/product-update-in-sql-server-code-named-denali.aspx

    If you need more assistance, please feel free to let me know. 

    Regards,
    Heidi Duan

    • Proposed as answer by

      Sunday, September 1, 2013 8:02 AM

    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM

  • Its seems like .NET component issue, Please uninstall the .NET framework and re-install again.

    If issue still there then post text of summary.text which is at \ProgramFiles\Microsoft SQL Server\110\Setup Bootstrap\Log folder.

    Go through the below link before installation

    http://msdn.microsoft.com/en-us/library/bb500469.aspx

    • Edited by
      Pradeep Madheshiya Microsoft(MSFT)
      Monday, August 19, 2013 7:41 AM
      help
    • Proposed as answer by
      Ed Price — MSFTMicrosoft employee
      Sunday, September 1, 2013 8:02 AM
    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM

  • Remove From My Forums
  • Question

  • Good Day

    I am trying to install SQL 2012.

    during the installation process it halts and I receive the following message:

    TITLE: SQL Server Setup failure.
    ——————————

    SQL Server Setup has encountered the following error:

    Setup encountered a failure while running job UpdateResult.

    Error code 0x876E0003.

    I have spent hours looking through help blogs and other resources trying to find answers and help but have not been able to find a solution..!

    Any advise or how to work around this would be greatly appreciated!

    Thank you.

Answers

  • Hi BrendanDev,

    According to the error message, the issue may occur due to the permission issue with Windows update.

     
    In this case, If you have the DefaultSetup.ini file in the \x86 or \x64 folders at the root level of the SQL Server source media, please open the DefaultSetup.ini file, and then add the UpdateEnabled or UpdateSource parameters to the file. If the DefaultSetup.ini
    file does not exist, we can create it and copy it to the \x86 and \x64 folders at the root level of the SQL Server source media. And then we need to modify the «DefaultSetup.ini» file and set the switch «UpdateEnabled=False» which skips the product updates
    in the installation.

    For the detailed information, please refer to the link below:
    http://blogs.msdn.com/b/petersad/archive/2011/07/13/product-update-in-sql-server-code-named-denali.aspx

    If you need more assistance, please feel free to let me know. 

    Regards,
    Heidi Duan

    • Proposed as answer by

      Sunday, September 1, 2013 8:02 AM

    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM

  • Its seems like .NET component issue, Please uninstall the .NET framework and re-install again.

    If issue still there then post text of summary.text which is at \ProgramFiles\Microsoft SQL Server\110\Setup Bootstrap\Log folder.

    Go through the below link before installation

    http://msdn.microsoft.com/en-us/library/bb500469.aspx

    • Edited by
      Pradeep Madheshiya Microsoft(MSFT)
      Monday, August 19, 2013 7:41 AM
      help
    • Proposed as answer by
      Ed Price — MSFTMicrosoft employee
      Sunday, September 1, 2013 8:02 AM
    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM

From AutoCount Resource Center

Question: While I try installing the SQL Server Express manually, it prompted a message “Setup encountered a failure while running job UpdateResult. Error code 0x876E0003.” After clicking OK, the installation process cannot be continued. Why?

Sql 0x876E00031.png

Possible Reason:

Installation updates issue.

Solution:

You may edit the DEFAULTSETUP.INI file to skip for the product updates in the installation.

1) Re-run the SQL Server installer and defined the SQL Server extracted setup file in the C drive.

Sql 0x876E00031 2.png

When the file done extracted, please stay on the SQL Server Installation Center and do not close the page.

Sql 0x876E00031 3.png

2) Go to C drive, find the folder that SQL Server extracted setup file, and click on X64 or x86 folder.

Sql 0x876E00031 4.png

Remark:
For SQL Server 2017 Express in C drive the folder name is SQLServer2017Media.
For SQL Server 2019 Express in C drive the folder name is SQL2019.

For SQL 2017 or SQL 2019, you need get into folder named ExpressAdv_ENU or Express_ENU, then get into the folder x64 or x86.

3) Then find a file named DEFAULTSETUP.INI and right click open with Notepad.

Sql 0x876E00031 5.png

4) Add another script, UpdateEnabled = False in new row as below, then go to File > Save.

Sql 0x876E00031 6.png

5) Now you can continue SQL Server Installation, and you should be able to install successfully.

Sql 0x876E00031 7.png

If inside folder x64 or x86 cannot find DEFAULTSETUP.INI, you may manually create it using Notepad and key in the script as below. Then save the file as DEFAULTSETUP.INI in folder x64 or x86.

Sql 0x876E00031 8.png

By: Tian Neng 230328, Lay Swan 230419, P230426

I am facing an error while trying to install SQL Server 2012 EXPRESS ADVANCED EDITION(32bit) on Windows Server 2008 Enterprise(64bit).

After passing Rule Check, at install updates section, error occurs about update could not be downloaded. On clicking next, following error in dialog box occurs.

SQL Server Setup has encountered the following error:

Setup encountered a failure while running job UpdateResult.

Error code 0x876E0003.

How can I solve this?

asked Jan 7, 2016 at 3:28

Hemal's user avatar

HemalHemal

3,6821 gold badge23 silver badges54 bronze badges

I was also facing this issue while installing sql server management studio, what i did was unchecked the option of «Include Sql Update in this feature» while installing the first time and i got this error.

So next time i let it remain checked and disconnected the internet for few seconds(i was connected to internet if you are not then no need) till i got the error as «Could not check for updates…» after that closed the error popup window.
I was able to install, hope this helps.

This was the cause of the error i was facing and as described i solved this.

answered Nov 23, 2016 at 10:41

Nishant Kumar's user avatar

Nishant KumarNishant Kumar

4732 gold badges9 silver badges20 bronze badges

1

I faced this error while installing SQL Server 2014. I solved it using a solution provided in this link.
To sum it up:

  1. Go to a folder named «x64» or «x86»
  2. find a file named «DefaultSetup» and edit it Notepad or other editors.
  3. Add a line and type «UpdateEnabled=False» below «[options]»
  4. Run installer again

answered May 3 at 13:05

Danial Sa'adati's user avatar

Перейти к контенту

  • Remove From My Forums
  • Question

  • Good Day

    I am trying to install SQL 2012.

    during the installation process it halts and I receive the following message:

    TITLE: SQL Server Setup failure.
    ——————————

    SQL Server Setup has encountered the following error:

    Setup encountered a failure while running job UpdateResult.

    Error code 0x876E0003.

    I have spent hours looking through help blogs and other resources trying to find answers and help but have not been able to find a solution..!

    Any advise or how to work around this would be greatly appreciated!

    Thank you.

Answers

  • Hi BrendanDev,

    According to the error message, the issue may occur due to the permission issue with Windows update.

     
    In this case, If you have the DefaultSetup.ini file in the x86 or x64 folders at the root level of the SQL Server source media, please open the DefaultSetup.ini file, and then add the UpdateEnabled or UpdateSource parameters to the file. If the DefaultSetup.ini
    file does not exist, we can create it and copy it to the x86 and x64 folders at the root level of the SQL Server source media. And then we need to modify the «DefaultSetup.ini» file and set the switch «UpdateEnabled=False» which skips the product updates
    in the installation.

    For the detailed information, please refer to the link below:
    http://blogs.msdn.com/b/petersad/archive/2011/07/13/product-update-in-sql-server-code-named-denali.aspx

    If you need more assistance, please feel free to let me know. 

    Regards,
    Heidi Duan

    • Proposed as answer by

      Sunday, September 1, 2013 8:02 AM

    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM
  • Its seems like .NET component issue, Please uninstall the .NET framework and re-install again.

    If issue still there then post text of summary.text which is at ProgramFilesMicrosoft SQL Server110Setup BootstrapLog folder.

    Go through the below link before installation

    http://msdn.microsoft.com/en-us/library/bb500469.aspx

    • Edited by
      Pradeep Madheshiya Microsoft(MSFT)
      Monday, August 19, 2013 7:41 AM
      help
    • Proposed as answer by
      Ed Price — MSFTMicrosoft employee
      Sunday, September 1, 2013 8:02 AM
    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM
  • Remove From My Forums

 locked

Installation error with SQL Express 2014 — Setup encountered a failure while running job UpdateResult

  • Вопрос

  • I am trying to do a command line install of SQL Express, using the command:

    .Setup.exe /q /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=»NT AUTHORITYSYSTEM» /IACCEPTSQLSERVERLICENSETERMS=1 /SECURITYMODE=SQL /SAPWD={{sa_password}} /TCPENABLED=1

    where {{ sa_password }} gets the password substituted in at run time by Ansible.  When I run this command at the command line, it works.  When I run under Ansible, I get the following error:

    <style type=»text/css»>p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #c33720} span.s1 {font-variant-ligatures: no-common-ligatures} </style>

    «The following error occurred:rnSetup encountered a failure while running job UpdateResult.rnrnError result: -2022834173rnResult facility code: 1902rnResult error code: 3rnrnPlease review the summary.txt log for further detailsrnMicrosoft
    (R) SQL Server 2014 12.00.2000.08rrnCopyright (c) Microsoft Corporation.  All rights reserved.rrnrn», «stdout_lines»: [«The following error occurred:», «Setup encountered a failure while running job UpdateResult.»,
    «», «Error result: -2022834173», «Result facility code: 1902», «Result error code: 3», «», «Please review the summary.txt log for further details»

    The summary.txt file has no error messages in it.  Google has no references to this message.  Does anyone know what is happening here?

    Thanks.

Ответы

  • I found an answer through using the following code to surround the install command.  The values inside the braces are substituted by Ansible at runtime 

    $username = ‘administrator’

    $password = ‘{{admin_password}}’

    $securePassword = ConvertTo-SecureString $password -AsPlainText -Force

    $credential = New-Object System.Management.Automation.PSCredential $username, $securePassword

    Start-Process -FilePath c:UsersAdministratorworkSQLEXPR_x64_ENUSetup.exe -Argumentlist ‘/q /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=»NT AUTHORITYSYSTEM» /IACCEPTSQLSERVERLICENSETERMS=1 /SECURITYMODE=SQL /SAPWD=»{{sa_password}}»
    /TCPENABLED=1 /UPDATEENABLED=»False»‘ -NoNewWindow -Credential $credential

    • Помечено в качестве ответа

      8 июня 2017 г. 15:54

    • Изменено
      Andrew Brunette
      8 июня 2017 г. 15:54
      clarifying

I am facing an error while trying to install SQL Server 2012 EXPRESS ADVANCED EDITION(32bit) on Windows Server 2008 Enterprise(64bit).

After passing Rule Check, at install updates section, error occurs about update could not be downloaded. On clicking next, following error in dialog box occurs.

SQL Server Setup has encountered the following error:

Setup encountered a failure while running job UpdateResult.

Error code 0x876E0003.

How can I solve this?

asked Jan 7, 2016 at 3:28

Hemal's user avatar

HemalHemal

3,6621 gold badge22 silver badges52 bronze badges

I was also facing this issue while installing sql server management studio, what i did was unchecked the option of «Include Sql Update in this feature» while installing the first time and i got this error.

So next time i let it remain checked and disconnected the internet for few seconds(i was connected to internet if you are not then no need) till i got the error as «Could not check for updates…» after that closed the error popup window.
I was able to install, hope this helps.

This was the cause of the error i was facing and as described i solved this.

answered Nov 23, 2016 at 10:41

Nishant Kumar's user avatar

Nishant KumarNishant Kumar

4532 gold badges9 silver badges18 bronze badges

1

  • Remove From My Forums
  • Question

  • Good Day

    I am trying to install SQL 2012.

    during the installation process it halts and I receive the following message:

    TITLE: SQL Server Setup failure.
    ——————————

    SQL Server Setup has encountered the following error:

    Setup encountered a failure while running job UpdateResult.

    Error code 0x876E0003.

    I have spent hours looking through help blogs and other resources trying to find answers and help but have not been able to find a solution..!

    Any advise or how to work around this would be greatly appreciated!

    Thank you.

Answers

  • Hi BrendanDev,

    According to the error message, the issue may occur due to the permission issue with Windows update.

     
    In this case, If you have the DefaultSetup.ini file in the x86 or x64 folders at the root level of the SQL Server source media, please open the DefaultSetup.ini file, and then add the UpdateEnabled or UpdateSource parameters to the file. If the DefaultSetup.ini
    file does not exist, we can create it and copy it to the x86 and x64 folders at the root level of the SQL Server source media. And then we need to modify the «DefaultSetup.ini» file and set the switch «UpdateEnabled=False» which skips the product updates
    in the installation.

    For the detailed information, please refer to the link below:
    http://blogs.msdn.com/b/petersad/archive/2011/07/13/product-update-in-sql-server-code-named-denali.aspx

    If you need more assistance, please feel free to let me know. 

    Regards,
    Heidi Duan

    • Proposed as answer by

      Sunday, September 1, 2013 8:02 AM

    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM
  • Its seems like .NET component issue, Please uninstall the .NET framework and re-install again.

    If issue still there then post text of summary.text which is at ProgramFilesMicrosoft SQL Server110Setup BootstrapLog folder.

    Go through the below link before installation

    http://msdn.microsoft.com/en-us/library/bb500469.aspx

    • Edited by
      Pradeep Madheshiya Microsoft(MSFT)
      Monday, August 19, 2013 7:41 AM
      help
    • Proposed as answer by
      Ed Price — MSFTMicrosoft employee
      Sunday, September 1, 2013 8:02 AM
    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM
  • Remove From My Forums
  • Question

  • Good Day

    I am trying to install SQL 2012.

    during the installation process it halts and I receive the following message:

    TITLE: SQL Server Setup failure.
    ——————————

    SQL Server Setup has encountered the following error:

    Setup encountered a failure while running job UpdateResult.

    Error code 0x876E0003.

    I have spent hours looking through help blogs and other resources trying to find answers and help but have not been able to find a solution..!

    Any advise or how to work around this would be greatly appreciated!

    Thank you.

Answers

  • Hi BrendanDev,

    According to the error message, the issue may occur due to the permission issue with Windows update.

     
    In this case, If you have the DefaultSetup.ini file in the x86 or x64 folders at the root level of the SQL Server source media, please open the DefaultSetup.ini file, and then add the UpdateEnabled or UpdateSource parameters to the file. If the DefaultSetup.ini
    file does not exist, we can create it and copy it to the x86 and x64 folders at the root level of the SQL Server source media. And then we need to modify the «DefaultSetup.ini» file and set the switch «UpdateEnabled=False» which skips the product updates
    in the installation.

    For the detailed information, please refer to the link below:
    http://blogs.msdn.com/b/petersad/archive/2011/07/13/product-update-in-sql-server-code-named-denali.aspx

    If you need more assistance, please feel free to let me know. 

    Regards,
    Heidi Duan

    • Proposed as answer by

      Sunday, September 1, 2013 8:02 AM

    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM
  • Its seems like .NET component issue, Please uninstall the .NET framework and re-install again.

    If issue still there then post text of summary.text which is at ProgramFilesMicrosoft SQL Server110Setup BootstrapLog folder.

    Go through the below link before installation

    http://msdn.microsoft.com/en-us/library/bb500469.aspx

    • Edited by
      Pradeep Madheshiya Microsoft(MSFT)
      Monday, August 19, 2013 7:41 AM
      help
    • Proposed as answer by
      Ed Price — MSFTMicrosoft employee
      Sunday, September 1, 2013 8:02 AM
    • Marked as answer by
      Shanky_621MVP
      Wednesday, September 18, 2013 6:03 AM

Initially, I installed SQL Server Express 2005 for some accounting software that was going to be installed on a Windows Server 2012R2 box. This was a migration and that was what was on the older server. Looking at the software requirements, it stated SQL Server 2008R2 was the minimum. I uninstalled 2005 and downloaded and attempted to install SQL Server Express 2016. Installation failed. I tried SQL Server Expres 2012, Installation failed. I tried 2008R2, installation was successful, however, I had trouble installing the account software and the accounting software support team told me 2008R2 would lose support later this year and recommended I move to 2014. So I downloaded and attempted to install 2014, installation failed. For every version that failed, I got the same msg. It states, «SQL Server Setup has encountered the following error: Setup encountered a failure while running job UpdateResult. Error Code 0x876E0003.» During the installation, it gives me  warning that «SQL Server Setup could not search for updates through the Windows Update service. You can either check again or click Next to continue…» This is strange because I did not check the box to «Use Microsoft Update to check for updates (recommended).» When I click Next after the warning msg is when the installation fails and I get the error msg. The only real errors I see in Event Viewer is from 2 weeks ago that says «Windows update could not be installed because of error 2147942405 «Access is denied».» FYI, I am logged in and running the SQL installation as a domain admin.

SoftwareWindows OSWindows Server 2012Microsoft SQL Server

Not exactly the question you had in mind?

Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.

ask a question

Unlimited question asking, solutions, articles and more.

Your help has saved me hundreds of hours of internet surfing.

Page 6 of 7

  1. hi, how did u do it. i believe i ran into the same issue like you. setting up autocount on parallels.

  2. Following this thread every day as I would love to buy a new Mac Studio, but am currently using SQL Server 2017 + Visual Studio 2019 and will wait until it’ll be possible to run them on an M1.
    BTW: any news if SQL Server 2022 will be arm-compatible or not?

  3. SQL Server 2022 is not going to support ARM64, based on what I asked from Microsoft SQL Server 2022 guys.

  4. Thanks, this is not good news unfortunately. As a VS2019 .net 4.7 + Sql Server 2019 developer, I was really looking forward to upgrading my current iMac 27″ 2016, but it looks like a long way to go atm.

  5. Amigo aun tienes el archivo que me puedas ayudar enviando, mediante wetransfer?

  6. Hello, I am trying to setup SQL Server 2019 Setup on
    OS — Windows11_InsiderPreview_Client_ARM64_en-us_22579
    From the links mentioned in the threads, I have tried downloading every Cumulative Update Package (10, 12, 14, 15) for SQL Server 2019, but none of them work.
    [​IMG]

  7. Hello MarcosW, Please refer to the knowledge base https://kb.parallels.com/9058 article to generate a technical report Id. Thanks.

  8. Thanks for that, with 2014 32-bit works for me.

  9. >>> Message has been deleted by the user <<<

  10. Hola estoy tratando de instalar el SQL Server express 2019 en mi mac m1 con parallels en windows 10 qu elos descargue de aqui, por si alguien lo necesita: Windows 10 ARM Insider Preview VHDX File [Solved] : windowsinsiders (reddit.com), pero no me ha funcionado, cual de las tres opciones de sql server tengo que instalar, despues de instalar el Update?. Saludos.

  11. The non-existent support from Parallels. I expect active help until the problem is solved. This is what I pay for. But nothing happens. I have cancelled my subscription and all other customers should do the same. Parallels Desktop has become useless to me on the M1.

  12. I’m also in this situation but I realise that this is no fault of Parallels! You should turn your anger towards Microsoft for not supporting this newer version of SQL-server on Windows for ARM. Unfortunately it’s futile to complain to MS and the only thing we can do is wait. I myself are looking for an Intel Mac to solve the problem temporarily.

  13. Mirror above posters with similar significant issue.

  14. I think I would be ok with Sql Server LocalDB working correctly for development. I seem to be able to connect to localdb from within SSMS and also Visual Studio server explorer, but EF Core Migrations can’t seem to find the server when running update-database. Anyone else encounter this?

  15. I have an M1 Mac with windows 11 installed. I tried following the instructions but the install fails:

    TITLE: SQL Server Setup failure.
    ——————————

    SQL Server Setup has encountered the following error:

    Setup encountered a failure while running job UpdateResult.

    Error code 0x876E0003.

    For help, click: https://go.microsoft.com/fwlink?Lin…l&EvtID=50000&EvtType=0x448E4A06%400x96D07230

    ——————————
    BUTTONS:

    OK
    ——————————

    Any pointers on how to get it installed? Is it even possible?

  16. For those still struggling to install MS SQL 2019 on Windows 11 I’ve found a way with a combinationa of things posted on this forum.
    Steps:

    1. Obtain Windows 10 build 21354 following instructions on this link (thanks MarcosH2) https://www.reddit.com/r/windowsins…dows_10_arm_insider_preview_vhdx_file_solved/
    This step is very important as no other builds worked for me.

    2. Install Windows 10. Important — select to configure VM before installing and remove ‘TPM Chip’ from Hardware as it’s not compatible with Windows 10.

    3. Follow instructions on installing and updating SQL 2019 from the very first post on this thread (thanks Mundford) — I first installed SQL 2019 developers edition (free) which failed as usual, then updated with both links provided, then installed SQL 2019 again and it worked!

    4. Update to Windows 11. Windows updates didn’t work for me, so I first updated to latest Windows 10 build available (21390) using ISO image.
    Important — you have to add TPM Chip back or Windows 11 won’t install. Again I couldn’t update to Windows 11 from updates, so I got Windows 11 build 22000 ISO and updated without problems.

    5. After upgrading to Windows 11 updates are working fine again so updating to very latest build right now. SQL Management Studio still works no issues.

    Hopefully this will help someone as well.

  17. OK, some bad news. While I was able to install SQL 2019 as per above, SQL Server Network Configuration node is missing from Configuration Manager so can’t connect from my apps.

    Couldn’t find any solutions on internet either :(

  18. Has anyone already tried Parallels 18 and SQL-Server 2019 on M1??
    They mention SQL-Server under «lightning fast»

    Attached Files:

    • 69220505-7C9A-4B50-9A7F-893440F5BD35.png

  19. What a great timing re Parallels 18, hopefully SQL 2019 installs without issues.

  20. I have tried and the installation failed (SQL 2019 Developer Edition)

Page 6 of 7

Share This Page

Hi guys,

I’ve exhausted my  ideas on this one, and no amount of Googling seems to add the matter. I’m having problems installing SSDT 2015/2017 on Windows 10 at the office. Every attempt just ends in failure, however, having the software is a a significant requirement, which means, at the moment, the DBA team can’t update their PCs.

The problem is occurring on both PCs i’ve got at the moment, so this very much points to the problem being Windows 10. I’ve included the logs below:
[2D10:122C][2018-03-27T15:05:55]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[2D10:122C][2018-03-27T15:05:55]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
...This repeats every 2 seconds until..
[2D10:122C][2018-03-27T15:17:05]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[2D10:122C][2018-03-27T15:17:05]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[31E0:2870][2018-03-27T15:17:06]e000: Error 0x80070001: Process returned error: 0x1[31E0:2870][2018-03-27T15:17:06]e000: Error 0x80070001: Failed to execute EXE package.
[2D10:122C][2018-03-27T15:17:06]e000: Error 0x80070001: Failed to configure per-machine EXE package.
[2D10:122C][2018-03-27T15:17:06]i000: MainViewModel.OnPackageAction: Install Completed for package Update Visual Studio Installer (id: VS_SQL_UpdateInstaller)
[2D10:122C][2018-03-27T15:17:06]i319: Applied execute package: VS_SQL_UpdateInstaller, result: 0x80070001, restart: None
[2D10:122C][2018-03-27T15:17:06]e000: Error 0x80070001: Failed to execute EXE package.
[31E0:2870][2018-03-27T15:17:06]i351: Removing cached package: VS_SQL_UpdateInstaller, from path: C:ProgramDataPackage CacheABC974F92D030AEA79AEF11D079AA4BBD5EE6FE2

On SSDT 2017 I’ve tried copying the file SSDT-Setup.ENU.exe to it’s own directory in C: and running it, to no avail. I also then used powershell and ran C:SSDTSSDT-Setup.ENU.exe /layout then ran the file redistNDP461-KB3102438-Web.exe (which did not install anything as the requisites were met), and then the file payloadvsta_setup.exe. Then tried the installer again. Same error.

Visual Studio 2015 Professional is installed and running, so that’s not an issue either. I’ve also tried running the install as adminstrator, and also logged in as the local administrator and run it. Same problems.

Really don’t know what else to do at this stage… Anyone else faced this issue and/or resolved it?

Thom~

Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk

Sue_H

SSC Guru

Points: 90860

Thom A — Tuesday, March 27, 2018 9:24 AM

Hi guys,

I’ve exhausted my  ideas on this one, and no amount of Googling seems to add the matter. I’m having problems installing SSDT 2015/2017 on Windows 10 at the office. Every attempt just ends in failure, however, having the software is a a significant requirement, which means, at the moment, the DBA team can’t update their PCs.

The problem is occurring on both PCs i’ve got at the moment, so this very much points to the problem being Windows 10. I’ve included the logs below:
[2D10:122C][2018-03-27T15:05:55]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[2D10:122C][2018-03-27T15:05:55]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
...This repeats every 2 seconds until..
[2D10:122C][2018-03-27T15:17:05]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[2D10:122C][2018-03-27T15:17:05]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[31E0:2870][2018-03-27T15:17:06]e000: Error 0x80070001: Process returned error: 0x1[31E0:2870][2018-03-27T15:17:06]e000: Error 0x80070001: Failed to execute EXE package.
[2D10:122C][2018-03-27T15:17:06]e000: Error 0x80070001: Failed to configure per-machine EXE package.
[2D10:122C][2018-03-27T15:17:06]i000: MainViewModel.OnPackageAction: Install Completed for package Update Visual Studio Installer (id: VS_SQL_UpdateInstaller)
[2D10:122C][2018-03-27T15:17:06]i319: Applied execute package: VS_SQL_UpdateInstaller, result: 0x80070001, restart: None
[2D10:122C][2018-03-27T15:17:06]e000: Error 0x80070001: Failed to execute EXE package.
[31E0:2870][2018-03-27T15:17:06]i351: Removing cached package: VS_SQL_UpdateInstaller, from path: C:ProgramDataPackage CacheABC974F92D030AEA79AEF11D079AA4BBD5EE6FE2

On SSDT 2017 I’ve tried copying the file SSDT-Setup.ENU.exe to it’s own directory in C: and running it, to no avail. I also then used powershell and ran C:SSDTSSDT-Setup.ENU.exe /layout then ran the file redistNDP461-KB3102438-Web.exe (which did not install anything as the requisites were met), and then the file payloadvsta_setup.exe. Then tried the installer again. Same error.

Visual Studio 2015 Professional is installed and running, so that’s not an issue either. I’ve also tried running the install as adminstrator, and also logged in as the local administrator and run it. Same problems.

Really don’t know what else to do at this stage… Anyone else faced this issue and/or resolved it?

Did you ever figure this out? I hit the same error many version before so I was curious about this. I had to uninstall and reinstall VS. It worked but I have no idea why.
I was just searching on it and believe I found your other post maybe — followed by some obnoxious person who said they would do whatever they want with posts. Wow….that person is a total <will only get deleted if I say what I think>. Pretty sure that was you — sorry that happened.  Sorrier that I don’t have an answer. 

Sue

Thom A

SSC Guru

Points: 99038

Sue_H — Wednesday, March 28, 2018 4:07 PM

Did you ever figure this out? I hit the same error many version before so I was curious about this. I had to uninstall and reinstall VS. It worked but I have no idea why.
I was just searching on it and believe I found your other post maybe — followed by some obnoxious person who said they would do whatever they want with posts. Wow….that person is a total <will only get deleted if I say what I think>. Pretty sure that was you — sorry that happened.  Sorrier that I don’t have an answer. 

Sue

Hi Sue,

Yes, in the end. The PC’s are new, so I ended up resetting them both and starting afresh. I installed VS2017 shell first that time, and then added SSDT to that and it seemed much happier. The shell woulnd’t even install on the last one. That, however, isn’t much of an answer to others; in all honesty. «Reset your PC and try again» isn’t going to be great if you’re already cemented using that PC.

Thom~

Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk

Sue_H

SSC Guru

Points: 90860

Thom A — Thursday, March 29, 2018 2:27 AM

Sue_H — Wednesday, March 28, 2018 4:07 PM

Did you ever figure this out? I hit the same error many version before so I was curious about this. I had to uninstall and reinstall VS. It worked but I have no idea why.
I was just searching on it and believe I found your other post maybe — followed by some obnoxious person who said they would do whatever they want with posts. Wow….that person is a total <will only get deleted if I say what I think>. Pretty sure that was you — sorry that happened.  Sorrier that I don’t have an answer. 

Sue

Hi Sue,

Yes, in the end. The PC’s are new, so I ended up resetting them both and starting afresh. I installed VS2017 shell first that time, and then added SSDT to that and it seemed much happier. The shell woulnd’t even install on the last one. That, however, isn’t much of an answer to others; in all honesty. «Reset your PC and try again» isn’t going to be great if you’re already cemented using that PC.

That’s pretty much the same as what I ran into before. I wish I knew what the issue is with this. I haven’t seen a good answer on it anywhere. 🙁

Sue

andybrown22

SSC Journeyman

Points: 83

I know this is an old post but thought I’d post what I found today whilst encountering the exact same issue in case it helps someone else

Error 0x80070001: Process returned error: 0x1
Error 0x80070001: Failed to execute EXE package.
Error 0x80070001: Failed to configure per-machine EXE package.
MainViewModel.OnPackageAction: Install Completed for package Update Visual Studio Installer (id: VS_SQL_UpdateInstaller)
Applied execute package: VS_SQL_UpdateInstaller, result: 0x80070001, restart: None
Error 0x80070001: Failed to execute EXE package.

The installer log file doesnt really give any information of what is wrong however there is another log file for the VS_SQL_UpdateInstaller package which outlined the issue (TLS).

The other log file shows the following
VSSqlBootstrapper.exe Information: 0 : Try to download vs_sql.exe from https://aka.ms/vs/15/release/vs_sql.exe. Retry count: 0
VSSqlBootstrapper.exe Error: 0 : Download failed with exception System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. —> System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm

The log file is located in C:UsersxxxxxxAppDataLocalTempSsdtSetup and is in the format «SSDT-Setup-ENU_nnnnnnnnnnnnnnn_nnn_VS_SQL_UpdateInstaller.log»

To resolve the issue I did the following
1. Manually downloaded and installed vs_sql.exe from https://aka.ms/vs/15/release/vs_sql.exe
2. Launch SSDT-Setup-ENU.exe de-select SSAS, RS and IS (only database services)
3. Uninstall/Change (Control Panel) — «Microsoft SQL Server Data Tools — Visual Studio 2017»
4. Modify
5. Select required components AS/RS/IS
6. Install

Hope that helps

andybrown22 wrote:

I know this is an old post but thought I’d post what I found today whilst encountering the exact same issue in case it helps someone else

Error 0x80070001: Process returned error: 0x1

Error 0x80070001: Failed to execute EXE package.

Error 0x80070001: Failed to configure per-machine EXE package.

MainViewModel.OnPackageAction: Install Completed for package Update Visual Studio Installer (id: VS_SQL_UpdateInstaller)

Applied execute package: VS_SQL_UpdateInstaller, result: 0x80070001, restart: None

Error 0x80070001: Failed to execute EXE package.

The installer log file doesnt really give any information of what is wrong however there is another log file for the VS_SQL_UpdateInstaller package which outlined the issue (TLS).

The other log file shows the following

VSSqlBootstrapper.exe Information: 0 : Try to download vs_sql.exe from https://aka.ms/vs/15/release/vs_sql.exe. Retry count: 0

VSSqlBootstrapper.exe Error: 0 : Download failed with exception System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. —> System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm

The log file is located in C:UsersxxxxxxAppDataLocalTempSsdtSetup and is in the format «SSDT-Setup-ENU_nnnnnnnnnnnnnnn_nnn_VS_SQL_UpdateInstaller.log»

To resolve the issue I did the following

1. Manually downloaded and installed vs_sql.exe from https://aka.ms/vs/15/release/vs_sql.exe

2. Launch SSDT-Setup-ENU.exe de-select SSAS, RS and IS (only database services)

3. Uninstall/Change (Control Panel) — «Microsoft SQL Server Data Tools — Visual Studio 2017»

4. Modify

5. Select required components AS/RS/IS

6. Install

Hope that helps

Had to create an account just for this. Thank you so much. Even though it’s posted 2 years back, it’s still relevant till today. Your solution fixed my troubles.

Понравилась статья? Поделить с друзьями:
  • Код ошибки 0x85010005
  • Код ошибки 0x851a0019
  • Код ошибки 0x85050025 при синхронизации почты
  • Код ошибки 0x84bb0001 sql 2012
  • Код ошибки 0x81000203 windows 10