Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Doc Update needed for .exe listing #308

Closed
awittner opened this issue Jun 14, 2022 · 2 comments
Closed

Doc Update needed for .exe listing #308

awittner opened this issue Jun 14, 2022 · 2 comments

Comments

@awittner
Copy link

awittner commented Jun 14, 2022

Doc for arcgis enterprise multi machine deployment template lists: Portal_for_ArcGIS_Windows_1091_177786.exe - Current download from My Esri lists: Portal_for_ArcGIS_Windows_1091_180053.exe. Does template actually require older version of Portal?

@cameronkroeker
Copy link
Contributor

Hi @awittner,

Yes, definitely a doc bug. Though we have the following hardcoded for the default attribute value:

portal['setup_archive'] = ::File.join(node['arcgis']['repository']['archives'],
'Portal_for_ArcGIS_Windows_1091_180052.exe').gsub('/', '\\')
portal['product_code'] = '{B5C5195E-2446-45F9-B49E-CC0E1C358E7C}'

So as long as you have Portal_for_ArcGIS_Windows_1091_180052.exe inside the directory specified for node['arcgis']['repository']['archives']then it should work.

Great find, I’ll see if we can get the doc updated in next release of the cookbooks.

Thanks,
Cameron K.

@cameronkroeker
Copy link
Contributor

closing as a duplicate of:
#298

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants