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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動