Adding an offline geodatabase in ArcMap returns an error when the .geodatabase replica file contains zero length line features and zero area polygon features.
Last Published: July 9, 2019ArcGIS Runtime SDK
Bug ID Number
BUG-000095070
Submitted
March 18, 2016
Last Modified
June 5, 2024
Applies to
ArcGIS Runtime SDK
Version found
10.2.6
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
If this issue persists in the latest version of ArcGIS Runtime SDK for Android 100.x, contact Esri Technical Support.
Open the .geodatabase file and navigate to the Execute SQL tab.
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.
To delete the record, type: delete from jMapTracks where length(shape) = 18
Save the changes and close the application.
Run the Copy Runtime Geodatabase to File Geodatabase tool in ArcMap.