| Bug-ID-Nummer |
BUG-000162224 |
| Eingereicht | October 19, 2023 |
| Zuletzt geändert | April 28, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 2.9.9 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | N/A |
| Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
The failure happens because the feature classes in the provided database are using the older system SDE_GEOMETRY tables for storage. Feature classes created in ArcGIS 10.5 and higher have a new column in the business table called GDB_GEOMATTR_DATA. It stores geometry attributes such as true curves, circular arcs, point IDs, multi-patch shapes, etc. Run the Migrate Storage geoprocessing tool to move the geometry attributes from these side tables and into the business table, then enable branch versioning.
Workaround
Use the Migrate Storage geoprocessing tool, keep the same storage type and enable branch versioning.
Schritte zur Reproduzierung