Hi.
I don't know if this will fix your problem, but I had a similar issue and found that I have forgotten to give the extension of a file name. For example, I have asked the software to save a file with no extension like" .Shp or .Dbf.
I hope this helps.
I found this StackExchange thread - I tested and it works. Can't create Feature classes with the same name, even in different Datasets. I ended up appending my feature classes with an "_<number>" based on the iteration I was working on.
Crazy
I'm running into the same behavior via ArcObjects. I want to copy a shapefile into 3 datasets within the same FGDB. The datasets are created, the first FeatureClasstoFeatureClass geoprocess goes perfect. The subsequent 2 fail with the following error message:
999999 ERROR 999999: Error executing function. -2147467259 Failed to execute (FeatureClassToFeatureClass).
I got this error when I was running:
arcpy.FeatureClassToFeatureClass_conversion(path, gdbpath\featureDatasetA, name)
Where name matches an existing feature Class from a different dataset (i.e. gdbpath\faetureDatasetB). The really weird thing is if you were to run the tool on the correct dataset:
arcpy.FeatureClassToFeatureClass_conversion(path, gdbpath\featureDatasetB, name)
... then no errors occur and the feature class gets overwritten.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.