Windows error 0x84B30002, -2068643838

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1203 (0x4b3)
Error Code2 (0x0002)

Questions

1vote
2answers

Can not install SQL Server 2016 on the Windows Server 2008 R2 Core

I am trying to install SQL Server 2016 on the Windows Server 2016 Core. As it does not have graphical interface, I am doing it from the command line. This is the command I am using: > Setup.exe /qs /ACTION=Install /FEATURES=SQLEngine,Replication > /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="WORKGROUP\MyUser" > /SQLSVCPASSWORD="MySecretPass" /SQLSYSADMINACCOUNTS="WORKGROUP\MyUser" > /AGTSVCACCOUNT="NT AUTHORITY\Network [...] read more
sql-server
sql-server-2008
windows-server-2008-r2
sql-server-2016

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0