| Bug ID Number |
BUG-000124285 |
| Submitted | August 6, 2019 |
| Last Modified | February 20, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.4 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
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."
Workaround
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.
Steps to Reproduce