| Bug ID Number |
BUG-000154565 |
| Submitted | December 16, 2022 |
| Last Modified | July 2, 2024 |
| Applies to | ArcGIS GIS Server |
| Version found | 10.9.1 |
| Operating System | Ubuntu Linux |
| Operating System Version | N/A |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This issue is not reproducible. If experiencing this behavior, contact Esri Support Services as a new reproduction case is needed to continue the investigation.
Workaround
- Log in to the target ArcGIS Server machine.
- Edit the windows\system32\drivers\etc\hosts file.
- Add an entry for the Datasource connection info 'server' used in the .aprx document.
- Map the hostname to the loopback adapter 127.0.0.1.
- Save the etc\hosts file.
An example is shown below:
APRX connectionInfo "server" = dev.database.com
etc\hosts file
127.0.0.1 dev.database.com
Steps to Reproduce