Solved

fme-PostGIS-writer with PostgreSQL 10

  • 26 October 2017
  • 3 replies
  • 3 views

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

icon

Best answer by matze 1 November 2017, 10:32

View original

3 replies

Userlevel 4
Badge +13
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.

Userlevel 4
Badge +13

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

That's great to hear :)

 

 

Reply