Select to view content in your preferred language

Keep Editor Tracking Data with Distributed Collaboration Datasets

618
5
10-29-2024 10:14 AM
Status: Open
MichaelSnook
Frequent Contributor

We have an internal Portal instance that is using Branch Versioned feature classes that are shared out to a Distributed Collaboration on our ArcGIS Online Organizational account.  This is set up so editors can log into AGO and edit features as needed for these various feature classes.  These workspaces are synced automatically every hour.  This seems to work fine but when the syncs happen, the editor tracking fields DO NOT retain the editor values from the external source (the actual editor). Instead it looks like it's from my own account on the inside -- I'm assuming the internal Portal account that is initiating the sync?   

So:

  • When the initial sync is completed all features on the AGO side have me as the editor and creator at the time the sync occurred
  • Features that were edited by users on the AGO side show their correct tracking information in the AGO feature class
  • When the features are synced back, the user that controls the sync is now the editor/creator of those features

 

Is there something I'm missing here?  I need the original editor information to be synced back and forth correctly.

5 Comments
D_Atkins

Assuming you're using any scripting, you could create an additional "Edited_By" field, copy the database's "Edited_User" field over to the new field.  

There's also Disable Editor Tracking (Data Management)—ArcGIS Pro | Documentation, with a few additional caveats.

MichaelSnook

I thought about that but that leads to a headache of managing redundant fields.  Distributed collaboration should definitely be smart enough to handle this.

Ethan25

Yes, this. I would like to see Collaboration handle editor tracking on the Portal side and not have to script/manage extra fields (removing data dependencies).

MariusEggen2

If there only was a option on the synchronizeReplica to keep editor tracking when uploading to an enterprise. We have multiple users on a boat editing a offline replica that is synchronized at the end of the day with a system user and the system user gets set as the editor which is just plain wrong.

N8-CORR

Having this same problem. Overwriting the editor tracking fields is problematic for audits. Esri, please leave editor tracking fields alone with distributed collaboration.