Hi all,
we have the following issue in our highly available (HA) portal, version 10.8.1.
Our configuration is:
- 2 portal machines, running on windows server 2019, on premise, with https only connection and domain certificates.
- ArcGIS portal content is located to a shared folder, highly available, both machines have stable access to the folder (using a domain account for the service)
- 2 web adaptors pointing to each server
- 1 load balancer, pointing to the 2 web adaptors. The value of the load balancer is set to the WebContextURL
- No federation yet.
Workflow to reproduce the issue:
- After initial installation, we checked the health status of every server, everything was fine.
- We checked, from the portaladmin page, the SSL Certificates for each machine, they are properly set.
- The links to generate tokens for both machines work properly e.g. https://standbymachine.domain.com:7443/arcgis/sharing/rest/generateToken
- Index status is aligned properly with the store.
- We stop the windows portal service for the primary portal machine.
- HA function kicks in, switches the standby to primary. Everything OK.
- We restart the stopped windows service, approximately some minutes after the stop.
Expected Behavior:
Actual Behavior:
- In
\arcgisportal for both servers, we have extra folders with name e.g. db1606979894714 - When we click on the ssl certificates for the standby machine, all the values are null

- The links to generate tokens for the standby machine (sometimes for both machines!) is not accessible with error 404 e.g. https://standbymachine.domain.com:7443/arcgis/sharing/rest/generateToken. In general the arcgis/sharing/rest is not accessible.
- We cannot connect to the portaladmin, using the url ...:7443/arcgis/portaladmin with error message: You are not authorized to use this resource.
Workaround:
Stop the windows service for the standby machine again.
Sometimes, when we wait a bit and stop the standby machine again, wait some more, and start it again, then everything is back to normal.
Similar issue has been reported here.
Any feedback will be very useful. Thanks!