Bug
| Bug ID Number | BUG-000146805 |
|---|---|
| Submitted | February 10, 2022 |
| Last Modified | May 26, 2026 |
| Applies to | ArcGIS for Desktop |
| Version found | 10.8.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Status | Will Not Be Addressed |
1. Change the default tolerance by reloading the feature class using the default tolerance and resolution values below:
Tolerance = 0.0001
Resolution = 0.00001
2. Use the ST_Intersects function instead. Below is an example of a working query:
select SDE.ST_AsText(s1.shape)
from intersect1 s1, Intersect2 s2
where sde.st_intersects(s1.shape, s2.shape)=1
and
s2.ObjectID = 1
and
s1.objectid = 1
Bug ID: BUG-000146805
Software:
Get help from ArcGIS experts
Download the Esri Support App