| 不具合 ID 番号 |
BUG-000161624 |
| 送信されました | September 22, 2023 |
| 最終更新日 | December 12, 2024 |
| 適用対象 | Portal for ArcGIS |
| 見つかったバージョン | 10.9.1 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
In order to open a file attachment from a feature service, the file type must be allowed. Here are the steps to allow a file type:
- For the ArcGIS Server admin endpoint for services, find the map service endpoint of the affected service, for example,
https://machine.domain.com/webadaptor/admin/services/servicename.MapServer).
- From the Supported Operations at the bottom of the page, choose Edit.
- For the section under "typeName": "FeatureServer", find the "allowedUploadFileTypes" section and add to the existing supported types the file type to be allowed as an attachment, for example, dwg.
- Click Save Edits.
For more details about setting allowed file types, refer to the Help topic from this link: https://developers.arcgis.com/rest/services-reference/enterprise/uploads/#limiting-upload-file-size-and-file-types.
対処法
In order to open a file attachment from a feature service, the file type must be allowed. Here are the steps to allow a file type:
- For the ArcGIS Server admin endpoint for services, find the map service endpoint of the affected service, for example, https://machine.domain.com/webadaptor/admin/services/servicename.MapServer).
- From the Supported Operations at the bottom of the page, choose Edit.
- For the section under "typeName": "FeatureServer", find the "allowedUploadFileTypes" section and add to the existing supported types the file type to be allowed as an attachment, for example, dwg.
- Click Save Edits.
- For more details about setting allowed file types, refer to the Help topic from this link: https://developers.arcgis.com/rest/services-reference/enterprise/uploads/#limiting-upload-file-size-and-file-types.
再現の手順