I am trying to write a table to a postgres geodatabase and I am using an SDE writer. I am using FME 2020.0.1.0. I get the following error:
An error occurred while attempting to create the table 'test2'. The error number from ArcObjects is: '-2147220655'. The error message from ArcObjects is: {DBMS table not found ERROR: relation "gisowner.i23" does not existLINE 1: INSERT INTO gisowner.i23 (id_type, base_id, num_ids, last_id...
^::SQLSTATE=42P01] dbtest.gisowner.test2]}
A fatal error has occurred. Check the logfile above for details
A fatal error has occurred. Check the logfile above for details
There seem to be nothing wrong with the database, I can insert and create objects from ArcGIS Pro.