Bug ID Number |
BUG-000121571 |
Submitted | April 8, 2019 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Under Consideration
The issue has been reviewed by the development team. It has not been prioritized into a release plan and will be monitored to determine its overall impact. Factors that are considered in the prioritization process include the number of users affected or requesting the functionality, business impact, whether a workaround exists, among others. If a bug is adversely affecting your business, see How To: Escalate a defect (https://support.esri.com/en/technical-article/000024129).
|
Workaround
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.
Steps to Reproduce