POST
|
sethlewistempe very helpful.....instead of all users, how would you set "users" to be a dictionary of a subset of all users? Let's say I have a CSV of 100 users that I want added to this group....
... View more
12-06-2017
04:48 AM
|
0
|
1
|
2628
|
BLOG
|
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
01-09-2017
11:25 AM
|
0
|
0
|
17880
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|