Hi there, are you using the FILEGDB (open API file geodatabase) or the FILE_GEODATABASE (esri licensed file geodatabase) on the writer. You should be able to choose/switch either if the geometry is simple point, line or polygon outputs.
The order of the table operations matter when writing to GDB. Are the features with the DELETE (fme_db_operation) arriving first to the writer, followed by the feature with INSERT (fme_db_operation). Please include your fmw (or as an fmwt template if possible) or screen shot.
Many thanks for responding.
It’s a FILE_GEODATABASE writer.
The process is as follows:
- read the GDB and use the databasedeleter to delete a record that matches a user parameter (ID).
- A new record is created with the same ID (along with some other stuff) and then written back to the same GDB.
Both parts of the operation work correctly if run separately (closing and reopening after step 1), so it looks like the lock on the GDB is not being released when step 1 has completed. In FME 2021 the process was successfully, so just wondering if there is an option that has changed in FME 2024?
Will work on providing an example and update soon.
Sorry forgot to mention the writer is INSERT : Create if Needed