| 漏洞 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.
重现步骤