Server with same solution multiple times

Hi all,

We want to be able to run multiple versions of the same solution in a servoy server.
To do this we should be able to import a solution with the option ‘clean import’.

We have a Solution Webshop (with a underlying module Framework)

At importing I used clean import with a new name: Webshop_JJ, but it gives the errormessage:

'There is already a solution with the name Webshop_JJ'

Is this because we are referencing another module?
At renaming the solution, are the underlying referenced modules also renamed?

Jos,

Clean import with modules is currently not supported.

The error message is wrong (it complains about the solution with the new name already exists, it should complain about the module already exists).
Even if that is fixed, the problem is still that for a proper clean import with modules, each module needs a new name and the references to the modules should also be updated in the referring solutions/modules.
But how to enter all these new names?

A workaround could be to copy the solution and modules in developer and create an export file with the new set.

Rob