|
|
Autodesk License Management
27 Oct, 2010 By: Robert GreenCAD Manager's Toolbox: This tip can help you manage license servers across multiple offices.
Reader Andrea Andreetti of DuctiSoft provided a great tip for managing multiple Autodesk license servers in various offices.
Find this key in the Windows registry:
"HKEY_LOCAL_MACHINE\SOFTWARE\FLEXlm License Manager\ADSKFLEX_LICENSE_FILE"
You can now enter your FLEXlm port number using this format:
"Port number @ IP address" of the server where the FLEXlm is installed. (example 1234@123.456.789.0)
But you can also put in several numbers for your branch offices such as:
1234@152.178.239.8 is your office in Halifax
1234@132.145.123.12 is your office in Ottawa
1234@122.187.122.5 is your office in Montreal
Which would look like this entered into the registry key:
1234@152.178.239.8; 1234@132.145.123.12; 1234@122.187.122.5
The second server will take over if there are no more licenses available on the first one.
If you're familiar with AutoLISP, you can use the following code to achieve the same result:
(setq cadlic (vl-registry-read "HKEY_LOCAL_MACHINE\\SOFTWARE\\FLEXlm License Manager" "ADSKFLEX_LICENSE_FILE"))
(if (/= cadlic (setq iplic "1234@152.178.239.8;1234@132.145.123.12;1234@122.187.122.5"))
(vl-registry-write "HKEY_LOCAL_MACHINE\\SOFTWARE\\FLEXlm License Manager" "ADSKFLEX_LICENSE_FILE" iplic))
Got a question or tip for the CAD Manager's Newsletter, like Andrea did? Send it to me at rgreen@cad-manager.com. If I use your contribution in the newsletter, you'll receive a cool Cadalyst prize!

|
|
AutoCAD Tips!
Autodesk Technical Evangelist Lynn Allen guides you through a different AutoCAD feature in every edition of her popular "Circles and Lines" tutorial series. For even more AutoCAD how-to, check out Lynn's quick tips in the Cadalyst Video Gallery. Subscribe to Cadalyst's Tips & Tricks Tuesdays free e-newsletter and we'll notify you every time a new video tip is available. All exclusively from Cadalyst! |
![]() | Feed
AutoCAD WS is now AutoCAD 360 24 May, 2013 |
![]() | Feed
Load ‘Em Up! Stackers, Conveyors, and Advanced Assembly 23 May, 2013 |
![]() | Feed
Excel Hyperlinks & Document Management Tricks 22 May, 2013 |
![]() | Feed
Can spatial aptitude tests help predict your success as an engineer? 24 May, 2013 |
|








