Adding a new field for a referenced mosaic dataset is not reflected in ArcGIS Server.
上次发布: January 6, 2022ArcGIS GIS Server
漏洞 ID 编号
BUG-000144400
已提交
November 9, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.9
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This behavior is by design.
When publishing an image service, the users select which fields are available, and which fields are allowed to be used through the image service. After the service is published, these two properties are hard coded as part of the service properties, availableFields, and allowedFields. If the users wanted to sort the table based on the newly added fields, the "sortableFields" property needs to be adjusted too.
Republish the service from ArcGIS Pro or add the newly added field's name to the properties mentioned above through service admin API.