Using two specific large point feature classes, where one is a subset of the other, Select by Location with the 'identical to' or 'intersects' option either fails with an error or produces no output.
最後に公開された状態: August 25, 2014ArcSDE/Enterprise Geodatabase
A work-around is to use the Spatial Join tool, setting the Target to be the LAS370625 feature class, the Join features to be the Grnd feature class, join operation "one-to-many" (to prevent aggregation), "Keep all" target features, Match option "Intersects." This runs a long time but eventually populates the LAS370625 table with attribute values from the matching points in Grnd. The Join_Count field shows that there is at most 1 matching point in the other layer.