laptop and a wrench

Bug

ST_Geometry functions applied to the Shape field in Select By Attributes return the error message, "Error 000358: Invalid expression" if the feature class is registered as traditional versioned.

Last Published: July 14, 2022 ArcGIS Pro
Bug ID Number BUG-000150273
SubmittedJune 24, 2022
Last ModifiedSeptember 3, 2024
Applies toArcGIS Pro
Version found3.0
Operating SystemWindows OS
Operating System Version11.0 64 bit
StatusIn Review

Workaround

  • Place the expression in subquery. For example:

OBJECTID IN 

(SELECT 

  OBJECTID

FROM

  INFRASTR.ACTIVE_TRANSPORTATION

where

  sde.st_length(shape) > 400

)

  • Use calculate geometry or calculate field to populate new fields with the values. Then, apply any further ST_Geometry functions on the fields instead of using the shape field.

Steps to Reproduce

Bug ID: BUG-000150273

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options