laptop and a wrench

Bug

If an input dataset has hyphens in the name and is exported to an enterprise geodatabase with the Export Features tool, it returns Error 000224.

ArcGIS Pro
Bug ID Number BUG-000163418
SubmittedDecember 4, 2023
Last ModifiedJune 5, 2024
Applies toArcGIS Pro
Version found3.2
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusKnown Limit

Additional Information

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.

Steps to Reproduce

Bug ID: BUG-000163418

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options