Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content layer
id1717655853


Content column
id1717655855


Content block
id1717655854

Using the FlexNet license server

After installing the product, you need to log in to the Administrator account and apply the Magic Collaboration Studio license.

Note
  • The Administrator account is required only when applying the license for the first time. Subsequent license updates can be performed by any user who has the Server Administrator role.
  • Magic Collaboration Studio will automatically apply the selected license whenever it starts. If the license does not exist in the license server, the server will go into a limited mode, allowing only a user with the Server Administrator role to log in.
  • After applying the license, Magic Collaboration Studio permanently consumes one user connection.


To apply the Magic Collaboration Studio license using the FlexNet license server


  1. In a web browser, go to http(s)://<domain_name>:<port>/webapp to open the authentication page.
  2. Sign in using the Administrator account credentials. 
  3. Open the Settings application.
  4. In the left-side menu select the Server license.
  5. In the License server field of the License Information card enter the license server address and click the Show Licenses button.
  6. Select the license you want to apply and click the Confirm button.


After applying the license, the License information card displays the license that is used. If you want to update the license, see Changing a Magic Collaboration Studio license.


Using DSLS

Note

To install DSLS (Dassault Systèmes License Server), please see DSLS installation and licensing.

Currently, you cannot configure Teamwork Cloud DSLS license using the user interface of Teamwork Cloud Admin. Instead, configure Teamwork Cloud DSLS license using the application.conf file in your Teamwork Cloud installation directory.

To apply a Teamwork Cloud license using DSLS


  1. Open the application.conf file at <install_root>/TeamworkCloud/configuration/application.conf
  2. Set the following properties in the core section:

    Code Block
    dsls {
    	enabled = true
    	address = "license-server-address:4085"
    	mode = "CUSTOM"
    	edition = "M6S"
    	connection-packs = 2
    		}

    OR

    Code Block
    esi.server.core.dsls.enabled=true
    esi.server.core.dsls.address="license-server-address:4085"
    esi.server.core.dsls.mode="CUSTOM"
    esi.server.core.dsls.edition="MC5"
    esi.server.core.dsls.connection-packs=2

    where:

    • 4085 is the default port.
    • mode can have two values:
      • CUSTOM: the address provided in address line is used to connect to the licensing server;
      • ORGANIZATION_DEFINED: you do not need to set the address as it is already defined in the DSLicSrv.txt file by the organization. The API will know to checkout licenses from servers defined in that file:
        • On Windows: C:\ProgramData\DassaultSystemes\Licenses
        • On Linux and Mac: /var/DassaultSystemes/Licenses
    • edition: with DSLS, product licenses are checked out using trigrams instead of the full product name. See Product trigrams for the specific trigrams denoting each product.




Content block
id1717655851

Related pages



...