| Número de ID del error |
BUG-000162224 |
| Enviado | October 19, 2023 |
| Última modificación | April 28, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 2.9.9 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | N/A |
| Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
Use the Migrate Storage geoprocessing tool, keep the same storage type and enable branch versioning.
Pasos para reproducir