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 Upon a successful installation, only the administrator account is available and required for you to apply a Magic Collaboration Studio license for the first time. The license selection page will also open if your license expires.

The license selection page prompts you to specify the address of the FlexNet license server installation where you store your license(s). If you do not specify any port, 1101 will be the default port. If you enter a wrong address, an error message will open for you to report the problem.

.

Note

Prerequisites:

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

Important information:

  • Magic Collaboration Studio will automatically apply the selected license whenever it starts. If the license does not exist in the license server anymore, the server will go into a limited mode, allowing only a user with the Server Administrator role to log in.
  • After applying a the license, Magic Collaboration Studio permanently consumes one user connection.


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


  1. In Open Magic Collaboration Studio in a web browser using this address format: https://<machine ip>, go to http(s)://<domain_name>:<port>/webapp to open the authentication page.
  2. Sign in to Magic Collaboration Studio using the administrator Administrator account credentials (the default credentials are Administrator/Administrator)
  3. Click Open the Settings application to open it.
  4. From In the left-side menu select the Server license page. There you will find the License information table.
  5. Enter the IP address of the FlexNet server (if it is on the same instance, use 127.0.0.1), and click SHOW LICENSESIn the License server field of the License Information card enter the license server address and click the Show Licenses button.
  6. Select the applicable license you want to apply , and click the Confirm button.Image Removed


After applying the license,

in the 

the License information

 table, you will see

card displays the license

which

that is used.

Note

If your license server only has a single license edition for Magic Collaboration Studio, it will be automatically applied.

Warning

If your Magic Collaboration Studio is using a multi-node Cassandra cluster, you must have a Business Pro or Enterprise license. Magic Collaboration Studio will deactivate if it detects a multi-node cluster with either a Standard or Business license.

Whenever a Magic Collaboration Studio node connects to the FLEXnet License Server and retrieves (leases) a license, the number of available licenses will decrease. If all available licenses from the server are leased, the node will not be able to launch and you will need to reactivate once a license becomes available.

If your FLEXnet License Server is down, the server capacity shall be set to zero. All currently active users can continue working but they cannot sign in again once they log out as no user can sign into the server at that time. A user with Configure Server permission (Server Administrator role) can sign into the Teamwork Cloud Admin to select a new license server.

You can see information about your current license on the Server license page of Teamwork Cloud Admin. The information includes the license edition and expiration date, the license version. See section Changing a Magic Collaboration Studio license to change or update your license. 

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



...