I am installing MS-SQL as a prerequisite for NVivo 10, and it is failing with exit code -595541211.
This is the command I am using to install it:
%LOCALCACHE%\%PKG_PATH%\prereqs\SQLEXPR_%ARCH%_ENU.exe" /Q /ACTION=INSTALL /FEATURES=SQLEngine /INSTANCENAME=QSRNVivo10 /SQLCOLLATION=Latin1_General_BIN /SQLSVCSTARTUPTYPE=Automatic /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /IAcceptSQLServerLicenseTerms="True"'where LOCALCACHE and PKG_PATH combine to reference a local copy of SQLEXPR_X64_ENU.EXE.
I am using WPKG to install it, as a startup script, so presumably it is running as the SYSTEM user.
The Details.txt contains the following:
2013-04-25 05:52:01 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC. 2013-04-25 05:52:02 Slp: System.ComponentModel.Win32Exception: Access is denied 2013-04-25 05:52:02 Slp: at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited) 2013-04-25 05:52:02 Slp: at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited) 2013-04-25 05:52:02 Slp: at System.Diagnostics.Process.OpenProcessHandle() 2013-04-25 05:52:02 Slp: at System.Diagnostics.Process.get_Handle() 2013-04-25 05:52:02 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql) 2013-04-25 05:52:02 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs) 2013-04-25 05:52:02 Slp: at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing) 2013-04-25 05:52:02 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId) 2013-04-25 05:52:02 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream) 2013-04-25 05:52:02 Slp: Exception: System.ComponentModel.Win32Exception. 2013-04-25 05:52:02 Slp: Source: System. 2013-04-25 05:52:02 Slp: Message: Access is denied.Google searches indicate that this error means that the software cannot attach the debugger. The SYSTEM user should have the correct permissions:
>accesschk.exe -a "SYSTEM" * Accesschk v5.03 - Reports effective permissions for securable objects Copyright (C) 2006-2012 Mark Russinovich Sysinternals - www.sysinternals.com SeBackupPrivilege SeDebugPrivilege SeSecurityPrivilege SeServiceLogonRightPlease advise.
↧
error -595541211
↧