Select to view content in your preferred language

How do I bulk update a branch versioned feature class without triggering editor tracking attributes

4664
12
01-10-2023 02:09 PM
Labels (3)
DrewDowling
Frequent Contributor

We have a feature class that is part of a parcel fabric. The feature class is branch versioned and published through a feature service.

I need to do a bulk update on all features and don't wish to trigger the editor tracking attributes. In ArcMap I was able to do this by doing a field calc outside of an edit session. Is there an equivalent way of doing this in Pro with branch versioned data?

 

0 Kudos
12 Replies
DrewDowling
Frequent Contributor

@ArizonaGIS 

If you are referring to the original question of doing bulk updates without triggering editor trackling? No I never figured out how to do this with Pro.

If you are talking about performance problems then the quickest way to bulk update I found is to make a direct database connection using the SDE user (or whoever is the owner of the Default version) and then use geoprocessing tools.

 

In pro add the feature class to your map through a direct database connection as the SDE user. Then use geoprecessing tools or field calculator to do an update. Depending on what you are doing you might want to disable topology as well.

0 Kudos
ArizonaGIS
Occasional Contributor

Thanks @DrewDowling running a field calc right now with your suggestion, and it is still painfully slow. Time to reach out to Esri Tech Support to see if my branch versioning architecture is correct. Thanks again. - Eric

0 Kudos
DrewDowling
Frequent Contributor

Good luck. I'd like to know what Tech Support suggest.

In my case the combination of direct connection and disabling topology speeds up bulk updates by hours.

Do you have any attribute rules in place? They can slow things down as well.

0 Kudos