laptop and a wrench

不具合

Importing the SpatiaLite dataset from the SQLite database with negative values into ArcGIS Pro does not allow for negative values to show up.

ArcGIS Pro
不具合 ID 番号 BUG-000168153
送信されましたJune 7, 2024
最終更新日December 28, 2025
適用対象ArcGIS Pro
見つかったバージョン3.3
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
ステータスWill Not Be Addressed

参考情報

The feature class has an unknown spatial reference with an SRID of 5973. This SRID is not present in the spatial_ref_sys table (a SpatiaLite table). SpatiaLite databases created by ArcGIS Pro include this SRID, but the SRID is missing from the client database for unknown reasons. This issue is resolved using the following procedure with sqlite3.exe or a SQLite UI tool: 1. Create a SpatiaLite database named base.sqlite using ArcGIS Pro (the name is not important; note the chosen name). 2. Open the original SpatiaLite database. 3. At the SQLite prompt, enter: ATTACH DATABASE 'C:\temp\BUG-000168153\base.sqlite' AS esridb; 4. Run the following command: INSERT INTO main.spatial_ref_sys (srid,auth_name,auth_srid,ref_sys_name,proj4text,srtext) SELECT srid,auth_name,auth_srid,ref_sys_name,proj4text,srtext FROM esridb.spatial_ref_sys WHERE srid=5973; 5. Verify the addition: SELECT * FROM spatial_ref_sys WHERE srid = 5973; 6. Exit sqlite3.exe or the SQLite UI tool. The data draws correctly after completing these steps.

対処法

When using the Create SQlite Database tool, geometry with negative x-values can be created in the ST_Geometry feature class.

再現の手順

不具合 ID: BUG-000168153

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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