Super Cool! Works flawless, and repeatedly, when syncing to a FGDB. Unfortunately, this script does not work when attempting to sync for a second (or any other time other than the first) time against an SDE database. When running this for a SECOND TIME (After the first successful sync and table creation) against a SQL2012 SDE 10.3.1 database, it returns Setting Timestamp on GRSM_SASQUATCH_SRV
-Creating Tables
-Creating Domains
-Creating Feature Classes & Tables
======================
FAIL: Making Tables
exception:
ERROR 000258: Output Database Connections\RESTON SASQUATCH.sde\GRSM_SASQUATCH_SRV_EVENTS_GRSM_SASQUATCH_SRV already exists
Failed to execute (CreateFeatureclass).
['ERROR 000258: Output Database Connections\\RESTON SASQUATCH.sde\\GRSM_SASQUATCH_SRV_EVENTS_GRSM_SASQUATCH_SRV already exists\nFailed to execute (CreateFeatureclass).\n']
<class 'arcgisscripting.ExecuteError'>
567
----------------------
arcpy messages:
ERROR 000258: Output Database Connections\RESTON SASQUATCH.sde\GRSM_SASQUATCH_SRV_EVENTS_GRSM_SASQUATCH_SRV already exists
Failed to execute (CreateFeatureclass). According to the documentation...should not be the case? It should detect if the table exists and just append to it?
... View more