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

Prerequisites:

  • You need to have the FlexNet license server with the Magic Collaboration Studio license.
  • The Administrator account is required when applying the license for the first time. Subsequent license updates can be performed by any user who has the Server Administrator role.

Important information:

  • 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

You need to have DSLS (Dassault Systèmes License Server).

If you use DSLS, configure the Magic Collaboration Studio license in the application.conf file as described below.


To apply the Magic Collaboration Studio license using DSLS


  1. Open for editing the <installthe <install_root>/MagicCollaborationStudio/TeamworkCloud/configuration/application.conf file.
  2. Specify the following set of properties in thecore section of the file:

    Code Block
    dsls {
    	enabled = true
    	address = "license-server-address:4085"
    	mode = "CUSTOM"
    	edition = "MC5"		// possible values: "MCS", "MC5", "MCSEDU"
        connection-packs = 2
    		}

    OR add and specify the following set of properties at the end of the file:

    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"	    // possible values: "MCS", "MC5", "MCSEDU"
    esi.server.core.dsls.connection-packs=2

    where:

    • 4085 is the default port.
    • The valid values of the mode property are:
      • CUSTOM - This means that the address provided in the address property is used to connect to the licensing server.
      • ORGANIZATION_DEFINED - In this case, you do not need to specify the address property since it is already defined in the DSLicSrv.txt file by the organization. The API will check out licenses from servers defined in that file. You can find the file in C:\ProgramData\DassaultSystemes\Licenses on Windows or /var/DassaultSystemes/Licenses on Linux and Mac.
    • The valid value of the edition property is the product trigram used to check out licenses in DSLS. To find the trigram of your product, refer to Product trigrams.
      Note
      titleMCS Academic license

      If you are using an MCS Academic license, you should set the following:

      • edition = "MCSEDU"

      • the connection-packs property does not need to be specified.



Content block
id1717655851

Related pages



...