Ocorreu um erro durante a instalação do Invantive Data Hub no Windows Server 2016

2

Ao tentar instalar o Invantive Data Hub em um servidor do Windows 2016, recebo o seguinte erro:

An error occurred trying to download 'https://download.invantive.com/environments/L528650790/stable/clickonce/invantive-data-hub-2016R1/install.application'.

See the setup log file located at 'C:\Users\ADMINI~1\AppData\Local\Temp\VSDDB4B.tmp\install.log' for more information.

Arquivo de log:

The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [InstallMode] = HomeSite {string}
Property: [NTProductType] = 3 {int}
Property: [ProcessorArchitecture] = AMD64 {string}
Property: [VersionNT] = 10.0.0 {version}
Running checks for package 'Microsoft .NET Framework 4.5.2 (x86 and x64)', phase BuildList
Reading value 'Release' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full'
Read integer value 394802
Setting value '394802 {int}' for property 'DotNet45Full_Release'
Reading value 'v4' of registry key 'HKLM\SOFTWARE\Microsoft\NET Framework Setup\OS Integration'
Read integer value 1
Setting value '1 {int}' for property 'DotNet45Full_OSIntegrated'
The following properties have been set for package 'Microsoft .NET Framework 4.5.2 (x86 and x64)':
Property: [DotNet45Full_OSIntegrated] = 1 {int}
Property: [DotNet45Full_Release] = 394802 {int}
Running checks for command 'DotNetFX452\NDP452-KB2901907-x86-x64-AllOS-ENU.exe'
Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true
Result of checks for command 'DotNetFX452\NDP452-KB2901907-x86-x64-AllOS-ENU.exe' is 'Bypass'
Running checks for command 'DotNetFX452\NDP452-KB2901907-x86-x64-AllOS-ENU.exe'
Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true
Result of checks for command 'DotNetFX452\NDP452-KB2901907-x86-x64-AllOS-ENU.exe' is 'Bypass'
Running checks for command 'DotNetFX452\NDP452-KB2901954-Web.exe'
Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false
Result of running operator 'ValueGreaterThanEqualTo' on property 'DotNet45Full_Release' and value '379893': true
Result of checks for command 'DotNetFX452\NDP452-KB2901954-Web.exe' is 'Bypass'
Running checks for command 'DotNetFX452\NDP452-KB2901954-Web.exe'
Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false
Result of running operator 'ValueGreaterThanEqualTo' on property 'DotNet45Full_Release' and value '379893': true
Result of checks for command 'DotNetFX452\NDP452-KB2901954-Web.exe' is 'Bypass'
'Microsoft .NET Framework 4.5.2 (x86 and x64)' RunCheck result: No Install Needed
Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697208'
Error: An error occurred trying to download 'https://download.invantive.com/environments/L528650790/stable/clickonce/invantive-data-hub-2016R1/install.application'.

Como isso pode ser resolvido?

    
por Roy Kosmeijer 22.11.2016 / 14:13

1 resposta

1

A base deste erro é proveniente de um instalador baseado no Microsoft ClickOnce.

Existem duas possibilidades:

  • O arquivo está em um CDN que ainda não foi replicado / preenchido corretamente.
  • Você está executando em um servidor com segurança muito restrita.

Para a opção 1: tente novamente em 30 minutos.

Para a opção 2: faça o download do arquivo install.application da URL listada no erro diretamente usando o Internet Explorer e execute-o.

    
por 22.11.2016 / 15:44