使用SCCM OSD安装SQL Server Management Studio 2016的问题 [英] issue installing SQL Server Management Studio 2016 with SCCM OSD

查看:133
本文介绍了使用SCCM OSD安装SQL Server Management Studio 2016的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿伙计们,

我一直在尝试在安装Windows 10 1511映像的任务序列中安装SQL Server Management Studio 2016。除SSMS 2016安装外,一切都完美无缺。如果由SCCM触发安装失败,但在稍后登录到计算机的管理员用户启动
时安装正常。下面是日志文件的片段。 

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

所以日志告诉我有阻止安装的东西。另一个安装。但后来它说有一个挂起的重启会阻止它。我让SSMS成为第一个要安装的应用程序,并且在安装之前我还启动了计算机重启权
。这没有任何意义。有任何想法吗?如果有帮助,我可以提供完整的日志。

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.

谢谢!

推荐答案

你好Jakub F,

Hi Jakub F,

你想安装什么版本?

https://msdn.microsoft.com/en-us/library/mt238290.aspx


这篇关于使用SCCM OSD安装SQL Server Management Studio 2016的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆