Select to view content in your preferred language

Enable editor tracking geoprocessing tool no longer allows <None> for creator or editor

203
4
Jump to solution
07-28-2025 09:50 AM
Labels (3)
LyonMNGIS
Frequent Contributor

Hello,

I recently upgraded to ArcPro 3.5 and noticed that the Enable Editor Tracking Geoprocessing tool will no longer allow us to leave Creator or Editor blank.  I can manually enable editor tracking through the manage tab in my Geodatabase, but I would like to automate the process.

Am I missing something?

Thank You

 

 

 

0 Kudos
1 Solution

Accepted Solutions
AyanPalit
Esri Regular Contributor

@LyonMNGIS Ok, I now better understand that you want to selectively enable Editor Tracking and the GP is not letting you do so. All my use cases involve tracking all the fields for full editor tracking.

As a workaround, could you try Enabling and then use Disable Editor Tracking, to remove the fields you don't want tracked. 

Ayan Palit | Principal Consultant Esri

View solution in original post

0 Kudos
4 Replies
Robert_LeClair
Esri Esteemed Contributor

Questions - is Editor Tracking being enabled on a feature class or a stand alone table?  File or Enterprise geodatabase?

0 Kudos
AyanPalit
Esri Regular Contributor

@LyonMNGIS The basic concept of editor tracking requires storing user and time of creation or update of features.

When Enable Editor Tracking Geoprocessing tool, you can choose ArcGIS defaults as below or point the tool to specific fields in your schema. 

  • created_user (Text)
  • created_date (Date - low precision)
  • last_edited_user (Text)
  • last_edited_date (Date - low precision)

So Editor Tracking must be mapped to 4 fields; either ArcGIS defaults or user chosen. There is really no way to have editor tracking, leaving the fields empty.

Ayan Palit | Principal Consultant Esri
0 Kudos
LyonMNGIS
Frequent Contributor

Ayan,

In Catalog-->Manage-->Editor Tracking we can still specify which properties should be tracked.  For example, I can set the create and edit date field while ignoring the creator and editor fields as I don't need the latter two.

Unfortunately, the geoprocessing tool in model builder now requires all four fields which is a different behavior than previous versions of ArcGIS Pro.

 

LyonMNGIS_1-1753727728845.png

 

 

 

 

0 Kudos
AyanPalit
Esri Regular Contributor

@LyonMNGIS Ok, I now better understand that you want to selectively enable Editor Tracking and the GP is not letting you do so. All my use cases involve tracking all the fields for full editor tracking.

As a workaround, could you try Enabling and then use Disable Editor Tracking, to remove the fields you don't want tracked. 

Ayan Palit | Principal Consultant Esri
0 Kudos