I am trying to install Sql Server Data Tools (v15.9.2) for Visual Studio 2017 (v15.9.14) but it is giving an error code 0x80131500
No matter what options I choose (i.e. SSIS, SSAS, SSRS) in standalone installer of SSDT, it is giving me same error at different percentages during installation.
I have looked everywhere but the log file of mine doesn't match others. There is no Microsoft Analysis or Reporting Services Projects extension installed in VS.
[11164:CB9C][2019-09-10T13:33:50]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[11164:CB9C][2019-09-10T13:33:51]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 3
[FAE8:1624C][2019-09-10T13:33:51]e000: Error 0x80131500: Process returned error: 0x80131500
[FAE8:1624C][2019-09-10T13:33:51]e000: Error 0x80131500: Failed to execute EXE package.
[11164:CB9C][2019-09-10T13:33:51]e000: Error 0x80131500: Failed to configure per-machine EXE package.
[11164:CB9C][2019-09-10T13:33:51]i000: MainViewModel.OnPackageAction: Install Completed for package SQL Server Analysis Services (id: Microsoft.DataTools.AnalysisServices)
[11164:CB9C][2019-09-10T13:33:51]i319: Applied execute package: Microsoft.DataTools.AnalysisServices, result: 0x80131500, restart: None
[11164:CB9C][2019-09-10T13:33:51]e000: Error 0x80131500: Failed to execute EXE package.
[FAE8:1624C][2019-09-10T13:33:51]i329: Removed package dependency provider: Microsoft.DataTools.AnalysisServices, package: Microsoft.DataTools.AnalysisServices
[FAE8:1624C][2019-09-10T13:33:51]i351: Removing cached package: Microsoft.DataTools.AnalysisServices, from path: C:\ProgramData\Package Cache\9864EE5369359DB622D0234B6C6B7640B949140C\
[11164:CB9C][2019-09-10T13:33:51]i000: MainViewModel.OnPackageActionProgress: Percent completed: 100, Overall progress: 100
[FAE8:1624C][2019-09-10T13:33:51]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{87166990-7265-4819-a8b1-56d4abf947c0}, resume: None, restart: None, disable resume: No
[FAE8:1624C][2019-09-10T13:33:51]i330: Removed bundle dependency provider: {87166990-7265-4819-a8b1-56d4abf947c0}
[FAE8:1624C][2019-09-10T13:33:51]i352: Removing cached bundle: {87166990-7265-4819-a8b1-56d4abf947c0}, from path: C:\ProgramData\Package Cache\{87166990-7265-4819-a8b1-56d4abf947c0}\
[FAE8:1624C][2019-09-10T13:33:51]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{87166990-7265-4819-a8b1-56d4abf947c0}, resume: None, restart initiated: No, disable resume: No
[11164:CB9C][2019-09-10T13:33:52]e000: MainViewModel.OnBundleAction: Bundle action failed: Unknown error (0x80131500) (0x80131500)
[11164:CB9C][2019-09-10T13:33:52]i399: Apply complete, result: 0x80131500, restart: None, ba requested restart: No
[11164:16CC4][2019-09-10T13:40:22]i000: MainViewModel.OpenUrl: Opening url: C:\Users\talal\AppData\Local\Temp\SsdtSetup\SSDT-Setup-ENU_20190910122210.log
Any help would be greatly appreciated. Thanks in advance.
User contributions licensed under CC BY-SA 3.0