| Bug ID Number |
BUG-000162913 |
| Submitted | November 13, 2023 |
| Last Modified | September 3, 2024 |
| Applies to | ArcGIS Pro |
| Version found | 3.0 |
| Operating System | N/A |
| Operating System Version | N/A |
| 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
Unable to reproduce the issue with the steps provided using the latest version of ArcGIS Pro 3.2.
Workaround
- Execute the queries mentioned below to remove the residue geodatabase objects manually:
DROP SEQUENCE LAST_EDIT_ID_GENERATOR;
DROP OPERATOR ST_DWITHIN;
DROP TYPE BODY ST_GEOMETRY;
DROP TYPE ST_GEOMETRY
- Run enable enterprise geodatabase geoprocessing tool, it runs successfully.
Steps to Reproduce