| 不具合 ID 番号 |
BUG-000124285 |
| 送信されました | August 6, 2019 |
| 最終更新日 | February 20, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 2.4 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | Non-Reproducible
この問題は、開発チームによるテスト時に再現されませんでした。 問題が再現できない場合、またはソフトウェアの開発バージョンで関連性がなくなった場合、問題に対処するための特定の修正プログラムがインストールされていない場合にこのステータスが与えられることがあります。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
When the spatial table has records the output layer is correctly added to the map and the attribute table can be opened. When the spatial table does not have any records, users must make a Query Layer and define the geometry type, otherwise the layer is created with a blank or any geometry type, which results in the same error in ArcMap and ArcGIS Pro: "No support for this geometry type."
対処法
Use one of the following workarounds:
- In PostgreSQL, create the spatial table with ObjectID as Primary Key.
"objectid integer NOT NULL DEFAULT nextval('oid'::regclass) PRIMARY KEY "
- Load the spatial table to the map first. When choosing inputs for the Make Feature Layer tool, use the drop-down, and select the loaded layer.
再現の手順