-
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
ArcGIS WebAdaptor 11.1 always reconfigured #466
Comments
Hi @cameronkroeker, |
Hi @Biboba, Great catch! I was able to reproduce it. Here is a workaround that worked for me: Change: arcgis-powershell-dsc/Modules/ArcGIS/DSCResources/ArcGIS_WebAdaptor/ArcGIS_WebAdaptor.psm1 Line 241 in 8621f7a
To:
Thanks, |
The workaround does not work for me:
Any ideas? @Biboba @cameronkroeker |
Hi @widsuoids, Looks like a different issue. It's failing to download portal patches from the internet. The suggested workaround for this topic is to solve an issue where the Webadaptor always configures with portal/server even though it has been configured on previous attempts. Thanks, |
This issue has been addressed in release v4.20. https://github.com/Esri/arcgis-powershell-dsc/releases/tag/v4.2.0 |
Community Note
Module Version
Affected Resource(s)
Configuration Files
GisPortalAGSDeployment_anonymous.txt
Expected Behavior
If webAdaptor is already configured, it should not be configured again.
Actual Behavior
If webAdaptor is already configured, it is configured again.
Steps to Reproduce
Run the attached configuration several times: even if web adaptor is already configured, it is configured again.
Here is the log with a webadaptor already installed:
Important Factoids
I debug a little bit and I think the culprit is here:
arcgis-powershell-dsc/Modules/ArcGIS/DSCResources/ArcGIS_WebAdaptor/ArcGIS_WebAdaptor.psm1
Line 241 in 8621f7a
$WAConfig object is properly retrieved but $WAConfig .url does not exist. It should be $WAConfig.gisserver.url or $WAConfig.portal.url depending on the component to register.
References
Thanks !
The text was updated successfully, but these errors were encountered: