Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
290 stars 115 forks source link

Not able to download setups using arcgis-repository cookbook #366

Closed Ayushyadav19 closed 11 months ago

Ayushyadav19 commented 11 months ago

Hi @cameronkroeker ,

We are trying to download the ArcGIS Enterprise setups using arcgis-repository cookbook but it fails at downloading the setups. Below is the chef script we are using:-

{ "arcgis": { "repository": { "local_archives": "C:\arcgis_repo", "server": { "url": "https://downloads.arcgis.com", "token_service_url": "https://www.arcgis.com/sharing/rest/generateToken" "username": "XXXXXXX", "password": "XXXXXXX" }, "files": { "ArcGIS Web Adaptor (IIS)": { "subfolder": "C://arcgis_repo//setups", "sha256": "1f63665ef210691dc61103f844359b2a162589c3e437dc559a85fecb970be39b" } } } }, "run_list": [ "recipe[arcgis-repository::files]" ] }

We tried to access the URL - https://downloads.arcgis.com but the URL is not accessible over the browser. Additionally, I have a few other questions:-

  1. How we can define the ArcGIS Enterprise version?
  2. How we can whole bundle of setups using a single chef script?
  3. Are there any template given for the arcgis-repository cookbook as given for other cookbooks?
cameronkroeker commented 11 months ago

Hi @Ayushyadav19,

I believe there is a similar issue posted here with a solution:

https://github.com/Esri/arcgis-cookbook/issues/341

Thanks, Cameron K.

Ayushyadav19 commented 11 months ago

Hi @cameronkroeker ,

Apologies for creating the same issue again. It got slipped from my mind that I created the same issue five months ago.

Please delete/close this issue.

Thanks Ayush