Migrate Mendix 5.13.1 to Mendix 7

0
L.S., I need to migrate an app from Mendix 5.13.1 to Mendix 7. According to the Mendix manuals I upgrades Mendix 5.13.1 to the latest version of 5 (Mendix 5.21.10). That version works fine. Now I got stuck. I cann't find a Mendix 6 version to migrate to.  Every version I have tried (6.10.7, 6.10.8, 6.10.10, 6.10.18, 6.3.1, 6.7.1, 6.8.1) give me the following error: The project located at C:\Users…. could not be opened, because it was created with version 5.21.10 of the Modeler, which is incompatible with this version of the Modeler. Can someone tell me which Mendix 6 version I need to use ?
asked
4 answers
1

Might have to do with your MX 5.21.10 version. See the releas notes of MX 5.21.7:

‘Please note that after upgrading to Mendix 5.21.7, it will not be possible to upgrade to Mendix 6.10.7, which is currently the latest version of Mendix 6. To migrate a 5.21.7 project to Mendix 6, you will have to wait for the next Mendix 6 release, which is due in a few weeks.’

Try converting to 5.20 instead of 5.21, after this you should be able to go to Mx 6

 

answered
1

Hi Jan,

That issue comes up when you try to upgrade to a version that was released before the current version you are in. In this case 5.21.10 was released on 7/30/18 so you want to find a version that was released after that. Looking at the app store , I see that 6.10.16 – 6.10.18 fall in this category. I would try upgrading to one of those, and then do the same thing for the Mx7 version. If you were to upgrade to 6.10.16 then you can upgrade to 7.19.0 and above. 

 

Hope this helps!

 

Edit: You can check out this thread https://forum.mendix.com/link/questions/14842 but looking at it, you might need to create a support ticket. 

answered
0

I have to migrate without the WSDL and than import the (modified) WSDL again. 

answered
0

The only way that i could migrate to Mendix 7 was to remove all the functions request en anwers for the WSDL. Than upgrade to Mendix 6 and Mendix 7. Build all the request en answers again from a modified WSDL (I removed some of the choices). 

In order to prevent problems in the future, I also build a layer between the WSDL and the rest of the applications that use the Mendix app to connect to a third party.

Thanks for all the support.

answered