Skip to main content

Moin.

I think there is a problem with the PostGIS-writer and the new PostgreSQL version 10. In PostgreSQL 9.6 there were no problems. Since I installed the version 10 of PostgreSQL (with PostGIS 2.4.1) the following error is thrown:

Error executing SQL command ('SELECT AddGeometryColumn('test', 'myTableName', 'geom', 3034, 'GEOMETRY', 2)'): 'ERROR:  Schema 'test' is not a valid schemaname

"test" is not the schema name, it is the database name. The schema isn't recognized in this command.

Matthias

Hi @matze, when you upgraded did you change your database to an EnterpriseDB PostGIS database?

 

After the error message, do you see the following?

 

CONTEXT: SQL statement "SELECT AddGeometryColumn('',$1,$2,$3,$4,$5,$6,$7)

 


Now i did the upgrate to FME build 17291. There is no more problem.


Now i did the upgrate to FME build 17291. There is no more problem.

That's great to hear :)

 

 


Reply