If you are trying to install sitecore experience commerce 9 with a network database then you may come across following error when you run the installation script using power shell.
[—————————————– EnsureLocalUser : EnsureLocalUser —————————————–]
Install-SitecoreConfiguration : The following exception occurred while trying to enumerate the collection: “The network path was not found. “. At C:\Program
Files\WindowsPowerShell\Modules\SitecoreInstallFramework\1.2.1\Public\Install-SitecoreConfiguration.ps1:253 char:21
To fix this error open .\SIF.Sitecore.Commerce.1.0.1748\Configuration\Commerce\CommerceEngine\CommerceEngine.Deploy.json file and comment out
“EnsureLocalUser”: {
“Type”: “EnsureLocalUser”,
“Params”: {
“UserAccount”: “[parameter(‘UserAccount’)]”
}
}
and re run the script again !!!!