Numéro d’ID de bogue |
BUG-000163418 |
Envoi | December 4, 2023 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.2 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire