Skip to content

Commit 6a751ae

Browse files
Merge pull request #10058 from jdiehl/salt
Merged SALT documentation
2 parents d9424b8 + 8014e2a commit 6a751ae

2 files changed

Lines changed: 29 additions & 56 deletions

File tree

content/en/docs/deployment/general/salt.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Siemens Advanced License Technology"
33
url: /developerportal/deploy/salt/
44
weight: 90
55
description: "This guide explains how to use Siemens Advaned License Technology (SALT) with Mendix"
6+
aliases:
7+
- /deployment/salt/
68
#To update these screenshots, you can log in with credentials detailed in How to Update Screenshots Using Team Apps.
79
---
810

@@ -14,23 +16,39 @@ SALT-based licenses are issued only to selected customers. If you received an em
1416

1517
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.
1618

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
1829

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.
2031

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.
2439

2540
## Installing the Siemens License Server
2641

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.
2847

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:
3049

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).
50+
* [Siemens License Server](https://support.sw.siemens.com/en-US/product/1586485382)
51+
* [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)
3452

3553
## Configuring your Mendix Application
3654

@@ -43,4 +61,4 @@ License.SaltLicenseLocation = port@host
4361
* `port`: The port number specified during the license server installation.
4462
* `host`: The hostname or IP address of the machine running the license server.
4563

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.

content/en/docs/deployment/salt.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)