Posts

Showing posts with the label installation

Sitecore XP/XC 10 installation fails at WebDeploy task

  Recently I have encountered the error below when trying to run the WebDeploy task. Install-SitecoreConfiguration : Command C:\Program Files\iis\Microsoft Web Deploy V3\msdeploy.exe returned a non-zero exit code - (-1073741819) At C:\SitecoreXC10_Install\XC10\SIF.Sitecore.Commerce.5.0.42\sc100_com_install.ps1:292 char:5 +     Install-SitecoreConfiguration @deployCommerceParams -Verbose *>&1 +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration Normally it could be fixed by installing the following missing prerequisites Microsoft ODBC Driver for SQL Server  Microsoft Command Line Utilities for SQL Server DacFx and SQLSysCLRTypes. However I tried install/reinstall all the them but still fai...