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
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.