When executing a geoprocessing task using the REST API in ArcGIS for Server, there are no features in the output JSON response when the maximum number of features allowed by the server is exceeded.
上次发布: March 22, 2017ArcGIS GIS Server
漏洞 ID 编号
BUG-000103734
已提交
March 16, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.5
操作系统
Windows OS
操作系统版本
2012 R2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This behavior is by-design. The JSON output explains that the result was larger than the server/service can return. We do not send back a partial result.
It is the service creator's responsibility to understand how many possible results could be returned and set the appropriate value in the service configuration.