Changes for page Update an eMagiz Mendix Connector
Last modified by Erik Bakker on 2025/02/25 16:09
From version 11.1
edited by Erik Bakker
on 2024/06/06 09:09
on 2024/06/06 09:09
Change comment:
There is no comment for this version
To version 1.1
edited by Erik Bakker
on 2022/06/12 09:59
on 2022/06/12 09:59
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Updatean eMagiz Mendix Connector1 +What is an eMagiz Mendix Connector - Content
-
... ... @@ -1,10 +1,12 @@ 1 -{{container}} 2 -{{container layoutStyle="columns"}}((( 3 -In this microlearning, we will focus on updating an eMagiz Mendix Connector. 4 -With the help of this Mendix module created by the eMagiz team, you can easily connect between Mendix and eMagiz for data integration. 1 +{{container}}{{container layoutStyle="columns"}}((( 2 +In this microlearning, we will focus on determining what an eMagiz Mendix Connector is. 3 +This insight will help you the moment you will start using the eMagiz Mendix Connector. 5 5 6 6 Should you have any questions, please contact academy@emagiz.com. 7 7 7 +* Last update: March 25th, 2021 8 +* Required reading time: 4 minutes 9 + 8 8 == 1. Prerequisites == 9 9 * Basic knowledge of the eMagiz platform 10 10 * Access to a Mendix application ... ... @@ -11,98 +11,56 @@ 11 11 * Access to the Deploy phase of your eMagiz project 12 12 13 13 == 2. Key concepts == 14 -This microlearning centers around updating an eMagiz Mendix Connector16 +This microlearning centers around learning what an eMagiz Mendix Connector is 15 15 With eMagiz Mendix Connector we mean: A Mendix module developed and maintained by eMagiz that simplifies connect a Mendix application to an eMagiz project for data traffic between both systems. 16 16 17 - ToupdateaneMagiz Mendix Connectoryou need the following:19 +Key aspects of the eMagiz Mendix Connector: 18 18 19 -* The Mendix Module called the eMagiz Mendix Connector (available in eMagiz under Deploy of your project) 20 -* Access to a Mendix project which has an eMagiz Mendix Connector in it at this moment. 21 +* The goal of the module is to simplify the connection between Mendix and eMagiz and therefore enhance the speed of development and reduce the risks of problems 22 +* The Mendix module is developed and maintained by eMagiz 23 +* As of Mendix 8 the inner workings of the module have changed 24 +* No manual actions in Mendix via a Mendix screen are necessary to control the eMagiz parts (as of version 4.2.0) 21 21 22 -== 3. Update an eMagiz Mendix Connector == 23 23 24 -=== 3.1 Download the eMagiz Mendix connector via eMagiz === 25 -To update the eMagiz Mendix Connector in a Mendix app you first have to download it. You can download it from the eMagiz portal or via the Mendix marketplace. 26 26 27 -==== 3.1.1 Download the eMagiz Mendix connector ==== 28 - * To retrieve the eMagiz Mendix connector from the portal execute the following steps. 29 - ** Log in at eMagiz and then go to one of the busses you have access to. 30 - ** Go to **Deploy -> On Premises -> Runtime Downloads**. Here you can download the eMagiz Mendix connector. 28 +== 3. What is an eMagiz Mendix Connector 31 31 32 - [[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-emagiz-mendix-connector--emc-download-screen.png]]30 +The eMagiz Mendix Connector is a Mendix module that is developed and maintained by eMagiz that simplifies connecting a Mendix application to an eMagiz project for data traffic between both systems. 33 33 34 -{{info}}You must look at the column Mendix version. It must correspond to the Mendix version of the project where you want to use the eMagiz Mendix Connector. 35 -If you do not do this then the connector will **not** work.{{/info}} 32 +Key aspects of the eMagiz Mendix Connector: 36 36 37 -Now that we have downloaded the correct eMagiz Mendix connector (the latest version that is available for the Mendix version of our project and newer compared to the current one) we can open Mendix itself. 34 +* The goal of the module is to simplify the connection between Mendix and eMagiz and therefore enhance the speed of development and reduce the risks of problems 35 +* The Mendix module is developed and maintained by eMagiz 36 +* As of Mendix 8 the inner workings of the module have changed 37 +* No manual actions in Mendix via a Mendix screen are necessary to control the eMagiz parts (as of version 4.2.0) 38 38 39 -If you open your Project in Mendix you can navigate to the left-hand panel called "Project Explorer". In this panel, you see all modules (box icons) that are currently in the project. 40 -In Project Explorer, right-click and choose the option "Import module package..." 39 +The eMagiz Mendix Connector makes use of Java Actions (Mendix 8 and up) or a web service layer (Mendix 7 and down) to connect Mendix to eMagiz and vice versa. We have changed the connection method to create a process that is better maintainable and easier to realize. 41 41 42 - [[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--import-module-package.png]]41 +In the remainder of the microlearnings within this module, we will learn how you can install, configure and update your eMagiz Mendix Connector. So stay tuned. 43 43 44 -In the pop-up that follows select the correct eMagiz Mendix Connector version and press Open / Openen (depending on the language settings of your PC) 45 45 46 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--import-module-package-selection.png]] 47 47 48 -==== 3.1.2 Download the eMagiz Mendix connector via Mendix ==== 49 - * To retrieve the eMagiz Mendix connector from the Mendix Marketplace execute the following steps. 50 - ** Open your Mendix model via Mendix Studio Pro and then select the "Marketplace" option in the right panel 51 - ** Search for "eMagiz Mendix" and select the item called "eMagiz Mendix Connector" 52 - ** Go to **Deploy -> On Premises -> Runtime Downloads**. Here you can download the eMagiz Mendix connector. 45 +== 4. Assignment == 53 53 54 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-emagiz-mendix-connector--mendix-marketplace-download-screen.png]] 55 - 56 - 57 -Once downloaded, the following steps need to be performed. 47 +As this is a theoretical microlearning there is no assignment that you need to complete 58 58 59 -== =3.2ImportingeMagizMendix connector===49 +== 5. Key takeaways == 60 60 51 +Key aspects of the eMagiz Mendix Connector: 61 61 53 +* The goal of the module is to simplify the connection between Mendix and eMagiz and therefore enhance the speed of development and reduce the risks of problems 54 +* The Mendix module is developed and maintained by eMagiz 55 +* As of Mendix 8 the inner workings of the module have changed 56 +* No manual actions in Mendix via a Mendix screen are necessary to control the eMagiz parts (as of version 4.2.0) 62 62 63 -As a result, Mendix will show you the following pop-up. In this pop-up you press Import and Mendix will import the eMagiz Mendix Connector for you. 64 64 65 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--import-module-package-replace-existing-module.png]] 66 66 67 - Youmaybepromptedwith a warning pop-up the moment you updateto a newer version. Make ascreenshotand press OK.60 +== 6. Suggested Additional Readings == 68 68 69 - [[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--import-module-package-java-update-warning.png]]62 +If you are interested in this topic and want more information on it please read the release notes provided by eMagiz that accompany the eMagiz Mendix Connector version you have selected. 70 70 71 -== =3.3Cleaning uptheproject===64 +== 7. Silent demonstration video == 72 72 73 -After you have updated to a new version of the eMagiz Mendix Connector you must clean the project before you do a new commit. 74 -Otherwise, it can happen that the communication between Mendix and eMagiz will take place based on the old instead of the new version. 66 +As this is a theoretical microlearning there is no video 75 75 76 -==== 3.3.1 Run the eMagiz Cleanup Tool 77 - 78 -When you navigate to **Project -> Show Project Directory in Explorer -> resources** you will see one Jar file which you can run called the emagiz-cleanup-tool. 79 - 80 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--emagiz-cleanup-tool.png]] 81 - 82 -Run this cleanup tool by double-clicking on it to make sure that all ties to the old eMagiz Mendix Connector version are cut. In the pop-up that follows select the button Cleanup 83 - 84 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--emagiz-cleanup-tool-result.png]] 85 - 86 -After you have pressed Cleanup eMagiz will tell you whether or not this has succeeded. Below you see a successful result 87 - 88 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-update-emagiz-mendix-connector--emagiz-cleanup-tool-success.png]] 89 - 90 - 91 -==== 3.3.2 Cleanup Deployment Directory 92 - 93 -As the pop-up states, the next step to finish up the update of your eMagiz Mendix Connector is to clean up your deployment directory. 94 -You can simply do this by navigating to **Project -> Clean Deployment Directory** and selecting that option. 95 - 96 -Congratulations, you have successfully updated your eMagiz Mendix Connector to the latest available version. 97 - 98 -== 4. Key takeaways == 99 - 100 -* The crucial part of updating an eMagiz Mendix Connector is to select the correct version that will work with your Mendix project 101 - ** To select the correct eMagiz Mendix Connector version look at the Mendix version your app is running in (8.0.0+,7.0.0+, etc.) and look at which of the versions eMagiz has released is the newest version (that is newer compared to the current version). 102 -* The actual installation in Mendix is simply importing a module package and selecting the correct one. As easy as can be. 103 - 104 -== 5. Suggested Additional Readings == 105 - 106 -If you are interested in this topic and want more information on it please read the release notes provided by eMagiz that accompany the eMagiz Mendix Connector version you have selected. 107 - 108 108 )))((({{toc/}}))){{/container}}{{/container}}