I'm seeing the following when trying to install SQL Server 2012 Enterprise SP1 via WinRM:
Microsoft (R) .NET Framework CasPol 2.0.50727.6387 Copyright (c) Microsoft Corporation. All rights reserved. Success Microsoft (R) .NET Framework CasPol 2.0.50727.6387 Copyright (c) Microsoft Corporation. All rights reserved. Success The following error occurred: There was an error generating the XML document. Error result: -2068774911 Result facility code: 1201 Result error code: 1 Please review the summary.txt log for further details Microsoft (R) SQL Server 2012 11.00.3000.00 Copyright (c) Microsoft Corporation. All rights reserved.
The relevant part of the log file appears to showan issue running ScenarioEngine.exe. I followed the instructions at http://social.msdn.microsoft.com/Forums/sqlserver/en-US/d0800ccf-5ade-471c-8942-b7d43031478b/sql-2012-installation-error?forum=sqlgetstarted and set UpdateEnabled=false in DefaultSetup.ini. This did not resolve the problem.
11/21/2013 13:45:34.445 Processing entry ("LANDINGPAGE.RESOURCES", "Native") 11/21/2013 13:45:34.445 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native") 11/21/2013 13:45:34.445 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native") 11/21/2013 13:45:34.445 Saved .Net security policy file 11/21/2013 13:45:34.523 Strong name verification disabling is not required 11/21/2013 13:45:34.523 /? or /HELP or /ACTION=HELP specified: false 11/21/2013 13:45:34.523 Help display: false 11/21/2013 13:45:34.523 Attempting to launch landing page workflow 11/21/2013 13:45:34.523 Attempting to set setup mutex 11/21/2013 13:45:34.523 Setup mutex has been set 11/21/2013 13:45:34.523 Attempting to launch global rules workflow 11/21/2013 13:45:34.523 Media source: \\installserver\data\packages\sqlserver2012sp1\ 11/21/2013 13:45:34.523 Install media path: \\installserver\data\packages\sqlserver2012sp1\x64\setup\ 11/21/2013 13:45:34.523 Media layout: Full 11/21/2013 13:45:34.523 Attempting to get execution timestamp 11/21/2013 13:45:34.523 Timestamp: 20131121_134533 11/21/2013 13:45:34.523 Attempting to run workflow RUNRULES /RULES=GlobalRules 11/21/2013 13:45:34.538 Attempting to launch process \\installserver\data\packages\sqlserver2012sp1\x64\ScenarioEngine.exe 11/21/2013 13:45:54.601 Process returned exit code: 0x00000000 11/21/2013 13:45:54.601 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000 11/21/2013 13:45:54.601 Attempting to launch component update workflow 11/21/2013 13:45:54.601 Media source: \\installserver\data\packages\sqlserver2012sp1\ 11/21/2013 13:45:54.601 Install media path: \\installserver\data\packages\sqlserver2012sp1\x64\setup\ 11/21/2013 13:45:54.601 Media layout: Full 11/21/2013 13:45:54.601 Attempting to get execution timestamp 11/21/2013 13:45:54.617 Timestamp: 20131121_134533 11/21/2013 13:45:54.617 Attempting to run workflow COMPONENTUPDATE 11/21/2013 13:45:54.617 Attempting to launch process \\installserver\data\packages\sqlserver2012sp1\x64\ScenarioEngine.exe 11/21/2013 13:46:53.258 Process returned exit code: 0x00000000 11/21/2013 13:46:53.258 Workflow COMPONENTUPDATE returned exit code: 0x00000000 11/21/2013 13:46:53.258 Attempting to launch user requested workflow locally 11/21/2013 13:46:53.258 Attempting to find local setup.exe 11/21/2013 13:46:53.258 Local bootstrap folder path: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\ 11/21/2013 13:46:53.258 Local ScenarioEngine.exe full path: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\ScenarioEngine.exe 11/21/2013 13:46:53.258 Media source: \\installserver\data\packages\sqlserver2012sp1\ 11/21/2013 13:46:53.258 Install media path: \\installserver\data\packages\sqlserver2012sp1\x64\setup\ 11/21/2013 13:46:53.258 Media layout: Full 11/21/2013 13:46:53.258 Attempting to get execution timestamp 11/21/2013 13:46:53.258 Timestamp: 20131121_134533 11/21/2013 13:46:53.258 Attempting to run user requested action from local ScenarioEngine.exe 11/21/2013 13:46:53.258 Attempting to launch process C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\ScenarioEngine.exe 11/21/2013 13:47:45.695 Process returned exit code: 0x84B10001 11/21/2013 13:47:45.695 Local ScenarioEngine.exe returned exit code: 0x84B10001 11/21/2013 13:47:45.695 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config 11/21/2013 13:47:45.711 Attempting to remove .Net security code group node 11/21/2013 13:47:45.711 Removing entry ("MSVCM80", "Native") 11/21/2013 13:47:45.711 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
This is an unattended install running with:
\\installserver\data\packages\sqlserver2012sp1\setup.exe /QUIET /ConfigurationFile="C:\ConfigurationFile.ini"
I'm running as local Administrator and the install fails in exactly the same way if I install from a local path (as opposed to my network share).
Running the same command from cmd.exe or powershell succeeds.
Any help would be much appreciated.