Hi all,
I have a geopackage containing a few feature classes I'm trying to copy to a file geodatabase.
These are failing using Copy(), CopyFeatures(), and ExportFeatures().
It appears that this is because of one or more geometry errors; although I can pull the given table into my map and browse it, trying to scroll through gives me a "Shape Integrity Error".
Running CheckGeometry() gives me 306 errors, 15 of which are "Shape has a structural error! (-1) Operation Failed".
Running RepairGeometry() fails with
ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
So. How can I fix this?