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.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.