Set up floating license server
In order to set up floating license server follow this guide.
Related Articles
Enabling extended logging for floating license server
The floating license server can produce a log file that details activity such as client connections or disconnections, license checkout/checkin, and other server activity. Extended logging can be enabled as follows: Find the "LOG_FORMAT = NORMAL" ...
Floating license: "Could not activate the license" error in CAD Exchanger Lab after its update
This error often means that server and client versions mismatch. If that's the case, lmx-serv.log or LM-X server window will say FAIL: New client version is newer than the license server version. Please update license server to a more recent version. ...
Can the license server be installed on a client computer also running CAD Exchanger Lab?
Yes, the license server can be deployed on a client computer, but in this case please make sure this computer is being in the same network with the other computers that will use your license.
Logging
Logging can be enabled as follows: Open the command prompt or the CAD Exchanger Batch. Go to the CAD Exchanger installation directory (e.g. cd C:/Program Files/CAD Exchanger/bin/). Note: when the CAD Exchanger Batch is used (not the Windows command ...
How to assign UUID
UUIDs are set to scene graph elements using SetUuid() method. Uuid() method can be used to get UUID. CreateRandom() method can set random UUIDs. AssignUuids() method assigns UUIDs to multiple elements in the scene graph. If you're looking for ...