Exporting a feature class to a shapefile in ArcCatalog or command line sde2shp fails when the feature class has a field of type guid.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM004392
Submitted
September 26, 2006
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.1
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
1) If the user is not automating the export process then exporting the FC from ArcMap works:Right click layer, data, export data.The field is converted to a text field in the shapefile.2) If the user does not want the guid field in the shapefile then the sde2shp command with the -a file=<filename> works by omitting the guid field from the list.