Estou tentando instalar o SQL Server 2014 em uma caixa do 2012 R2 que não possui uma conexão com a Internet (e por motivos de segurança, não tenho permissão para fornecê-la). Eu não acho que isso seria um problema, então eu baixei a mídia de instalação (junto com o .NET 3.5) em um pendrive e instalei a partir daí (especificando NÃO VERIFIQUE ATUALIZAÇÕES).
Os Serviços do Mecanismo de Banco de Dados falharam, com os logs sugerindo que ele seja incapaz de verificar se há atualizações. Eu baixei e instalei manualmente o SP1 & 2 juntamente com a atualização cumulativa para o SQL Server 2014 e tentei novamente. O problema ainda persiste. Eu estou praticamente sem idéias neste momento, e pesquisando não parece retornar muita informação. O erro exato que estou recebendo está abaixo.
Product Update Status:
User selected not to include product updates.
Error message:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented
Exception type: Microsoft.SqlServer.Chainer.Infrastructure.CancelException
Message:
Setup is not able to find a server to download product updates because the operation is cancelled.
HResult : 0x84b70642
FacilityCode : 1207 (4b7)
ErrorCode : 1602 (0642)
Stack:
at Microsoft.SqlServer.Configuration.SmartSetupExtension.MuSetupSearchEngine.SelectServer()
at Microsoft.SqlServer.Configuration.SmartSetupExtension.MuSetupSearchEngine.SearchUpdates()
at Microsoft.SqlServer.Configuration.SmartSetupExtension.SearchUpdatesAction.ExecuteAction(String actionId)
at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)