Hi everyone,
I'm working on a workflow that writes/updates features to an ArcSDE database using FME. The process completes successfully without any errors or crashes. However, I've noticed that for certain tables, the geometry (and possibly other data) is not actually updated in the ArcSDE database.
I'm fairly new to ArcSDE and would appreciate any guidance on what might be causing this issue. Specifically, I’d like to understand:
-
What table properties or configurations could prevent updates from being written, despite a successful translation?
-
Are there permissions, versioning, or schema-locking issues I should be aware of? This is a non versioned table but the writer only works if I select versioned. Archiving is activated for the specific table.
-
Is there a difference in how certain tables are registered with the geodatabase that could affect write operations?
Any tips on how to investigate this further or best practices when working with ArcSDE and FME would be greatly appreciated!
Thanks in advance