HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

installing SSDT

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
installingssdtstackoverflow

Problem

I am preparing the MCSA 70-763 exam. I need to install the SSDT to deploy my pacakges into sql server. I am beginner and have 0 experience with VS and SSDT.
When I tried to install SSDT from Sql server installation center the installation failed and I understand nothing in the journal file which is suppose to contain the problem.

can anyone help me to debug this step? Tanks in advance

Here is the content of the journal file:

```
[1920:0420][2016-12-17T13:24:43]: Setting string variable 'WixBundleRollbackLog_SSDTPOSTINSTALL' to value 'C:\Users\ahmad\AppData\Local\Temp\sql_SSDT_1400_20161217131607_23_SSDTPOSTINSTALL_rollback.log'
[1920:0420][2016-12-17T13:24:43]: Setting string variable 'WixBundleLog_SSDTPOSTINSTALL' to value 'C:\Users\ahmad\AppData\Local\Temp\sql_SSDT_1400_20161217131607_23_SSDTPOSTINSTALL.log'
[1920:0420][2016-12-17T13:24:43]: Planned package: DEV14ISOSHELL, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1920:0420][2016-12-17T13:24:43]: Planned package: DEV14ISOSHELLLP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1920:0420][2016-12-17T13:24:43]: Planned package: DEV14INTSHELLADDITIONAL, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1920:0420][2016-12-17T13:24:43]: Planned package: DEV14INTSHELLADDITIONALLP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1920:0420][2016-12-17T13:24:43]: Planned package: DotNet46, state: Present, default requested: Present, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1920:0420][2016-12-17T13:24:43]: Planned package: DotNet46LangPack, state: Present, default requested: Present, ba requested: None,

Solution

Your error occurs when trying to install vs_isoshellLP.exe, the Visual Studio Shell with the error code 0x80044000. More about: Blocking Condition 0x80044000.

What version of Windows are you running?

Do you have any versions of Visual Studio already installed?

-
Make sure that your Windows Updates are up to date.

-
Run sfc /scannow to repair system files.

  • TechNet - System File Checker (sfc)



  • How to use SFC /Scannow



-
Confirm that you have Microsoft .NET Framework 4.5 installed.

-
Try installing Visual Studio 2015 first, which solved this person's error.

  • Get Visual Studio Community Edition 2015 if you dont have your own version.



  • If you have errors trying to install Visual Studio 2015 check here: Common issues in Visual Studio 2015 setup.



  • If you already have Visual Studio 2015 installed try to repair your current installation of Visual Studio 2015.



-
I would also be using the SSDT ISO to install SSDT which you can get from Step 4 here: SQL Server Data Tools in Visual Studio 2015.

  • For help with ISO files: How to Mount an ISO image in Windows 7, 8, and 10.

Context

StackExchange Database Administrators Q#158443, answer score: 4

Revisions (0)

No revisions yet.