Difference between revisions of "HowTo:Transfer Data from UBIK 3 to UBIK 4"
(→Optional: Maintain customizing) |
(→Optional: Maintain customizing) |
||
Line 58: | Line 58: | ||
* Copy your custom code library from your old DB to the new one. | * Copy your custom code library from your old DB to the new one. | ||
− | * If a class cannot be found, please make sure it doesn't have the namespace "System". | + | * If a class cannot be found, please make sure it doesn't have the namespace "System". Alternatively, you can use "Sys." as a prefix in the custom code to find the class. |
Also, some method signatures have changed, so we have to adapt custom code if these methods are used: | Also, some method signatures have changed, so we have to adapt custom code if these methods are used: |
Revision as of 17:09, 15 February 2023
With UBIK® Server version 4.0, much has changed on database level. We had to sacrifice direct downward compatibility with respect to older database versions in order to gain new possibilities (see Dynamic Live Mode).
In order to upgrade a UBIK® Environment from version 3.7 to version 4.0, it is necessary to create a new database and to transfer the data from the old database to the new one. Here's how.