Select Layer by Attribute tool produces javascript errors in the browser and never finishes in ArcGIS Server.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM009663
Submitted
June 12, 2007
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
Change the SQL Expression from "HOUSEHOLDS" > 500 toHOUSEHOLDS > 500The ADF current has problems with queries that have 2 double quote characters. This is also the case with the Search and Query task.Added by EGR on 6/12/08Alternatively, use an in-line variable to replace the SQL Expression input parameter with a String parameter, so the expression can remain "HOUSEHOLDS" = '%String%'