Changes for page novice-mendix-connectivity-configure-emagiz-mendix-connector
Last modified by Erik Bakker on 2025/02/25 16:09
From version 8.1
edited by Erik Bakker
on 2022/06/12 10:04
on 2022/06/12 10:04
Change comment:
There is no comment for this version
To version 16.1
edited by Erik Bakker
on 2024/08/26 13:03
on 2024/08/26 13:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,18 +1,14 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -In this microlearning, we will focus on configuring an eMagiz Mendix Connector. 3 -With the help of this Mendix module created by the eMagiz team, you can easily connect between Mendix and eMagiz for data integration. 2 +In this microlearning, we'll cover how to configure the eMagiz Mendix Connector for your Mendix application. The eMagiz Mendix Connector is a module that facilitates seamless integration between Mendix and eMagiz projects. We’ll walk you through the essential configuration steps, including setting up startup and shutdown processes, configuring access rights, defining key constants, and properly setting up the Keystore and Truststore. By the end, you'll be ready to ensure a stable and secure connection between your Mendix application and eMagiz. 4 4 5 5 Should you have any questions, please contact academy@emagiz.com. 6 6 7 -* Last update: January 27th, 2021 8 -* Required reading time: 10 minutes 9 - 10 10 == 1. Prerequisites == 11 11 * Basic knowledge of the eMagiz platform 12 12 * Access to a Mendix application 13 13 * Access to the Deploy phase of your eMagiz project 14 14 * A connection between Mendix and eMagiz Designed and Created 15 -* Using eMagiz Mendix version 4.2.0 or higher. For legacy configuration please see the user guide **Install guide eMagiz Connector for Mendix**11 +* Using eMagiz Mendix version 4.2.0 or higher. 16 16 17 17 == 2. Key concepts == 18 18 This microlearning centers around configuring an eMagiz Mendix Connector ... ... @@ -25,8 +25,6 @@ 25 25 * Configure the constants 26 26 * Configure the Keystore/Truststore 27 27 28 - 29 - 30 30 == 3. Configure a eMagiz Mendix Connector 31 31 32 32 To configure the eMagiz Mendix Connector in a Mendix app, the following steps need to be performed. ... ... @@ -134,29 +134,28 @@ 134 134 135 135 To ensure a proper SSL connection between runtime and eMagiz JMS each runtime needs to have a Keystore and Truststore that hold the relevant certificates. 136 136 137 -For a Mendix application specifically, this has to be done by hand. You can find the correct Keystore and Truststore if you openheinfraflowof theMendixruntime in**Create**131 +For a Mendix application specifically, this has to be done by hand. You can find the correct Keystore and Truststore if you navigate to **Create -> Resources**. In here you can search for "{technicalnamemodel}-client" in the field "Name". 138 138 139 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-configure-emagiz-mendix-connector-- open-connector-infra.png]]133 +[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-configure-emagiz-mendix-connector--find-resources.png]] 140 140 141 - Underthe Resources tab, you will find the key and Truststore. Download these and place them in the resources folder of your Mendix project.135 +In this overview, you will find the key and Truststore. Download these and place them in the resources folder of your Mendix project. 142 142 143 -You can access this resources folder in the following manner: **Project -> Show Project Directory in Explorer -> Open the resources folder** 137 +You can access this resources folder in the following manner for Mendix Projects running below version 9.18.0: **Project -> Show Project Directory in Explorer -> Open the resources folder** 144 144 145 145 [[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-configure-emagiz-mendix-connector--show-project-directory.png]] 146 146 147 - Simply make sure that the KeystoreandTruststorehatyouhavedownloadedfromeMagiz are placedinthis folder**includingtheunique numberprefixeMagiz has giventhe key*andTruststore**141 +For Mendix projects running version 9.18.0 or higher please go to: **App -> Show App Directory In Explorer**. 148 148 149 - Thistionlyneedston **once**.143 +[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-configure-emagiz-mendix-connector--show-app-directory.png]] 150 150 145 +Simply make sure that the Keystore and Truststore that you have downloaded from eMagiz are placed in this folder. 151 151 147 +{{warning}}Don't forget to include the unique number prefix eMagiz has given the key- and truststore. Otherwise the connection cannot be established.{{/warning}} 152 152 153 - == 4. Assignment==149 +This configuration only needs to happen **once**. 154 154 155 -The assignment is simple this time. Configure your eMagiz Mendix Connector. 156 -This assignment can be completed with the help of an associated Mendix project linked to the (Academy) project that you have created/used in the previous assignment. 151 +== 4. Key takeaways == 157 157 158 -== 5. Key takeaways == 159 - 160 160 To configure an eMagiz Mendix Connector you need the following: 161 161 162 162 * Configure the After Startup and Before Shutdown ... ... @@ -166,15 +166,17 @@ 166 166 167 167 To make a connection in terms of allowing data to travel between A and B you need to fill in the correct constants and setup your Keystore and Truststore correctly. 168 168 162 +== 5. Suggested Additional Readings == 169 169 164 +* [[Novice (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Novice.WebHome||target="blank"]] 165 +** [[Mendix Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.WebHome||target="blank"]] 166 +*** [[What is an eMagiz Mendix Connector (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.novice-mendix-connectivity-what-is-an-emagiz-mendix-connector.WebHome||target="blank"]] 167 +*** [[Install an eMagiz Mendix Connector (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.novice-mendix-connectivity-install-emagiz-mendix-connector.WebHome||target="blank"]] 168 +*** [[Update an eMagiz Mendix Connector (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.novice-mendix-connectivity-update-emagiz-mendix-connector.WebHome||target="blank"]] 169 +* [[Support (Menu)>>doc:Main.eMagiz Support.WebHome||target="blank"]] 170 +** [[Migration Paths (Navigation)>>doc:Main.eMagiz Support.Migration Paths.WebHome||target="blank"]] 171 +*** [[eMagiz Mendix Connector 3.0.0 -> 5.0.0 (Explanation)>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-mendix-connector-300-to-500.WebHome||target="blank"]] 172 +*** [[eMagiz Mendix Connector 4.2.0 -> 5.0.0 (Explanation)>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-mendix-connector-420-to-500.WebHome||target="blank"]] 173 +* [[Mendix (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22mendix%22||target="blank"]] 170 170 171 -== 6. Suggested Additional Readings == 172 - 173 -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. 174 - 175 -== 7. Silent demonstration video == 176 - 177 -As most of this configuration takes place in Mendix and not in eMagiz we have chosen not to make a video on this topic. 178 -The pictures and text provided above should give you enough guidance to configure the connection between Mendix and eMagiz. 179 - 180 180 )))((({{toc/}}))){{/container}}{{/container}}