Número de ID del error |
BUG-000121571 |
Enviado | April 8, 2019 |
Última modificación | August 5, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | Under Consideration
El problema ha sido revisado por el equipo de desarrollo. No se ha priorizado en un plan de lanzamiento y se supervisará para determinar su impacto general. Los factores que se consideran en el proceso de priorización incluyen la cantidad de usuarios afectados o que solicitan la funcionalidad, la repercusión comercial y si existe una solución alternativa, entre otros. Si un error afecta negativamente a su negocio, consulte Soluciones: Escalar un defecto (https://support.esri.com/en/technical-article/000024129).
|
Solución alternativa
Workaround identified from case #0328049 by Sahil Purohit:
Step to be executed from the RDBMS application:
- Execute the below-mentioned SQL query to alter the table and the column to allow null values:
ALTER TABLE table_name ALTER COLUMN column_name data_type [(Column_Size)] NULL;
Steps to be executed from the ArcGIS Pro application:
- Load the respective feature class in the table of contents in ArcGIS Pro.
- Right-click on the feature layer -> data design -> fields.
- Check the box "Allow Nulls" on the respective field and click Save.
Pasos para reproducir