I have run into this error message a couple of times before (3.1.x) and I don’t understand what causes it or what I am doing wrong. Running 3.5rc2 (working great!) and I added a temporary column for a data load (via Postgres PGAdmin) to the backend table. Usual “in and out” of Developer to ensure update of the Repository to recognize the new column. Recent version of Postgres.
I thought I would try running the Import function to load some data and the following error is raised:
Error creating table, org.postgresql.util.PSQLException: ERROR: column “temp_country” of relation “subregion” does not exist
com.servoy.j2db.persistence.RepositoryException: org.postgresql.util.PSQLException: ERROR: column “temp_country” of relation “subregion” does not exist
org.postgresql.util.PSQLException: ERROR: column “temp_country” of relation “subregion” does not exist
I am not convinced this is a Postgres error: I can go over to PGAdmin and delete the column fine. We are using a Postgres repository (likely why the PG error report). However, the question remains as to why the column “temp_country” is thought to be connected to a non-existent relation (“subregion” is a table).
Anyone run into this before? Resolution?
Thanks, Michael