Esri / arcgis-cookbook

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

ArcGIS Insights 2022.2 installation may fail due to invalid product code. #323

Closed cameronkroeker closed 1 year ago

cameronkroeker commented 2 years ago

When using Chef Cookbooks for ArcGIS v4.0.0 to install (or upgrade to) ArcGIS Insights 2022.2 it may fail due to the cookbooks containing an invalid product code that does not match what is written to the Windows registry.

Workaround:

Update: https://github.com/Esri/arcgis-cookbook/blob/237b0e39fca0a3b5988b997430bf7beb3637e039/cookbooks/arcgis-insights/attributes/default.rb#L34

To:

insights['product_code'] = '{E1B018A2-C615-4CDA-AC51-8F1EDE8492AF}'
cameronkroeker commented 1 year ago

This issue has been addressed in v4.1.0.

https://github.com/Esri/arcgis-cookbook/releases/tag/v4.1.0