| Bug-ID-Nummer |
BUG-000124285 |
| Eingereicht | August 6, 2019 |
| Zuletzt geändert | February 20, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 2.4 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Schritte zur Reproduzierung