Bug-ID-Nummer |
BUG-000163418 |
Eingereicht | December 4, 2023 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.2 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
This is a known limitation that is specific to the input data. The input shapefile GID field has a precision and scale of 32 31, which is not suitable for the output enterprise geodatabase feature class. When running Export Features with the default field mapping, these precision and scale values are maintained, which raises an arithmetic overflow error.
If using the ArcGIS Pro User Interface, the precision and scale of the GID field can be reset to use a default of 0 if validation is triggered by clicking the Edit button and launching the Field Properties window. The field mapping string can also be manually edited to use a default of 0 as the precision and scale via Python scripting.
Alternatively, using CopyFeatures as a workaround sets the scale and precision of the GID field to 38 8.
Workaround
If using the ArcGIS Pro User Interface, the precision and scale of the GID field can be reset to use a default of 0 if validation is triggered by clicking the Edit button and launching the Field Properties window. The field mapping string can also be manually edited to use a default of 0 as the precision and scale via Python scripting.
Alternatively, using CopyFeatures as a workaround sets the scale and precision of the GID field to 38 8.
Schritte zur Reproduzierung