Export to File = persistence.RepositoryException

R2 2.2rc5-build 323, Windows 2000. When exporting to file to back up a solution i am getting a message: com.servoy.j2db.persistence.RepositoryException: Solutions contains references to calculation or aggregate variable on nonexistent table ‘COMPANY_LIST’ in server ‘COMPANY_LIST’.
I have done some basic cleaning but i can’t even remember having a server or table with those names. Do these sound familiar to anyone else? Is there a way to remedy this?

Check all your calculations en aggregates, if there is a link to this (not excisting) table.
In Rc5 there is indeed a new check for this kind of errors.

jimc:
Do these sound familiar to anyone else? Is there a way to remedy this?

There was a small typo in the error text it listed table name twice, it complains about ‘company_list’ table from server ‘crm’

ah… that makes more sense

Fixed. When you get the name of the table in the error message,close out the repository, open solution and recreate the table in dataproviders. It will fill with the offending calcs and aggregations. Delete them and then the table.

On a different note, how many years of coding before you stop putting = where you mean == :)