| Número de ID del error |
BUG-000124285 |
| Enviado | August 6, 2019 |
| Última modificación | February 20, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 2.4 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | Non-Reproducible
Este problema no se pudo reproducir cuando lo probó el equipo de desarrollo. Los problemas pueden recibir este estado cuando no se pueden reproducir o ya no son relevantes en una versión de desarrollo del software, pero no se ha instalado una solución específica para solucionar el problema. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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."
Solución alternativa
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.
Pasos para reproducir