laptop and a wrench

Error

Adding an offline geodatabase in ArcMap returns an error when the .geodatabase replica file contains zero length line features and zero area polygon features.

Última publicación: July 9, 2019 ArcGIS Runtime SDK
Número de ID del error BUG-000095070
EnviadoMarch 18, 2016
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada10.2.6
EstadoNon-Reproducible

Información adicional

If this issue persists in the latest version of ArcGIS Runtime SDK for Android 100.x, contact Esri Technical Support.

Solución alternativa

  1. Download and install the freely available SQLiteBrowser application from the DB Browser for SQLite Download page.
  2. Open the .geodatabase file and navigate to the Execute SQL tab.
  3. Type: select * from jMapTracks where length(shape) = 18 18 refers to the byte size for 0 length line features. There were over 2000+ features selected in this process.
  4. To delete the record, type: delete from jMapTracks where length(shape) = 18
  5. Save the changes and close the application.
  6. Run the Copy Runtime Geodatabase to File Geodatabase tool in ArcMap.

Pasos para reproducir

ID del error: BUG-000095070

Software:

  • ArcGIS Runtime SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga