Open tigerwoulds opened 6 days ago
Hi @tigerwoulds,
Based on the error message it sounds like the portal setup.exe is not able to validate the windows service run as account for portal. Could you check the following items:
"Password": "[REDACTED] ",
or
"Password": " [REDACTED]",
Validate the correct values are being passed in via Task Manager. Prior to kicking off the upgrade, on the portal node launch task manager and select the details tab. Right click the column bar and select columns to enable command line:
Then when you kick off the upgrade, monitor task manager for the portal setup.exe process to see what values are being passed in:
Thanks, Cameron K.
Community Note
Module Version
Affected Resource(s)
Configuration Files
Expected Behavior
Portal should upgrade from 11.1 to 11.3
Actual Behavior
Error encountered during Portal upgrade
Windows event logs on the Portal host return
Error 28809 - Could not validate the credentials for account domain\service_acct. Confirm the credentials are correct and attempt the installation again. The setup will now exit.
This is an Active Directory account on our domain. The account is currently used for our 11.1 deployment. In fact, I did a fresh install of 11.1 today using the same AD account. The password does not contain any special characters.
Steps to Reproduce
Important Factoids
References
https://github.com/Esri/arcgis-powershell-dsc/issues/309