Dear,
I have a workspace that reads a in a postgis database with an SQLExecutor. It all runs smooth.
However I want to make my workspace generic, so that it can use other input data from different databases/schemas in the future. That is why I put everything to read in user parameters. That being said I encountered the following problem.
My workspace runs fine with the original data. However when I change the name of the schema of my input data, and I change it in the SQL executor accordingly, I get the following error: 'Error executing SQL command ('select version(), postgis_version()'): 'ERROR: function postgis_version() does not exist'
When I try to read in the schema with the changed name with a PostgreSQL reader, it works just fine. However this is not desired, since my data contains geometry.
Does somebody has any clue what can be the cause for this?
Attached you can find the logfile and some screenshots. I tried running it both on the 2021 version of FME desktop as the 2022 version.
Thanks in advance,
Matthias