Hello everyone.
I have a problem with writing an SDE database that sits on top of postgis DB.
I manage to connect in the FME to the database both from the postgis / postgres readers and from the sde reader.
I can read the data, the problem is that I can not write properly.
I want to update the database, and no matter what I do, I do not see the changes in th database.
It is divided into two parts:
When I write directly to postgis, I have a lot of warnings, but I was told that Total Features Written 1
As it should be.
But in practice I do not see the changes in the database at all!
And when I write down to sde, it gives me lots of Errors, but Total Features Written 1 as it should be,
but still no change in the DB.
I tried every possible variation in feature operation, insert, update- and nothing changed.
Only when I did an experiment with delete, it managed to delete the features for some reason.
Does anyone have an idea how to overcome this and write directly to the database?
The log files are attached here.
Thank you!