laptop and a wrench

漏洞

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

上次发布: July 9, 2019 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000095070
已提交March 18, 2016
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本10.2.6
状态Non-Reproducible

附加信息

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

解决办法

  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.

重现步骤

漏洞 ID: BUG-000095070

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项