I try to create tables where schema definition is from SQL Server into PostGIS. Schema only
For this i have a simple workflow.
But for the life of me i do not understand why my tables are not created despite FME report everything went well?
String replacer is just changing the name of fme_freature_type_name to remove the standard “dbo.” table qualifyier from SQL Server.

Writer setup

Log
Features Written Summary
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
rplanforslag_alternativ_forslag.RpAngittHensynGrense 1
rplanforslag_alternativ_forslag.RpAngittHensynSone 1
rplanforslag_alternativ_forslag.RpArealformålOmråde 1
==============================================================================
Total Features Written 3
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
-~ ~-
-~ Feature caches have been recorded at every stage of the translation. ~-
-~ To inspect the recorded features, ~-
-~ click the feature cache icons next to the ports. ~-
-~ ~-
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Translation was SUCCESSFUL with 130 warning(s) (3 feature(s) output)
FME Session Duration: 0.4 seconds. (CPU: 0.1s user, 0.1s system)
END - ProcessID: 5224, peak process memory usage: 51072 kB, current process memory usage: 51012 kB
Translation was SUCCESSFUL
As far as i can tell I should expect to see 3 tables in my database now?
The postgis user has all the privileges to create tables in the schema rplanforslag_alternativ_forslag undoubtedly.
Warning is just about attributes case change from upper to lower
Feature Caching is ON
The workspace may run slower because features are being output and recorded on all output ports regardless of whether or not there is a connection.
The current FME process locale has been changed from 'Norwegian Bokmål_Norway.utf8' to 'C' and FME has restored it back to 'Norwegian Bokmål_Norway.utf8'. It is undefined behavior to call 'setlocale()' in plugin code and doing so may cause unexpected errors
POSTGIS Writer: Renamed user attribute 'ID' to 'id' based on format constraints for invalid characters, length, and case
POSTGIS Writer: Renamed user attribute 'Geometri' to 'geometri' based on format constraints for invalid characters, length, and case
POSTGIS Writer: Renamed user attribute 'FØRSTEDATAFANGSTDATO' to 'førstedatafangstdato' based on format constraints for invalid characters, length, and case

