Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 7696

issue installing SQL Server Management Studio 2016 with SCCM OSD

$
0
0

Hey guys,

I've been trying to install SQL Server Management Studio 2016 during a Task Sequence that installs Windows 10 1511 image. Everything works perfectly aside from the SSMS 2016 installation. The installation fails if triggered by SCCM, but installs fine when launched by an admin user who later logs on to the machine. Below is the snippet of the log file. 

[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'InstallText' to value 'Install'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'LicenseTermsText' to value 'License Terms'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'LoadingPackagesText' to value 'Loading packages. Please wait...'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'OverallProgressText' to value 'Overall Progress'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'PackageProgressText' to value 'Package Progress'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'PrivacyStatementText' to value 'Privacy Statement'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'RepairText' to value 'Repair'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'RestartText' to value 'Restart'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupBlockedDescriptionText' to value 'Something has blocked setup from continuing.'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupBlockedText' to value 'Setup Blocked'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupCanceledDescriptionText' to value 'The setup operation has been canceled.'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupCanceledText' to value 'Setup Canceled'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupCompletedText' to value 'Setup Completed'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupFailedDescriptionText' to value 'A failure occured during installation.'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupFailedText' to value 'Setup Failed'
[0CD0:0CD8][2016-07-22T10:18:22]i000: Initializing string variable 'SetupHelpDescriptionText' to value '/install | /repair | /uninstall | /layout - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory.  Install is the default.
/passive | /quiet - displays minimal UI with no prompts or displays no UI and no prompts.  By default UI and all prompts are displayed.
/norestart - suppress any attempts to restart.  By default UI will prompt before restart.
/log log.txt - logs to a specific file.  By default a log file is created in %TEMP%.'

and also lower in the log file

[0688:0554][2016-07-22T10:18:44]i301: Applying execute package: DotNet46, action: Install, path: C:\ProgramData\Package Cache\83D048D171FF44A3CAD9B422137656F585295866\redist\dotNetFx46-x86-x64-AllOS.exe, arguments: '"C:\ProgramData\Package Cache\83D048D171FF44A3CAD9B422137656F585295866\redist\dotNetFx46-x86-x64-AllOS.exe" /q /norestart /chainingpackage SSMS-Setup-ENU /log %localappdata%\temp\SsmsSetup\DotNet46'
[0688:0554][2016-07-22T10:18:45]e000: Error 0x80074005: Process returned error: 0x4005
[0688:0554][2016-07-22T10:18:45]e000: Error 0x80074005: Failed to execute EXE package.
[0CD0:0CD8][2016-07-22T10:18:45]e000: Error 0x80074005: Failed to configure per-machine EXE package.
[0CD0:0CD8][2016-07-22T10:18:45]i000: MainViewModel.OnPackageAction: Install Completed for package Microsoft .NET Framework 4.6.1
[0CD0:0CD8][2016-07-22T10:18:45]i319: Applied execute package: DotNet46, result: 0x80074005, restart: None
[0CD0:0CD8][2016-07-22T10:18:45]e000: Error 0x80074005: Failed to execute EXE package.
[0688:0554][2016-07-22T10:18:45]i351: Removing cached package: DotNet46, from path: C:\ProgramData\Package Cache\83D048D171FF44A3CAD9B422137656F585295866\
[0CD0:0CD8][2016-07-22T10:18:45]i000: MainViewModel.OnPackageActionProgress: Percent completed: 100, Overall progress: 100
[0688:0554][2016-07-22T10:18:45]i330: Removed bundle dependency provider: {82063528-7851-4780-b71a-0dbebf71a3cb}
[0688:0554][2016-07-22T10:18:45]i352: Removing cached bundle: {82063528-7851-4780-b71a-0dbebf71a3cb}, from path: C:\ProgramData\Package Cache\{82063528-7851-4780-b71a-0dbebf71a3cb}\
[0CD0:0CD8][2016-07-22T10:18:45]e000: MainViewModel.OnBundleAction: Bundle action failed: Unknown error (0x80074005) (0x80074005)
[0CD0:0CD8][2016-07-22T10:18:45]i399: Apply complete, result: 0x80074005, restart: None, ba requested restart:  No
[0CD0:064C][2016-07-22T10:18:45]i000: ManagedBootstrapperApp.Run: Closing the managed bootstrapper application.
[0CD0:0CD8][2016-07-22T10:18:45]i500: Shutting down, exit code: 0x643
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: AnotherInstallRunning = Setup is blocked due to another install currently running. Please let the other install complete and then restart the computer if necessary.
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: CancelText = Cancel
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: CloseText = Close
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: ContinuePastWarningText = Do you wish to continue?
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: HeaderText = June 2016
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: InstallerLcid = 1033
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: InstallText = Install
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: LcidMismatchWarning = Operating system language mismatch detected.
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: LicenseTermsText = License Terms
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: LicenseTermsUrl = https://go.microsoft.com/fwlink/?LinkID=620835&clcid=0x409
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: LoadingPackagesText = Loading packages. Please wait...
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: NETFRAMEWORK45 = 394254
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: Netfx4ClientReleaseX64 = 394254
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: Netfx4ClientReleaseX86 = 394254
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: Netfx4FullReleaseX64 = 394254
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: Netfx4FullReleaseX86 = 394254
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: OverallProgressText = Overall Progress
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: PackageProgressText = Package Progress
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: PreviewStatementUrl = https://go.microsoft.com/fwlink/?LinkID=398120
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: PrivacyStatementText = Privacy Statement
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: ProductVersionVar = 13.0.15000.23
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: RebootPending = 0
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: RepairText = Repair
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: RestartAlreadyPending = A pending restart is blocking setup from completing. Please restart the computer and run setup again.
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: RestartText = Restart
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupBlockedDescriptionText = Something has blocked setup from continuing.
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupBlockedText = Setup Blocked
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupCanceledDescriptionText = The setup operation has been canceled.
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupCanceledText = Setup Canceled
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupCompletedText = Setup Completed
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupFailedDescriptionText = A failure occured during installation.
[0CD0:0CD8][2016-07-22T10:18:45]i410: Variable: SetupFailedText = Setup Failed

So the log tells me that there is something blocking the installation. Another install. But later it says there is a pending restart that blocks it. I had SSMS moved to being the first application to be installed and I also initiate a computer reboot right before it gets installed. This makes no sense whatsoever. Any ideas? I can provide the full log if it helps.

Thanks!


Viewing all articles
Browse latest Browse all 7696

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>