Changes for page 240 - Spring Cleaning
Last modified by Erik Bakker on 2025/03/10 10:00
From version 869.1
edited by Erik Bakker
on 2025/03/02 08:49
on 2025/03/02 08:49
Change comment:
There is no comment for this version
To version 715.1
edited by Carlijn Kokkeler
on 2024/09/23 11:38
on 2024/09/23 11:38
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -23 9-ModernTalking1 +230 - Petite Peaks - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -3,44 +3,61 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** focused on testing the eMagiz Mendix Connectorandsolving internalfeedback on theprocess and theconnector itself.Withthat behind us, weareready toaunch thenew eMagiz MendixConnector in our community. With this release,we willmakeit available for all newMendixsystems in modelsrunningon thecurrent-generationarchitecture.Inafuturerelease, we will bring a migration wizardaiding a simpleand smooth migrationto thenew eMagiz Mendix Connector and addit tooursoftcrowprocedure. Onopof that,we have some minorupdatestoimprovethequalityoftheplatform.6 +**Hi there, eMagiz developers!** In this release, we made several improvements to keep our model running smoothly. We also made some small changes to various XPath-related parts of the portal and updated our deployment plan. Find out all the improvements and bug fixes below! 7 7 8 -== **New eMagiz Mendix Connector** == 8 +== **Deployment Plan Improvements** == 9 + 10 +//__Monitoring Trigger - Improvements__// 11 + 12 +* For the step type "Monitoring Trigger," we have re-introduced the "Enable" option. 13 + 14 +[[image:Main.Images.Release Blog.WebHome@release-229-enable-option.png]] 15 + 16 +* The "Disable" option under this step type comes with two new options. 17 +** End Action. Here, you can opt for the following three options: 18 +*** Auto-enable triggers 19 +*** Send email 20 +*** Both 21 +** Duration. Here, you can define a waiting period that states how long eMagiz should wait before executing the end action. The value of this field needs to lie between 15 and 120 minutes. Note that the timer starts when your deployment plan's "disable" step is finished. 22 + 23 +[[image:Main.Images.Release Blog.WebHome@release-229-disable-option.png]] 24 + 25 +{{warning}}Note that the end action is only triggered when the deployment plan cannot complete all steps. When all steps are completed, the timer is **stopped**. Therefore, we advise adding the "enable" step back to the end of your deployment plan to ensure that triggers are automatically re-enabled when the deployment is successfully finished. This also covers cases where the deployment plan is automatically executed (by pressing the play button), after which the user moves on to other things and forgets to move away from the page once the deployment plan is completed. 9 9 10 - This release introducesthenew eMagiz Mendix Connector to our platform. Thismeansthatwhenyouadd a newMendix system toanyeMagiz model thatruns onthecurrent-generationarchitecture(newandexisting), eMagiz willconfigurethisMendixsystemto act as theeMagiz Mendix Connector.27 +In the coming weeks, we will actively monitor eMagiz models to see to what extent this advice has been implemented.{{/warning}} 11 11 12 - Wehave created this eMagiz Mendix Connector to simplify the configuration and management of the eMagiz Mendix Connector, to enhance the stability of the connection between your Mendix app and your eMagiz model, andtosimplify problem detection if something goes wrong. Asaresult, the whole way of workingwiththe eMagiz Mendix Connector has changed both in Mendix and in eMagiz. Thismeans that less communication is needed during the development of integrations with Mendix, smoothening the developmentprocess and that the functionality within Mendix resembles how we run all our runtimes in the current-generation architecture. For more information, please check out these courses:29 +//__Default Plan - Improvements__// 13 13 14 -* [[eMagiz Mendix Connector - Introduction>>Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity||target="blank"]] 15 -* [[eMagiz Mendix Connector - Detailed Configuration>>Main.eMagiz Academy.Microlearnings.Intermediate Level.Mendix connectivity||target="blank"]] 31 +* When you press the "Default Plan" option, the following changes will occur (assuming you also have a default plan on your environment): 32 +** The existing "Disable" step is extended to define that eMagiz will automatically enable triggers after 60 minutes have passed. 33 +** The "Enable" step is added as the last step of your deployment plan. 16 16 17 -{{info}} 18 -* **Before using this, please take into consideration the following**: 19 -* The needed Mendix Marketplace module will be available starting **February 28.** We are currently **awaiting** approval from Mendix. Once this is final the Marketplace module named "eMagiz Connector" can be found in the Mendix Marketplace. We will keep you updated on the status via our news outlet in my.emagiz.com. 20 -* Your Mendix app needs to run on **Java 17** 21 -* Your Mendix app needs to run on version 9.24.25 or higher 22 -** We have tested and support the LTS and MTS versions of Mendix with this eMagiz Mendix Connector 23 -* Share the activation key after the integrations are added to a release that is **activated**. 24 -* Should problems arise while implementing this, please contact us via our [[support department>>mailto:support@emagiz.com]]. 25 -{{/info}} 35 +[[image:Main.Images.Release Blog.WebHome@release-229-new-default-plan.png]] 26 26 27 -== ** MinorChanges** ==37 +== **SFTP Authentication Option Added - New Runtime Image** == 28 28 29 -//__Added View option on support objects__// 30 -We have added a view option that allows you to browse the list of support objects when you are **not** in "Start Editing" mode. This makes determining whether particular support objects exist and which ones you need before diving into building a flow much easier. 39 +With this release we launch a new runtime image that provides an additional configuration option on our SFTP (caching) session factory support object. With this option you can define the **order** in which the authentication is handled and which options are **allowed**. The following options are possible. The default configuration option (which is valid in 99% of the cases) is "Keyboard-Interactive and Password". 31 31 41 +* Password 42 +* Keyboard-Interactive 43 +* Password and Keyboard-Interactive 44 +* Keyboard-Interactive and Password 45 + 46 +[[image:Main.Images.Release Blog.WebHome@release-229-new-auth-option-sftp.png]] 47 + 32 32 == **Bug Fixes** == 33 -//__ Auto-creationconnectorinfraSOAPhostedendpoint__//34 -We have changedtheauto-creationbehaviorforSOAPwebservicesystems.Thismeanshatwenowproperlycreatetwosupportobjects,PayloadRoot EndpointMapping,andSOAPWebserviceinterceptors,toavoiderrorswhenopeningtheentryflowforthefirsttime.49 +//__XPath Header Enricher - Help Text Improvement__// 50 +We have added a help text segment that explain that you will get the first result back if your XPath returns a list of values. Secondly, we have added an additional help text segment that explains how to change the XPath expression in case you want to get a list of values back. 35 35 36 -//__ Manage DashboardError__//37 -We now preventerrorsinthe ManageDashboardoverview whenan erroroccursinacomponentwithan id that doesnotfollowthe{{code}}[id].[system].[flow]{{/code}}convention orwhen thatvalueislongerthanexpected.52 +//__XPath Configuration - Transformation__// 53 +We fixed a bug that caused the “Value“ input field to disappear once you switched from the "custom xpath" to the "if exists" option when adding a Conditional block in the Create Transformation tooling. 38 38 39 39 == **Fancy Forum Answers** == 40 40 41 41 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 42 42 43 -* [[value comparison on substring>>https://my.emagiz.com/p/question/172825635704067769||target="blank"]] 59 +* [[Spaces handled differently in folder name after using SMB components for file connectivity>>https://my.emagiz.com/p/question/172825635703940018||target="blank"]] 60 +* [[How to process messages with invalid XML content like "">>https://my.emagiz.com/p/question/172825635703939917||target="blank"]] 44 44 45 45 == **Key Takeaways** == 46 46 ... ... @@ -50,7 +50,7 @@ 50 50 * If you have feedback or ideas for us, talk to the Platypus 51 51 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 52 52 * Clear your browser cache (Ctrl + Shift + Del) 53 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.2 39 -Modern Talking.WebHome||target="blank"]]70 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.229 - Xpath Alignment.WebHome||target="blank"]] 54 54 * Start thinking about how the license tracker can aid your development 55 55 * Start thinking about major, minor, and patch 56 56 * Keep making great integrations