-
Notifications
You must be signed in to change notification settings - Fork 62
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
ArcMapRuntime and DotNetSupport are not installed when upgrading despite setting Parameters in config true #359
Comments
Hi @shailesh91 |
@niol-esrich a possible workaround is replacing arcgis-powershell-dsc/Modules/ArcGIS/ArcGIS.psm1 Lines 2135 to 2136 in 6a8456b
|
@shailesh91 |
The workaround resulted in a crash when I ran it with a configuration Json file that did not define the value for the EnableArcMapRuntime or EnableDotnetSupport properties. My workaround was to set those 2 values to $True and comment out the existing code inside ArcGIS.psm1 at the two lines that @shailesh91 mentioned. Unfortunately, I have lost the error message and cannot provide it any more. |
This bug has been addressed in v3.3.1. |
Community Note
Module Version
3.3.0
Affected Resource(s)
Configuration Files
Expected Behavior
Upgrading from ArcGIS Enterprise BaseDeployment from 10.8.1 or 10.9 to 10.9.1
With both Parameters set to true , the DotNet and ArcMap Runtime and Python 2.7 should be installed with mode -upgrading
Actual Behavior
Both are not installed and need to be manually installed.
https://enterprise.arcgis.com/en/server/latest/administer/windows/disable-arcmap-runtime.htm
Steps to Reproduce
Run
Invoke-ArcGISConfiguration -ConfigurationParametersFile <config.json> -Mode upgrading
The text was updated successfully, but these errors were encountered: