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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.