I am trying to publish a workbench to FME Server that writes to a geodatabase_sde which has 'versioned edit session' selected. I set the connection file to a user parameter, and publish then run, and get error 'writer must be a versioned edit session
Question
I am trying to publish a workbench to FME Server that writes to a geodatabase_sde which has 'versioned edit session' selected. I set the connection file to a user parameter, and publish then run, and get error 'writer must be a versioned edit session
If the table is versioned, you'll maybe have to set the transaction type to "VERSIONING" on the writer. It's described in detail in the documentation, see under the heading "TRANSACTION_TYPE" here: