Número de ID del error |
BUG-000135775 |
Enviado | December 1, 2020 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS for Desktop |
Versión encontrada | 10.8.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
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 table used in this workflow does not have a unique, non-null integer field. Thus, an ObjectID is not present. It is possible for other fields like Text and Date to be used as a dynamic ObjectID, but it can still have problems with certain tools. The Export command in ArcMap is one of them. The best approach is to do the following:
1. Create a unique, non-null integer filed on the table. Registering the table with the geodatabase creates an ObjectID field which fulfills that requirement. A geodatabase is not required. Create a field on the table that ArcMap can use as an ObjectID.
2. Use either the Copy Features or Feature Class to Shapefile tools in ArcMap.
3. Use ArcGIS Pro. In ArcGIS Pro, navigate to Data > Export. The Export Features tool runs successfully.
Solución alternativa
Register the feature class with the geodatabase in ArcMap 10.8.1 using SQL 2019.
Pasos para reproducir