From 0a4ce640ac48f291d1b89d886b452a32a7f7b67f Mon Sep 17 00:00:00 2001 From: Jonathan Diehl <1334574+jdiehl@users.noreply.github.com> Date: Fri, 8 May 2026 11:52:08 +0200 Subject: [PATCH 1/2] Fix typos and enhance clarity in SALT documentation --- content/en/docs/deployment/general/salt.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/content/en/docs/deployment/general/salt.md b/content/en/docs/deployment/general/salt.md index 034a177a5b2..6589b19c8b3 100644 --- a/content/en/docs/deployment/general/salt.md +++ b/content/en/docs/deployment/general/salt.md @@ -2,7 +2,7 @@ title: "Siemens Advanced License Technology" url: /developerportal/deploy/salt/ weight: 90 -description: "This guide explains how to use Siemens Advaned License Technology (SALT) with Mendix" +description: "This guide explains how to use Siemens Advanced License Technology (SALT) with Mendix" aliases: - /deployment/salt/ #To update these screenshots, you can log in with credentials detailed in How to Update Screenshots Using Team Apps. @@ -27,15 +27,19 @@ SALT Licenses can only be used with the following Mendix versions: * **Mendix 10**: 10.24.4 and above * **Mendix 11**: 11.2.0 and above -Each SALT license is bound to a specific major version of Mendix and cannot be used in newer major versions. +Each SALT license is tied to a specific major Mendix version, for example MXP11 for Mendix 11. The license permits use of that version and all prior major versions. To use a newer major version, you must have an active maintenance contract and can request a renewed license when the new major version is released. ### Deployment Restrictions Mendix applications using a SALT License cannot be deployed to the Mendix Public Cloud. +### User Limits + +SALT licenses specify a maximum number of named users. This limit is enforced independently by each application and is defined at the time of purchase. Limiting concurrent users is not supported. + ## Obtaining the SALT-based License -Upon purchase, your SALT-based license file is sent to you by email. +Upon purchase, your SALT-based license file is sent to you by email. A single license file is valid for all of your Mendix applications. Multiple license files cannot be issued. ## Installing the Siemens License Server @@ -50,6 +54,10 @@ For detailed instructions on how to install the Siemens License Server and confi * [Siemens License Server](https://support.sw.siemens.com/en-US/product/1586485382) * [Getting Started with Siemens Advanced Licensing Technology (SALT) and the Siemens License Server (SLS)](https://support.sw.siemens.com/en-US/product/1586485382/knowledge-base/MG612613) +{{% alert color="info" %}} +If you are deploying on-premises, you must generate a hardware ID (CID) using Siemens tools and provide it during the license provisioning process. Refer to the Siemens documentation above for instructions on generating a CID. +{{% /alert %}} + ## Configuring your Mendix Application Each Mendix application that uses a SALT license must be configured with the following [runtime setting](/refguide/custom-settings/): @@ -67,8 +75,12 @@ After you configure the runtime setting and start the Mendix application, the ap ### When Does a Mendix Application Connect to the License Server? -Mendix applications connect to the license server during startup to retrieve the license. After this initial connection, the applications do not maintain ongoing connections to the license serve +Mendix applications connect to the license server during startup to retrieve the license. After this initial connection, the applications do not maintain ongoing connections to the license server. ### What Happens If the License Server Is Unavailable? -If the license server becomes unavailable while a Mendix application is running, the application's current operation will not be affected. However, if the license server is unavailable during startup, the Mendix application will launch in trial mode. To resolve this, restart the Mendix application once the license server is available. +If the license server becomes unavailable while a Mendix application is running, the application's current operation will not be affected. However, if the license server is unavailable during startup, the Mendix application will launch in trial mode, which limits the application to a limited number of users and stop execution after a few hours. To resolve this, restart the Mendix application once the license server is available. + +### Does the License Server Require Internet Access? + +SALT-based licenses can operate fully offline. No outbound connectivity to Siemens systems is required. From 20f1905d9e643a9787d7f7bcf9f57620d93e2ff7 Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Mon, 11 May 2026 14:01:12 +0200 Subject: [PATCH 2/2] TW review of SALT doc --- content/en/docs/deployment/general/salt.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/deployment/general/salt.md b/content/en/docs/deployment/general/salt.md index 6589b19c8b3..f56a0b8fc58 100644 --- a/content/en/docs/deployment/general/salt.md +++ b/content/en/docs/deployment/general/salt.md @@ -27,7 +27,7 @@ SALT Licenses can only be used with the following Mendix versions: * **Mendix 10**: 10.24.4 and above * **Mendix 11**: 11.2.0 and above -Each SALT license is tied to a specific major Mendix version, for example MXP11 for Mendix 11. The license permits use of that version and all prior major versions. To use a newer major version, you must have an active maintenance contract and can request a renewed license when the new major version is released. +Each SALT license is tied to a specific major Mendix version, for example MXP11 for Mendix 11. The license permits use of that version and all earlier major versions. To use a newer major version, you must have an active maintenance contract and can request a renewed license when the new major version is released. ### Deployment Restrictions @@ -79,7 +79,9 @@ Mendix applications connect to the license server during startup to retrieve the ### What Happens If the License Server Is Unavailable? -If the license server becomes unavailable while a Mendix application is running, the application's current operation will not be affected. However, if the license server is unavailable during startup, the Mendix application will launch in trial mode, which limits the application to a limited number of users and stop execution after a few hours. To resolve this, restart the Mendix application once the license server is available. +If the license server becomes unavailable while a Mendix application is running, the application's current operation will not be affected. However, if the license server is unavailable during startup, the Mendix application will launch in trial mode. In trial mode, usage is limited to a specific number of users and the application stops running after a few hours. + +To resolve this, restart the Mendix application once the license server is available. ### Does the License Server Require Internet Access?