Ever since upgrading to 10.2.2 my python code(s) tell me the file already exists and won't overwrite (using CopyFeatures or Copy). In ArcCatalog, I have my geoprocessing options set to overwrite and arcpy.env.overwriteOutput = True in my code.
Anyone know of a solution???
Thanks
EDIT: I am copying one feature class to another to a file geodatabase -> feature dataset. Both feature classes and feature datasets have the same projection. Worked fine in 10.1
EDIT2: It won't overwrite using modelbuilder either. Get "Already exists" error