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?