| Bug ID Number |
BUG-000120194 |
| Submitted | February 20, 2019 |
| Last Modified | September 3, 2024 |
| Applies to | ArcGIS GeoEvent Server |
| Version found | 10.5 |
| Operating System | Windows OS |
| Operating System Version | 2008 R2 |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
When an active-active deployment is created, each site has it's own decryption keys. Create a backup via the Admin API from one site and restore it to all other sites. This ensures all the keys match between all machines.
Workaround
Use this workflow to copy publicKey:
- Stop ArcGIS Server services on all machines in the high availability (HA) Active site.
- Rename ..\arcgisserver\config-store\.site\rsa.ser to ..\arcgisserver\config-store\.site\rsa.ser.old on all secondary machines.
- Rename ..\arcgisserver\config-store\.site\rsa.ser.rlock to ..\arcgisserver\config-store\.site\rsa.ser.rlock.old on all secondary machines.
- Copy ..\arcgisserver\config-store\.site\rsa.ser from the master site to the secondary machines.
- Copy ..\arcgisserver\config-store\.site\rsa.ser.rlock from the master site to the secondary machines.
- Restart ArcGIS Server and confirm all machines now have the same publicKey.
Steps to Reproduce