Select to view content in your preferred language

Find username, which edited the feature

599
4
Jump to solution
09-06-2012 01:33 AM
AysberqTundra
Deactivated User
Hello.

How can I find the username, which last time edited the feature (example: OID=234)?
ArcGIS version: 10.1
Database: ORACLE 11g R2
0 Kudos
1 Solution

Accepted Solutions
MelitaKennedy
Esri Notable Contributor
...<text snipped>

Doesn't v10.1 have a built in utility to track edits and who made them?


I hadn't heard about this, so I looked it up. Search for "editor tracking" in the 10.1 help system. In the table of contents, it's located in Editing, Fundamentals of Editing, Editor Tracking. It has to be enabled and the information is stored in the attribute table. Here are the attributes:


  • The name of the user who created it.

  • The date and time it was created.

  • The name of the user who edited it.

  • The date and time it was last edited.

Melita

View solution in original post

0 Kudos
4 Replies
JoeBorgione
MVP Emeritus
I would think you would need to trap that information at the time of an edit; I use a trigger in SQL server, described here.

Doesn't v10.1 have a built in utility to track edits and who made them?
That should just about do it....
0 Kudos
VinceAngelo
Esri Esteemed Contributor
This has been asked and answered several times in the past few months.  Please research
existing answers to your question before posting new query.

- V
0 Kudos
MelitaKennedy
Esri Notable Contributor
...<text snipped>

Doesn't v10.1 have a built in utility to track edits and who made them?


I hadn't heard about this, so I looked it up. Search for "editor tracking" in the 10.1 help system. In the table of contents, it's located in Editing, Fundamentals of Editing, Editor Tracking. It has to be enabled and the information is stored in the attribute table. Here are the attributes:


  • The name of the user who created it.

  • The date and time it was created.

  • The name of the user who edited it.

  • The date and time it was last edited.

Melita
0 Kudos
AysberqTundra
Deactivated User
All thanks for your reply.
0 Kudos