Odd "Relations" errors messages - Servoy 7.3.1

Hi there!

I am trying to clean up an old solution and I am encountering 4 “Relations” errors messages. It says that the

Relation “relation_name1” is referring to a primary table “table1” which does not exist on server "server_name ".

Another error, very similar, says:

Relation “relation_name2” is referring to a foreign table “table2” which does not exist on server “server_name”.

Well, the relations and the tables exist in the backend database. They are also listed within servoy’s Solution Explorer.

There are only four errors. All of the other relations and tables are recognized.

This solution was first deployed in Servoy 6.1.3. What could be wrong?

The error messages seems to be misleading. It’s odd.

Have anyone seen similar errors? What could be wrong?

Thanks!
JC

PS: I am currently working on Servoy Version: 7.3.1 - build 2022

maybe the under laying data is not completely correct (the relationname.rel file)
What happens if you just edit that relation (change to something, save it, then change it back to what it should be)
that something should then be the one that it is complaining about, so change the table of the primary table.

That was it. However, I removed the relation and created again. It’s all fine now. Thanks!
JC