| 漏洞 ID 编号 |
BUG-000154565 |
| 已提交 | December 16, 2022 |
| 上次修改时间 | July 2, 2024 |
| 适用范围 | ArcGIS GIS Server |
| 找到的版本 | 10.9.1 |
| 操作系统 | Ubuntu Linux |
| 操作系统版本 | N/A |
| 状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This issue is not reproducible. If experiencing this behavior, contact Esri Support Services as a new reproduction case is needed to continue the investigation.
解决办法
- 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
重现步骤