Question

arcSDE Writer for enterprise geodatabase and editor tracking enabled

  • 15 February 2022
  • 1 reply
  • 9 views

I am using FME ArcSDE Writer to create features for a feature class in a table of an enterprise geodatabase with editor tracking enabled. If I run the writer FME logs the message that the fields 

The field 'created_user' in table 'ABC' will not be updated since it is not editable
The field 'created_date' in table 'ABC' will not be updated since it is not editable
The field 'last_edited_user' in table 'ABC' will not be updated since it is not editable
The field 'last_edited_date' in table 'ABC' will not be updated since it is not editable

When the translation has finished, the created_user field is set to the schema name of the postgresql db. 

Is it possible to specify the created_user manually in the writer?


1 reply

Userlevel 5
Badge +29

Those four fields are SDE managed. The last_edited_user is based off of the user in the connection file you're using

Reply