When standardized queries are disabled, ArcGIS Server queries the database incorrectly if the map service query’s output statistics value refers to two field names in which one field name contains the entire name of the other field.
上次发布: November 17, 2017ArcGIS GIS Server
漏洞 ID 编号
BUG-000105823
已提交
June 14, 2017
上次修改时间
August 21, 2025
适用范围
ArcGIS GIS Server
找到的版本
10.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
修正版本
10.6.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use any of the following options as a workaround:A. Modify the field names so that one field name is not entirely part of the other field names.B. Do not disable standardized queries in ArcGIS Server if possible.C. Use the expression: to_number(DBL)-to_number(DBL_FIELD2).D. Use some uppercase names: dbl-DBL_FIELD2.