漏洞 ID 编号 |
BUG-000130996 |
已提交 | May 20, 2020 |
上次修改时间 | June 5, 2024 |
适用范围 | Portal for ArcGIS |
找到的版本 | 10.8.1 |
操作系统 | Windows OS |
操作系统版本 | 2019 64 Bit |
状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
As part of the Export Content workflow, a .sd file output is generated. When the Portal for ArcGIS federated hosting server is configured to use the server’s web adaptor URL for the Admin URL, the .sd download request fails with a 404.7 error.
In order to allow .sd files to be downloaded, it is necessary to update the web server configuration to allow access to files with an extension type of .sd. Refer to the technical article in the following link for more information, https://support.esri.com/en/technical-article/000023352.
解决办法
This can be resolved by manually updating the web server to support the .sd item type. For IIS, the steps are as below:
- Open IIS Manager.
- Click the machine name in the left pane.
- Select Request Filtering under IIS settings.
- If .sd is set as false, click it, and select Delete in the right pane.
- Select Allow Files Name Extensions.
- Type .sd . This should add the .sd extension with Allowed True.
- Restart IIS. (Optional)
重现步骤