solution name mismatch on import to server

[info] Import contains XML version 12 and repository version 29.
[error] Solution name mismatch, import name ‘Tragar_Logistics’, repository name ‘servoy_sample_crm’. Import failed.
[error] com.servoy.j2db.persistence.RepositoryException: Operation cancelled

I took the sample_crm soltution and have modified it for a client.
I changed the name in the solution settings to Tragar_logistics and added other features and functionality using the same tables and also added my own tables.
When i try to import it via the Servoy-admin i get the error above.
Where else do i need to change the name?

Hi,

A solution has an external name, but also an internal identifier (uuid) that you cannot change.
The problem occurs because the solution with the new name cannot be stored when a solution with the same uuid and another name exists.

You could delete the ‘servoy_sample_crm’ solution first.
Alternatively, you could start with a clean repository.

Hope this helps,

Rob