Problem: After combining licenses the license server shows following error
Vendor:Host: servername
License path: 27000@servername;
FLEXnet Licensing error:-97,121
Pieces of the license file seem to work by themselves and in smaller groups, but not all together. Visually, this appeared as though it should work but would not.
The header row of the license file, the MAC address cannot change, but the server name was always a component that could be manually adjusted. However, it is case sensitive.
i.e. If you have multiple header entries and some are written in UPPER CASE and others in lower case, they will conflict and you will get error -97.
If these two headers existed in the same license file the license will fail:
SERVER servername 713AC6AEE3DE
SERVER SERVERNAME 713AC6AEE3DE
i.e. The content of mylicensefile.lic
SERVER SERVERNAME 713AC6AEE3DE
USE_SERVER
VENDOR adskflex port=2080
INCREMENT 51200ACD_2007_0F adskflex 1.000 permanent 1 \
VENDOR_STRING=nfr: permanent BORROW=4320 SUPERSEDE DUP_GROUP=UH \
ISSUED=12-Apr-2007 SN=321-12345678 SIGN="162B CFA **** (truncated)
SERVER servername 713AC6AEE3DE
USE SERVER
VENDOR adskflex port=2080
PACKAGE 85814PDSP_F adskflex 1.000 COMPONENTS="85795PDSP_2012_0F \
85573INVBUN_2011_0F 85607SHOWCASE_2011_0F 85615ALSK_2011_0F \
85580MBXPRO_2011_0F 85545AMECH_PP_2011_0F 85503MAXDES_2011_0F \
85579INVNTOR_2011_0F 70400INVBUN_2010_0F 83900MBXPRO_2010_0F \
71800AMECH_PP_2010_0F 70000MAXDES_2010_0F 85577INVNTOR_2010_0F \
59300INVBUN_2009_0F 59200AMECH_PP_2009_0F 612003DSMAX_2009_0F \
70200MBXPRO_2009_0F" OPTIONS=SUITE SUPERSEDE \
ISSUED=19-Jul-2011 SIGN="00EB ****(truncated)
Solution: Our recommendation is keep the server names only once on the top of the license file. You can remove the first 3 lines from the additional license’s you received from Autodesk,
i.e. Following 3 lines needs to appear only once on top of the file
SERVER SERVERNAME 713AC6AEE3DE
USE_SERVER
VENDOR adskflex port=2080
Note: For Redundant License you will have 3 SERVER entries with 3 server name, so total of 5 lines
If you really have to keep those 3 lines, please make sure the “server name” has matching case in each instance
SERVER SERVERNAME 713AC6AEE3DE
SERVER SERVERNAME 713AC6AEE3DE
Thanks to David Dembkoski for this tip.