Bug-ID-Nummer |
BUG-000121571 |
Eingereicht | April 8, 2019 |
Zuletzt geändert | August 5, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | Under Consideration
Das Problem wurde durch das Entwicklungsteam überprüft. Es wurde nicht in einem Release-Plan priorisiert, jedoch erfolgt eine Überwachung hinsichtlich der Gesamtauswirkungen. Faktoren, die einen Einfluss auf die Priorisierung haben, sind u. a. die Anzahl der betroffenen Benutzer bzw. die Anzahl der Funktionsanforderungen durch Benutzer, die geschäftlichen Auswirkungen und ein etwaiger Workaround. Sollte ein Bug zu geschäftlichen Beeinträchtigungen für Sie führen, finden Sie weitere Informationen unter "How To: Eskalieren eines Fehlers" (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.
Schritte zur Reproduzierung