You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "This guide explains how to use Siemens Advaned License Technology (SALT) with Mendix"
6
+
aliases:
7
+
- /deployment/salt/
6
8
#To update these screenshots, you can log in with credentials detailed in How to Update Screenshots Using Team Apps.
7
9
---
8
10
@@ -14,23 +16,39 @@ SALT-based licenses are issued only to selected customers. If you received an em
14
16
15
17
Siemens Advanced License Technology (SALT) is a Siemens service used to validate software licenses. This guide outlines the steps to deploy a Mendix application using a SALT-based license.
16
18
17
-
## Obtaining the SALT-based License
19
+
## Limitations
20
+
21
+
This section explains the limitations for using SALT-based licenses.
22
+
23
+
### Version Compatibility
24
+
25
+
SALT Licenses can only be used with the following Mendix versions:
26
+
27
+
***Mendix 10**: 10.24.4 and above
28
+
***Mendix 11**: 11.2.0 and above
18
29
19
-
Upon purchase, your SALT-based license file is sent to you by email. Keep in mind the following limitations when using a SALT-based license:
30
+
Each SALT license is bound to a specific major version of Mendix and cannot be used in newer major versions.
20
31
21
-
* Version compatibility - SALT licenses are supported only for Mendix version 10.24 and newer.
22
-
* Version binding - Each SALT license is bound to a specific major version of Mendix and cannot be used in newer major versions.
23
-
* Cloud restrictions - SALT licenses are not supported for Mendix Cloud environments.
32
+
### Deployment Restrictions
33
+
34
+
Mendix applications using a SALT License cannot be deployed to the Mendix Public Cloud.
35
+
36
+
## Obtaining the SALT-based License
37
+
38
+
Upon purchase, your SALT-based license file is sent to you by email.
24
39
25
40
## Installing the Siemens License Server
26
41
27
-
The Siemens License Server (SLS) is required to validate SALT-based licenses. This server must be installed within the same environment where your Mendix applications are deployed. All Mendix applications which use a SALT license must be able to access the license server. The license server must also have access to your SALT license file, which is used to validate the Mendix application licenses at runtime.
42
+
The Siemens License Server (SLS) is required to validate SALT-based licenses. For proper license validation, ensure you meet the following requirements:
43
+
44
+
* The SLS must be installed within the same environment as your deployed Mendix applications
45
+
* All Mendix applications using a SALT license must be able to access the SLS
46
+
* The license server must have access to your SALT license file in order to validate the Mendix application licenses at runtime.
28
47
29
-
To install the Siemens License Server, perform the following steps:
48
+
For detailed instructions on how to install the Siemens License Server and configure your license file, refer to the following Siemens support resources:
30
49
31
-
1. Download the Siemens License Server from the [Siemens Support Portal](https://support.sw.siemens.com/en-US/product/1586485382).
32
-
2. To install the Siemens License Server, follow the process outlined in [this video](https://support.sw.siemens.com/en-US/knowledge-base/MG616411).
33
-
3. When prompted, provide your license file. To download the license file, follow this [guide from Siemens](https://support.sw.siemens.com/en-US/product/1586485382/knowledge-base/MG612613).
*[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)
*`port`: The port number specified during the license server installation.
44
62
*`host`: The hostname or IP address of the machine running the license server.
45
63
46
-
After you configure the runtime setting and starting the Mendix application, the application connects to the Siemens License Server to validate the SALT license.
64
+
After you configure the runtime setting and start the Mendix application, the application connects to the Siemens License Server to validate the SALT license.
0 commit comments