| Bug ID Number |
BUG-000161624 |
| Submitted | September 22, 2023 |
| Last Modified | December 12, 2024 |
| Applies to | Portal for ArcGIS |
| Version found | 10.9.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
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.
Workaround
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.
Steps to Reproduce