I am trying to install SQL Server 2008 Express R2 but get the error "SQL Server setup encountered the following error. There was an error generating the XML document. Error code 0X84B10001".
The OS is Windows XP SP3 (up to date with latest Windows Update patches installed). I've read various comments regarding this error using Google and tried all of them:
- Made sure .NET3.5 was correctly installed (just in case I removed it and re-installed it again without issue)
- Made sure that the "AppData" was present in the Registry
- Made sure that "Network Service" had the correct permission
Here is the error log:
2014-01-14 14:38:09 Slp: ----------------------------------------------------------------------2014-01-14 14:38:09 Slp: Running Action: InitializeInputSettingStore
2014-01-14 14:38:10 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.InitializeInputSettingStoreAction" threw an exception during execution.
2014-01-14 14:38:10 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: There was an error generating the XML document. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: There was an error generating the XML document. ---> System.InvalidOperationException: There was an error generating the XML document. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: Unable to generate a temporary class (result=1).
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: ---> System.InvalidOperationException: Unable to generate a temporary class (result=1).
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DatastoreDictionary`2.WriteXml(XmlWriter writer)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DatastoreDictionary`2.WriteXml(XmlWriter writer)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializationWriter.WriteSerializable(IXmlSerializable serializable, String name, String ns, Boolean isNullable, Boolean wrapped)
2014-01-14 14:38:10 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterInputSettingStore.Write2_InputSettingStore(String n, String ns, InputSettingStore o, Boolean isNullable, Boolean needType)
2014-01-14 14:38:10 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterInputSettingStore.Write3_InputSettingStore(Object o)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o, XmlSerializerNamespaces namespaces)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(Object objectToSerialize)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.InitializeInputSettingsInDatastore()
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Configuration.BootstrapExtension.InitializeInputSettingStoreAction.ExecuteAction(String actionId)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2014-01-14 14:38:10 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
2014-01-14 14:38:10 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: There was an error generating the XML document. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: There was an error generating the XML document. ---> System.InvalidOperationException: There was an error generating the XML document. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException: Unable to generate a temporary class (result=1).
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: ---> System.InvalidOperationException: Unable to generate a temporary class (result=1).
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DatastoreDictionary`2.WriteXml(XmlWriter writer)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DatastoreDictionary`2.WriteXml(XmlWriter writer)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializationWriter.WriteSerializable(IXmlSerializable serializable, String name, String ns, Boolean isNullable, Boolean wrapped)
2014-01-14 14:38:10 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterInputSettingStore.Write2_InputSettingStore(String n, String ns, InputSettingStore o, Boolean isNullable, Boolean needType)
2014-01-14 14:38:10 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterInputSettingStore.Write3_InputSettingStore(Object o)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o, XmlSerializerNamespaces namespaces)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(Object objectToSerialize)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.InitializeInputSettingsInDatastore()
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Configuration.BootstrapExtension.InitializeInputSettingStoreAction.ExecuteAction(String actionId)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2014-01-14 14:38:10 Slp: --- End of inner exception stack trace ---
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2014-01-14 14:38:10 Slp: Received request to add the following file to Watson reporting: C:\Documents and Settings\User\Local Settings\Temp\tmpE0.tmp
2014-01-14 14:38:10 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2014-01-14 14:38:10 Slp: Inner exceptions are being indented
2014-01-14 14:38:10 Slp:
2014-01-14 14:38:10 Slp: Exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
2014-01-14 14:38:10 Slp: Message:
2014-01-14 14:38:10 Slp: There was an error generating the XML document.
2014-01-14 14:38:10 Slp: Stack:
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(Object objectToSerialize)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.InitializeInputSettingsInDatastore()
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Configuration.BootstrapExtension.InitializeInputSettingStoreAction.ExecuteAction(String actionId)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2014-01-14 14:38:10 Slp: Inner exception type: System.InvalidOperationException
2014-01-14 14:38:10 Slp: Message:
2014-01-14 14:38:10 Slp: There was an error generating the XML document.
2014-01-14 14:38:10 Slp: Stack:
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o, XmlSerializerNamespaces namespaces)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
2014-01-14 14:38:10 Slp: Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
2014-01-14 14:38:10 Slp: Message:
2014-01-14 14:38:10 Slp: Unable to generate a temporary class (result=1).
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp:
2014-01-14 14:38:10 Slp: Stack:
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DatastoreDictionary`2.WriteXml(XmlWriter writer)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializationWriter.WriteSerializable(IXmlSerializable serializable, String name, String ns, Boolean isNullable, Boolean wrapped)
2014-01-14 14:38:10 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterInputSettingStore.Write2_InputSettingStore(String n, String ns, InputSettingStore o, Boolean isNullable, Boolean needType)
2014-01-14 14:38:10 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterInputSettingStore.Write3_InputSettingStore(Object o)
2014-01-14 14:38:10 Slp: Inner exception type: System.InvalidOperationException
2014-01-14 14:38:10 Slp: Message:
2014-01-14 14:38:10 Slp: Unable to generate a temporary class (result=1).
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp: error CS0002: Unable to load message string from resources.
2014-01-14 14:38:10 Slp:
2014-01-14 14:38:10 Slp: Stack:
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
2014-01-14 14:38:10 Slp: at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
2014-01-14 14:38:10 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.DatastoreDictionary`2.WriteXml(XmlWriter writer)
2014-01-14 14:40:50 Slp: Watson Bucket 1
Original Parameter Values
2014-01-14 14:40:50 Slp: Parameter 0 : SQL Server 2008 R2@RTM@
2014-01-14 14:40:50 Slp: Parameter 1 : Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject
2014-01-14 14:40:50 Slp: Parameter 2 : System.Xml.Serialization.Compiler.Compile
2014-01-14 14:40:50 Slp: Parameter 3 : Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException@1201@1
2014-01-14 14:40:50 Slp: Parameter 4 : System.InvalidOperationException@-2146233079
2014-01-14 14:40:50 Slp: Parameter 5 : InitializeInputSettingStore
2014-01-14 14:40:50 Slp:
Final Parameter Values
2014-01-14 14:40:50 Slp: Parameter 0 : SQL Server 2008 R2@RTM@
2014-01-14 14:40:50 Slp: Parameter 1 : 0x9AEA69F2
2014-01-14 14:40:50 Slp: Parameter 2 : 0x86FFB895
2014-01-14 14:40:50 Slp: Parameter 3 : 0xF45F6601@1201@1
2014-01-14 14:40:50 Slp: Parameter 4 : 0xEE30244D
2014-01-14 14:40:50 Slp: Parameter 5 : InitializeInputSettingStore
2014-01-14 14:40:50 Slp: The following exception occurred while preparing status logs during Watson failure processing: The setting 'ACTION' specified is not recognized.
2014-01-14 14:40:50 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140114_143806\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
2014-01-14 14:40:50 Slp: Sco: Unable to write hklm registry key SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140114_143806\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_, Win32 error 2
2014-01-14 14:40:50 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140114_143806\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
2014-01-14 14:40:50 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140114_143806\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
2014-01-14 14:40:50 Slp: Sco: Unable to write hklm registry key SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140114_143806\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_, Win32 error 2
2014-01-14 14:40:51 Slp: There was an error generating the XML document.
2014-01-14 14:40:51 Slp: Watson bucket for exception based failure has been created
2014-01-14 14:40:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
2014-01-14 14:40:51 Slp: Sco: Attempting to open registry subkey
2014-01-14 14:40:51 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
2014-01-14 14:40:51 Slp: Sco: Attempting to get registry value DW0200
2014-01-14 14:40:53 Slp: Submitted 1 of 1 failures to the Watson data repository
2014-01-14 14:40:53 Slp:
2014-01-14 14:40:53 Slp: ----------------------------------------------------------------------
2014-01-14 14:40:53 Slp:
2014-01-14 14:40:53 Slp: Error result: -2068774911
2014-01-14 14:40:53 Slp: Result facility code: 1201
2014-01-14 14:40:53 Slp: Result error code: 1
2014-01-14 14:40:53 Slp:
2014-01-14 14:40:53 Slp: ----------------------------------------------------------------------
2014-01-14 14:40:53 Slp:
2014-01-14 14:40:53 Slp: Error result: -2068774911
2014-01-14 14:40:53 Slp: Result facility code: 1201
2014-01-14 14:40:53 Slp: Result error code: 1