Numéro d’ID de bogue |
BUG-000130996 |
Envoi | May 20, 2020 |
Dernière modification | June 5, 2024 |
S’applique à | Portal for ArcGIS |
Version trouvée | 10.8.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 2019 64 Bit |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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)
Étapes pour reproduire