Major problems after upgrade to 2.1

I upgraded to 2.1 and get the following error when trying to open the application:

com.servoy.j2db.persistence.RepositoryException: A column on table servoy_content_spec/server repository_server with name default_textual_classvalue already exists

I also tried a clean install, but got the same result.
Before upgrading I made a copy of my solution (the whole servoy folder). When trying to open that solution i now get the error

com.servoy.j2db.persistence.RepositoryException: com.sybase.jdbc2.jdbc.SybSQLException: ASA Error -143: Column ‘is_meta_media’ not found

Next i tried to at least export the current release and there i got the exact same error.

Can anyone please help??? I have to have my solution ready soon and was a bit careless with the upgrade, because everything always went smooth before…

Thanks,
Reto

After more searching in the archives, i found the right hint :) I restarted the machine and it worked (starting the new release and saving the old solution release).
It seems like the “wrong” server was running(?). What’s the best way to switch from one version to the other?

Now, I just need to figure out how to export/import my solution - hasn’t worked so far…

Reto

Everything works fine now - sorry for the bother! Maybe it was just a long day at work! Just always boot the application server before switching release (doesn’t seem so far-fetched :)).

Sometimes it’s just hard to decide how long to try solving a problem alone and when to ask for help…

BTW, 2.1, especially new image handling, looks very nice at first glance.

Reto

When you quit Servoy the iAnywhere server keeps running.
So when you want to keep 2 different versions (2.0 and 2.1) you need to kill the dbsrv9 process everytime you switch between those versions.

Hope this helps.