Introduction
Sigasi Studio’s license key management system is based on the well known FlexNet (a.k.a. FlexLM) license manager. Sigasi Studio supports both node-locked and floating license keys. The Sigasi Studio edition is controlled by the license key.
Node locked licenses
If you have a node-locked license, you can enter your license key directly in Sigasi Studio.
- Open the Sigasi Studio License Key preference page: Window > Preferences > Sigasi > License Key
- Click Edit License File
- paste your key in the dialog
An example node-locked license looks like this. Note that the first line starts with INCREMENT
INCREMENT com.sigasi.hdt sigasi 2.0 18-nov-2012 uncounted \
VENDOR_STRING="company:www.example.com;mac:10f2dd92c5ac;name:John \
Doe;type:trial" HOSTID=ANY ISSUER=Sigasi ISSUED=21-Oct-2012 \
START=21-Oct-2012 SIGN="0CCC 87EA 9BB6 256E 7D81 E49D B2A6 \
E53D 1CA5 41D4 63DF 8671 5695 EF82 0E30 1028 732D DED3 0999 \
FD11 8B97 42B0 7CF2 F51F 20A0 DA6E 7F54 9D64 FF29 49AB"
Floating licenses
If you have a floating license key, you need to configure both a license server and Sigasi Studio.
An example floating license looks like this. Note that the first line starts with SERVER
or DAEMON
:
DAEMON sigasi port=27001
SERVER your_server_name1 BD41FCF5DE27 27000
INCREMENT com.sigasi.hdt sigasi 2.0 18-nov-2012 4 \
VENDOR_STRING="company:www.example.com;mac:10f2dd92c5ac;name:John \
Doe;type:trial" HOSTID=ANY ISSUER=Sigasi ISSUED=21-Oct-2012 \
START=21-Oct-2012 SIGN="0960 9728 7193 4DA5 15C2 3652 21E1 \
EF82 1060 8FC1 9EA6 0C43 4842 C50B 684F E4DA 8EEF 37E9 5384 \
8DF4 106C 52B4 EECE 0A69 CBAC 0CF2 47E2 00F2 A244 E22F"
Configuring Floating license in Sigasi Studio (FlexNet Client)
In order to use a floating license, Sigasi Studio needs to know how to contact the server. The license server can be configured in Sigasi Studio or using an environment variable.
Configure the license server in Sigasi Studio
In Sigasi Studio, navigate to the License Key preference page via:
Window > Preferences > Sigasi > License Key.
Next enter <portnumber>@<servername>
in the License key path. For example:
27000@myserver.example.com
If you have redundant license servers, enter each of the license servers separated using “,”. It is recommended to specify the primary server first in the list. For example:
27000@myserver1.example.com,27000@myserver2.example.com,27000@myserver3.example.com
If you have multiple, non-redundant license servers, the servers should be separated using “:” on Linux and using “;” on Windows.
If you leave the License key path empty, Sigasi Studio will try to use an environment variable to find the license server.
Configure the license server in an environment variable
You can also set your license server via an environment variable instead of configuring it in Sigasi Studio.
Both SIGASI_LM_LICENSE_FILE
and LM_LICENSE_FILE
are supported.
When SIGASI_LM_LICENSE_FILE
is set, LM_LICENSE_FILE
is ignored.
Note that if you want to use an environment variable, you can not enter a path in the License Key preference page. The value on the License Key preference page has priority over environment variables.
Linux Example:
export SIGASI_LM_LICENSE_FILE=27000@myserver.example.com
For redundant license servers, the servers should be separated using “,”. It is recommended to specify the primary server first in the list. Example:
export SIGASI_LM_LICENSE_FILE="27000@myserver1.example.com,27000@myserver2.example.com,27000@myserver3.example.com"
License server setup
Download the FlexNet daemons
The version of the FlexNet daemons must be equal or higher than the FlexLM version of Sigasi Studio. The required version can be found in Sigasi Studio: Window > Preferences > Sigasi > License Key and look for the FLEXLM_VERSION
line.
FlexNet version 11.16.4.0
- Linux 64 bit
- Windows 64 bit (Windows 7 or newer)
FlexNet version 11.13.1.2
- Linux:
- Windows (Windows 7 or newer):
- Solaris (on SPARC) [Deprecated. The last supported Sigasi Studio version is 3.6]:
Customize License Server settings
By default, Sigasi license files use ports 27000
and 27001
on your license server.
If these ports are already in use on the server, you can change the port numbers in the license file.
-
The port of the Sigasi daemon is set on the
DAEMON
line. For example:DAEMON sigasi port=27001
, forces the Sigasi daemon to use port 27001. -
The port of the FlexNet daemon is set on the
SERVER
line For example:SERVER your_server_name1 BD41FCF5DE27 27000
, forces FlexNet to use port 27000. This is the port clients need to use to check out a license.
You can change the port numbers and your_server_name1 without breaking the signature. If you have a firewall, remember to open these ports for access.
Starting the FlexNet and Sigasi daemon on Linux
the easiest way to start the Sigasi FlexNet daemon is like this (on Linux)
#!/bin/sh
echo "Starting the Sigasi floating license server"
LOCATION=/home/flex/flexnet-sigasi
$LOCATION/lmgrd -c $LOCATION/sigasi.lic -l $LOCATION/debug.log
Starting the FlexNet and Sigasi daemon on Windows
-
Download the Sigasi daemon (see above)
-
Create a folder to hold the license manager software, in this example we will use
D:\Sigasi\license
. -
Unpack the zip file into the license folder (
D:\Sigasi\license
) -
Run the license configuration tool
lmtools.exe
as administrator. -
Save the license file supplied for Sigasi Studio to the license folder
-
Using a text editor, edit the license file and replace
your_server_name1
with the name of the machine you are using, for example: From:SERVER your_server_name1 74e50bb0911e
To:SERVER Maple 74e50bb0911e
Note: If you are not sure of the name of the machine you are using click on the System Settings tab of lmtools, where it is shown, see below:
-
Click on the Config Services tab and fill in the following, use the browse button when available:
- Service Name: Sigasi License Manager
- Path to lmgrd.exe:
D:\sigasi\license\lmgrd.exe
- Path to license file:
D:\sigasi\license\sigasi.lic
- Path to the debug log file:
D:\sigasi\license\debug.log
Note: You will probably need to type the “Path to the debug log file”, in full as the file will not exist so you cannot browse to it.
- Ensure both the following check boxes are checked:
- Use Services
- Start Server at Power Up
- Now click the Save Service button, and click yes on the confirmation dialog.
- Switch to the Start/Stop/Reread tab and start the server.
The license server should now be configured correctly, and looks a bit like this one

Floating License options
Release a floating license
You can release a floating license (check a license in) without closing your Sigasi Studio application or Eclipse application. This is useful if you use Eclipse to edit other files than VHDL files, like C or Tcl.
First, make sure that all VHDL and Verilog files are closed and all VHDL and Verilog projects are closed. Next select Help > Sigasi > Floating license > Release Sigasi Floating Licenses
To get the license back (to check the license out), open the license dialog Help > Sigasi > Configure License… and press Apply.
How to block Sigasi Studio from checking out a license?
If you have configured an environment variable with the location of a FlexNet license server, you can instruct Sigasi Studio not to check out a license by setting the Sigasi Studio License key to none
.
Checking out and releasing the XPRT license
If you have a license for Sigasi Studio XPRT
, this is actually licensed as a com.sigasi.hdt.xl
FlexNet feature
combined with a com.sigasi.hdt.xl.doc
FlexNet feature.
The XL license is checked out as described above.
The XPRT license is checked out automatically in the following cases:
- When you open the Block Diagram view
- When you open the State Machine view
- When you open the Class Hierarchy view
- When you open the VUnit view
- When you export documentation
- When you click Help > Sigasi > Floating License > Check out Sigasi Studio XPRT license
The XPRT license can be released via: Help > Sigasi > Floating license > Release Sigasi Studio XPRT Floating Licenses.
Troubleshooting
If your license key does not work, the first things to check are:
- Which version of the Sigasi license daemon are you using?
Note: The Sigasi 2 daemon needs to be updated to run Sigasi 3. Otherwise you will see anLicense is not valid (Internal Flexlm Error)
error message in the Sigasi Studio preference page. - Is the MAC address correct?
- Since Sigasi Studio 4.3, on Linux Sigasi Studio uses the
ip
command to list MAC addresses instead of the now deprecatedifconfig
command. If you’re using a version of Sigasi Studio older than 4.3 on Linux, you might need to install additional packages to obtain theifconfig
command.- On Arch, Debian or Ubuntu Linux, the “net-tools” package is needed.
- On (Open)Suse the “net-tools-deprecated” package is needed.
- Has the license expired?
- Did you copy the license string exactly as it was sent to you?
- Did you accidentally try to use a License Token as a license key?
- A License Token is a 24 character string. You can use your license token to Activate Your License Key.
- A License Key (or license file) looks like this:
INCREMENT com.sigasi.hdt sigasi 2.0 18-nov-2012 uncounted \
VENDOR_STRING="company:www.example.com;mac:10f2dd92c5ac;name:John \
Doe;type:trial" HOSTID=ANY ISSUER=Sigasi ISSUED=21-Oct-2012 \
START=21-Oct-2012 SIGN="0CCC 87EA 9BB6 256E 7D81 E49D B2A6 \
E53D 1CA5 41D4 63DF 8671 5695 EF82 0E30 1028 732D DED3 0999 \
FD11 8B97 42B0 7CF2 F51F 20A0 DA6E 7F54 9D64 FF29 49AB"
Floating licenses
If your floating license server does not function properly, try the following steps:
-
Start the FlexLM daemon with the
-z
option to see what is going wrong -
You can check that the FlexNet daemon is running as expected by following these steps:
- Download the daemon zip file on the client machine
- Run
lmutil[.exe] lmdiag -c "<port>@<server>" -n
- If the server is running correctly, you should see a description of the valid FlexNet features served by you license server.
-
Make sure the server name in the license key file is correct.
-
Make sure both the Sigasi and FlexNet daemon are the same version (i.e. from the same zip-file from the Sigasi download server). If you need to mix versions, the FlexNet daemon version should be equal to or higher than the Sigasi daemon version.
-
Firewall problems:
- make sure that the port for the Sigasi FlexLM license daemon is open
- you can force the port for the Sigasi license daemon by adding USE_SERVER and DAEMON sigasi port=
to your license key
-
On Linux you might have to install lsb to avoid
No such file or directory
errors when starting lmgrd or other flexlm tools:sudo apt-get install lsb-core
zypper in lsb
yum install lsb
yum install redhat-lsb.i686
If the installation of
lsb-core
fails (e.g. on Debian Linux 10), try this workaround (as root):cd /lib64 ln -s ld-linux-x86-64.so.2 ld-lsb-x86-64.so.3
-
The
lmgrd
license manager needs to have write access to the/usr/tmp/
path. If your system doesn’t have a directory/usr/tmp
, you can make a link to/tmp
(as root) :ln -s /tmp /usr/tmp
-
You can not have spaces in the daemon path.
-
Some users reported that specifying an arbitrary absolute path for the Sigasi daemon on Windows (e.g.
DAEMON sigasi C:\\sigasi.exe port=27021
) does not work. It only works if the Sigasi daemon is in theC:\Sigasi
folder. Other users have reported that you are not allowed to have the directory name being the same as the daemon name. For example:c:\flexlm\sigasi\sigasi.exe
is invalid, butc:\flexlm\vhdl_editor\sigasi.exe
works fine. -
Make sure the environment variable is correct:
SIGASI_LM_LICENSE_FILE=<port number>@<servername>
-
Verify that your server meets the License Server System Requirements.
If you try to run the daemon on an unsupported version of Windows, you will typically see this error message:CreateProcess error code: 0xc1 File= sigasi.exe
. -
You can easily check the status of your license via the License Key preference page : Preferences > Sigasi > License Key. At the bottom of this preference page you can see the type and expiration date of your license.
-
If you are accessing your license server through an SSH tunnel, try using
127.0.0.1
instead oflocalhost
. -
Sigasi Studio pre-emptively tries to check out certain license features. As a result, you might see warning message like this in your server log. These messages can be safely ignored.
9:14:47 (sigasi) UNSUPPORTED: "com.sigasi.hdt.custom" (PORT_AT_HOST_PLUS ) testuser@testmachine (License server system does not support this feature. (-18,327:10054 ""))
9:14:47 (sigasi) UNSUPPORTED: "com.sigasi.hdt.preview" (PORT_AT_HOST_PLUS ) testuser@testmachine (License server system does not support this feature. (-18,327:10054 ""))
If the steps above do not help, feel free to send us an email and send us a screenshot of the license dialog with the error message.
Typical error messages
Check the content of the Sigasi License preference page via : Window > Preferences and Sigasi > License Key
No license
- Is a valid license key path configured (or are valid environment variables used)?
- Is the user trying to use a Sigasi Studio 3 license in Sigasi 2.x?
Invalid license key (inconsistent authentication code)
- Did you correct the server name to the actual server name in the (floating) license key file?
Internal Flexlm Error
- Check version number of FlexNet daemon, it is probably outdated. If not, check the daemon log on the license server
Invalid Message Received From License Server
- Check the daemon log on the license server
Updating DACL Failed: “Service has been created but failed to update the DACL settings of FlexNet Licensing Service. It will give problem for accessing TS features. Check whether FlexNet Licensing Service is correctly installed or not and delete and create this service again.”
- There seems to be a bug in
lmtools.exe
version 11 on some systems. You can work around this issue by configuring the (latest) Sigasi daemon with an older version of lmtools (Download here).
(lmgrd) license manager: can’t initialize:No SERVER lines in license file.
(lmgrd) License Path: “C:\FlexLM\sigasi\license.dat”
(lmgrd) FlexNet Licensing error:-13,66
- If you see this error message. Double check you license file contains line with
USE_SERVER
.