When publishing an image service to ArcGIS Enterprise with a maximum image size larger than the default, the values entered are honored at the ArcGIS Server Manager but not at the rest endpoint.
ArcGIS GIS Server
漏洞 ID 编号
BUG-000175731
已提交
April 10, 2025
上次修改时间
June 17, 2025
适用范围
ArcGIS GIS Server
找到的版本
11.4
操作系统
Windows Server
操作系统版本
2022
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The default size of 4100*15000 comes from the mosaic dataset's property. When publishing it as an image service, the values cannot go beyond the numbers. Even if the service would let it go through, the mosaic dataset will still follow the dataset's limitation.
A workaround is to right-click on the mosaic dataset in the catalog pane to update its properties, specifically the maximum size of requests of the rows or columns under the default tab inside. When setting a number (>=30000) to it and later setting it to 30000*30000 when publishing it as an image service.