SQL Server 2014 Install Failed with The computer must be trusted for delegation and the current user error

1

I'm attempting to install SQL Sever 2014 newly installed Windows Sever 2012 R2 Standard edition OS. During the GUI portion of the installation it fails with the following error:

There was an error generating the XML document.

Looking at the detail.txt files I see the following error:

(01) 2015-09-14 19:32:31 Slp: Message: (01) 2015-09-14 19:32:31 Slp: The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. (01) 2015-09-14 19:32:31 Slp: (01) 2015-09-14 19:32:31 Slp: HResult : 0x80090345 (01) 2015-09-14 19:32:31 Slp: Stack: (01) 2015-09-14 19:32:31 Slp:
at System.Security.Cryptography.ProtectedData.Protect(Byte[] userData, Byte[] optionalEntropy, DataProtectionScope scope) (01) 2015-09-14 19:32:31 Slp: at Microsoft.SqlServer.Common.SqlSecureString.WriteXml(XmlWriter writer) (01) 2015-09-14 19:32:31 Slp: at System.Xml.Serialization.XmlSerializationWriter.WriteSerializable(IXmlSerializable serializable, String name, String ns, Boolean isNullable, Boolean wrapped) (01) 2015-09-14 19:32:31 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterAgentConfigurationPublic.Write6_AgentConfigurationPublic(String n, String ns, AgentConfigurationPublic o, Boolean isNullable, Boolean needType) (01) 2015-09-14 19:32:31 Slp: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterAgentConfigurationPublic.Write7_AgentConfigurationPublic(Object o)

I've attempted to do the install as administrator same issue either way.

sql-server
sql-server-2014
asked on Server Fault Sep 15, 2015 by Russ960

1 Answer

1

I was able to resolve the issue by creating a local account adding that account to the administrators account. I think this might have been a domain issue as this server is in a different domain than my own. A local account worked to get the installation to complete.

Used this link for the answer:

answered on Server Fault Sep 15, 2015 by Russ960

User contributions licensed under CC BY-SA 3.0