Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

10.9.1 Portal file name #298

Closed
ramtechjoe opened this issue Jan 12, 2022 · 2 comments
Closed

10.9.1 Portal file name #298

ramtechjoe opened this issue Jan 12, 2022 · 2 comments
Assignees

Comments

@ramtechjoe
Copy link

In the 10.9.1 ReadMe the file name for Portal is listed as:
Portal_for_ArcGIS_Windows_1091_177786

However, the file name for Portal from the download is:
Portal_for_ArcGIS_Windows_1091_180052

Is this a misprint in the ReadMe or is the script looking for the wrong file?

@cameronkroeker
Copy link
Contributor

In the 10.9.1 ReadMe the file name for Portal is listed as: Portal_for_ArcGIS_Windows_1091_177786

However, the file name for Portal from the download is: Portal_for_ArcGIS_Windows_1091_180052

Is this a misprint in the ReadMe or is the script looking for the wrong file?

Hello @ramtechjoe,

Great catch! It's typo in the ReadMe. The file name is correct in the actual cookbooks, so it should still work fine:

when '10.9.1'
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}'

Thanks,
Cameron K.

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

No branches or pull requests

2 participants