import arcpy from arcpy import env env.workspace = "C:/data" try: arcpy.SynchronizeChanges_management("c:/data/sde/envp as sde_admin.sde", "envp2local", "c:/data/sde_copy.gdb", "FROM_GEODATABASE1_TO_2", "", "", "") except Exception as e: print e
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.