Error : _MetaData - Deploy / Open multi developer project

3
Hi Working onsite at the client, moved from our development server, copied the project. Created the project onsite at the client, the modeler opens with the project, but when try to run the project get this error: The database you're trying to open does not look like a Modeler database. It lacks the essential table _MetaData or the table is of the wrong format.
asked
2 answers
3

Fixed my own error ....

when you copy the model - the model runs in a separate database to the data, so i had to create 2 databases at the client... one for model and one for data.

opening the project is from the model database.

In project settings I had to set the database to the data database .... this all worked now ....

answered
0

Have you checked your database settings? It might still try to connect to your development database. Might want to switch it something local or a HSQL db.

answered