| Bug ID Number |
BUG-000132060 |
| Submitted | July 6, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcSDE/Enterprise Geodatabase |
| Version found | 10.4.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| 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
This issue is not reproducible in geodatabase versions 10.6.1, and 10.8.
Workaround
- Use the Project geoprocessing tool.
- Add a geographic ID to allow for the query to give the correct results. Refer to the following sample:
SELECT SDE.ST_Y(SDE.ST_TRANSFORM(SHAPE, 4326, 108190)) Latitude FROM <dataowner.tablename>;
Steps to Reproduce