When exporting shapefile to geodatabase feature class, data becomes corrupted.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM036658
Submitted
July 9, 2008
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.3
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
If either shapefile to a geodatabase feature class via ArcCatalog > Export > To Geodatabase(multi) or ArcToolbox > Conversion Tools > To Geodatabase > feature class to geodatabase (mulltiple) are used, all data will be successfully exported and not corrupted.Was able to successfullly load this shapefile using the ArcSDE online command "shp2sde -o create". The following commands were used. > shp2sde -o create -l flood_satellite_dissolve_dd83_1,shape -f flood_satellite_dissolve_dd83_1.shp -a all -P high -e a -i esri_sde -D geodata> shp2sde -o create -l flood_satellite_dissolve_dd83_1,shape -f flood_satellite_dissolve_dd83_1.shp -a all -P high -e a+ -i esri_sde -D geodata