Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
297 stars 116 forks source link

Not recognizing “setups_archive” variable #235

Closed MantalopePG closed 4 years ago

MantalopePG commented 4 years ago

In the arcgis-enterprise-windows.json file I have changed the following variable: "setup":"C:\ArcGIS\10.7\Portal\Setup.exe" to "setups_archive":"\\share\install\ArcGIS\Enterprise\10.7.1\Portal_for_ArcGIS_Windows_1071_169688.exe",

However I am getting the error: STDERR: The system cannot find the path specified. ---- End output of "C:\Users\arcsrvradmin\Documents\ArcGIS 10.7.1\PortalForArcGIS\Setup.exe"

cameronkroeker commented 4 years ago

@MantalopePG

Let's try the following:

"setup_archive":"\\\\share\\install\\ArcGIS\\Enterprise\\10.7.1\\Portal_for_ArcGIS_Windows_1071_169688.exe",

MantalopePG commented 4 years ago

Would that be for all the set up variables or just portal? I'm going off the documentation here: https://github.com/Esri/arcgis-cookbook/wiki/Deploy-a-base-ArcGIS-Enterprise-deployment-on-a-single-machine

cameronkroeker commented 4 years ago

Would that be for all the set up variables or just portal? I'm going off the documentation here: https://github.com/Esri/arcgis-cookbook/wiki/Deploy-a-base-ArcGIS-Enterprise-deployment-on-a-single-machine

For all the setup variables. I went ahead and updated the wiki/Deploy-a-base-ArcGIS-Enterprise-deployment-on-a-single-machine doc to reflect "setup" and "setup_archive" instead of "setups" and "setups_archive".

Also, all variables can be found here.

Thanks!