无法安装Server 2012
错误
Server安装程序遇到以下错误: 1: 22292: Q:\PCUSOURCE\1033_ENU_LP\x86\setup\x86\sqlncli.msi 3:
屏幕截图

日志
中的错误详细信息
(01) 2014-01-16 04:21:28 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2014-01-16 04:21:28 Slp: Inner exceptions are being indented
(01) 2014-01-16 04:21:28 Slp:
(01) 2014-01-16 04:21:28 Slp: Exception type: System.ComponentModel.Win32Exception
(01) 2014-01-16 04:21:28 Slp: Message:
(01) 2014-01-16 04:21:28 Slp: 1: 2229 2: Q:\PCUSOURCE\1033_ENU_LP\x86\setup\x86\sqlncli.msi 3: Property 4: SELECT `Value` FROM `Property` WHERE `Property` = 'ProductVersion'
(01) 2014-01-16 04:21:28 Slp: HResult : 0x80004005
(01) 2014-01-16 04:21:28 Slp: Error : 1615
(01) 2014-01-16 04:21:28 Slp: Data:
(01) 2014-01-16 04:21:28 Slp: WatsonData = 1615@2229
(01) 2014-01-16 04:21:28 Slp: Stack:
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.MsiNativeMethodHelpers.GetDBProperty(ServiceContainer context, String pathToMsi, String propertyName)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.MsiProvider.GetDBProperty(String absolutePackagePath, String propertyName)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.MSIDetectionEngine.ReadPackagePropertyFromMsiMedia(ServiceContainer context, String installMediaPath, String mediaLanguageFolder, PackageAttribute definedPackage, String propertyName)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.MSIDetectionEngine.DeterminePackageInstalledState(PackageId pkg, PackageAttribute pkgAttrib)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Configuration.PackageChainerExtension.SetPackageInstallStateAction.DetectPackageInstalledState(PackageAttribute packageData)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Configuration.PackageChainerExtension.SetPackageInstallStateAction.ExecuteAction(String actionId)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2014-01-16 04:21:28 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)我在google上搜索了这个错误,但是没有发现任何关于。请告诉我如何消除这个错误。
发布于 2014-01-16 05:47:03
根据表名和堆栈跟踪,这不是SQL查询,而是MSI查询。我敢打赌,MSI数据库Q:\PCUSOURCE\1033_ENU_LP\x86\setup\x86\sqlncli.msi已经损坏。尝试用虎鲸打开它,或者从已知的良好安装介质中替换它,然后再试一次。
如果Q:是映射驱动器,则在读取操作期间可能会出现网络问题。抄袭当地可能会排除这些问题。
作为参考,0x80004005翻译成非常有用的“操作失败”。
https://serverfault.com/questions/567616
复制相似问题