Hi: I was preparing a solution for a migration on a new Servoy installation with only the needed db and I found that import failed because db “example_data” wasn’t present.
No big deal, but I was sure I didn’t use it, so I started looking for it.
I checked all the forms of the solution and the only module it uses;
I checked the relations and the valuelists: no one is pointing to example data.
Since I don’t think that reference present in the code should give this error, where else do you suggest me to look?
One big heads-up.
When you rename or remove a database server connection from Servoy and it was used in a solution then all calculations/aggregates that used that connection are no longer visible . However they are still part of the solution and it will complain when it doesn’t have that connection.
To be able to remove those calcs/aggregates you need to re-add the db connection so the calcs/aggregates are showing up again in the dataproviders window.
ROCLASI:
One big heads-up.
When you rename or remove a database server connection from Servoy and it was used in a solution then all calculations/aggregates that used that connection are no longer visible :!: .
.
Thanks, Robert and Harjo
There’s probably a calc pointing to some column of example data (I used Marcel’s sample to develop my calendar module with CalendarBean: I moved all the referenced tables, but I didn’t check the calcs).