Hi community
I have a tech support case logged on this issue, but wanted to see if the wisdom of this group can help.
Our environment: In our production AWS VPC, we have 10.9.1 HA enterprise/portal plus federated image server built with the esri cloudformation templates. Portal, server, and image are available via maps.domain.gov/portal, /server, and /image respectively. OS is CentOS7 (linux). This deployment is fully arcgis patched.
We need to migrate off of CentOS7 to Ubuntu, so I've set up a nearly identical 10.9.1/Ubuntu20.04 deployment using the same cloudformation templates in an isolated development VPC. This target is fully arcgis-patched.
I am trying to do a webgisdr export from our production system and import it to our development system. The export operation seems to go fine and the backup file is copied to S3.
The webgisdr PORTAL_ADMIN_URL I'm using is https://maps.domain.gov/portal
Upon webgisdr import, datastore and arcgis server appear to restore fine, but when the restore gets to image server, webgisdr fails with the following error:
2024-08-12 23:12:04 ERROR [pool-3-thread-3] com.esri.arcgis.webgis.component.service.impl.ServerDRService - {"code":500,"messages":["Import site failed with the following error. Server machine 'https://maps.domain.gov/server/admin/' returned an error. 'Unauthorized access. Token not found. You can generate a token using the 'generateToken' operation.'"],"status":"error"}
Wondering if anyone has seen this kind of error before.