The default licensing configuration that was selected during the installation can be found within the EPC file:
<install-dir>/<os>/SMA/site/EstablishedProductsConfig.ini
The file can be updated manually with a new configuration anytime after installation. The
EPC file is an .ini file that contains key/value pairs of configuration data. The values
conform to the following standards:
- Single backslashes for Windows path-separators
- No quotes surrounding paths
- Paths with spaces are allowed
Configuration for
Tosca can be set in the
[EstablishedProducts] or
in the
[Tosca] section, while
[Tosca] has higher
priority and overwrites setting for general established products.
SIMULIA Tosca Fluid uses environment variables for the licensing configuration.
They are set in the configuration file <install-dir>/<os>/SMATfoResources/config/tfluid.cfg to the values in the EstablishedProductsConfig.ini file above.
Global or local defined environment variables have precedence over the configuration file.
| EstablishedProductsConfig.ini |
Env. Variable |
Description |
| LICENSE_SERVER_TYPE |
FED_LICENSE_SERVER_TYPE |
Set the licensing type for Tosca
Supported values are:
- DSLS - Dassault Systemes License Server
- DSFLEX - SIMULIA FlexNet License Server (ABAQUSLM vendor daemon)
|
| DSLS_LICENSE_CONFIG |
FED_DSLS_LICENSE_CONFIG |
For DSLS: Path of the license server configuration file for DSLS (DSLicSrv.txt)
If not set the default location for the license file is used
|
| FLEX_LICENSE_CONFIG |
FED_DSFLEX_LICENSE_CONFIG |
For DSFLEX: Port and Hostname of the used SIMULIA FlexNet license server
FLEX_LICENSE_CONFIG=<port>@<hostname>
|
| ACADEMIC_TYPE |
FED_ACADEMIC |
Activate the usage of educational licenses for SIMULIA Tosca Fluid. Only supports DSLS licenses
ACADEMIC_TYPE=TEACHING
|