You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EmailSettings are set in portal like it worked with the DSC Module 3.3.2.
Actual Behavior
DSC Error in ArcGISPortalSettings --> the hostname ist missing!
09.09.2022 09:36:46: Cannot bind parameter 'Uri'. Cannot convert value "https://:7443/arcgis/portaladmin/system/emailSettings/update" to type "System.Uri". Error: "Invalid URI: The hostname could not be parsed."
09.09.2022 09:36:46: PowerShell DSC resource ArcGIS_PortalSettings failed to execute Set-TargetResource functionality with error message: Request to https://:7443/arcgis/portaladmin/system/emailSettings/update failed. Response returned NULL
09.09.2022 09:36:46: The SendConfigurationApply function did not succeed.
Steps to Reproduce
Just add some email settings for portal an run them with DSC 4.0.0
Important Factoids
Running in Azure (westeurope)
References
The text was updated successfully, but these errors were encountered:
Thanks for the submission. This will be addressed in the next release, in the meantime, the following workaround can be used to allow the email settings to be applied successfully.
Community Note
Module Version
Affected Resource(s)
Configuration Files
Just add an emailsettings property:
Expected Behavior
The EmailSettings are set in portal like it worked with the DSC Module 3.3.2.
Actual Behavior
DSC Error in ArcGISPortalSettings --> the hostname ist missing!
Steps to Reproduce
Just add some email settings for portal an run them with DSC 4.0.0
Important Factoids
Running in Azure (westeurope)
References
The text was updated successfully, but these errors were encountered: