When using a Definition Query longer than 4095 characters against a 9.0 ArcSDE Server, the data fails to draw and the following error is returned: "One or more layers failed to draw."
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM031030
已提交
January 4, 2008
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.2
修正版本
9.4
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
1. Consider making use of alias against long names of featureclass/columns. This way you may be able to give some more character length for your query.2. Consider breaking down the query in smaller selection sets. For Ex. the resultant selection set of principle query may be stored as a new featureclass and the subquery may be designed to run on this new selection set. This way, you may again be able to give some more character length for your query.