import arcpy from arcpy import env env.workspace = r'Database Connections\BCA_NDEP24.sde' arcpy.Copy_management(r'Database Connections\BCA_NDEP24.sde\BCA.SHPO', r'Database Connections\BCA_NDEP23.sde\BCA.SHPO_copy', "FeatureDataset") Runtime error <class 'arcgisscripting.ExecuteError'>: ERROR 000979: Cannot copy between different workspaces.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.