Número de ID do Erro |
BUG-000121571 |
Enviado | April 8, 2019 |
Última Modificação | August 5, 2025 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 3.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | Under Consideration
O problema foi analisado pela equipe de desenvolvimento. Ele não foi priorizado em um plano de lançamento e será monitorado para determinar seu impacto geral. Os fatores considerados no processo de priorização incluem o número de usuários afetados ou solicitando a funcionalidade, impacto nos negócios, se existe uma solução alternativa, entre outros. Se um problema estiver afetando negativamente seus negócios, consulte Instrução: Escalar um defeito (https://support.esri.com/en/technical-article/000024129).
|
Solução Provisória
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.
Etapas para Reproduzir