Tracking Editing and Sync Activity

531
1
05-06-2014 10:42 AM
ScottRobinson
New Contributor III
Is there a way to get an automated reporting of where editing activity has occurred within a Geodatabase?

Here's my challenge:  our personal SDE geodatabase has information on about 300 unique tracts of land.  After I've synchronized replicas from all of our users I'd like to programmatically find a way to get a list of which tracts had edit activity in order to allocate sync and topology error correction costs.
0 Kudos
1 Reply
NidhinKarthikeyan
Occasional Contributor III
I'm not sure about an automated reporting of editing activity. You can Enable Editor Tracking on Feature Dataset/Feature Class. Following fields will be added:

created_user
created_date
last_edited_user
last_edited_date.

Enable Editor Tracking (Python script):
http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000016p000000
0 Kudos