MATLAB: Two network licenses in a same server, how to select client to catch one or another license

concurrent licenseslicenseMATLABNetwork

hello,
we have two network licenses in a server with Flexnet. How can we select clients for one or another license?
If the license file (network.lic) in client is whith "USE_SERVER" the server offers the license that he want, but if in the license file in client is with "INCREMENT….. LICENSE=XXXXX……" the license is the correct.
But, we dont want to put the "INCREMENT…." for security reasons.
it is posible to do otherwise ?

Best Answer

hello, finally i found the solution.
the mistake is in the mlm.opt file
in all of your questions/answers, the selection of license is MATLAB:asset_info=xxxx . but, in our flexnet (ver.11.11) the selection of license must be MATLAB:key=xxxxxx
this is the functionaly mlm.opt file:
GROUP MATLAB_users tu yo el
GROUP MATLAB_CLASS_users pepe juan alberto
EXCLUDE MATLAB:key=xxxxxxxxxxxxxxx GROUP MATLAB_users
EXCLUDE SIMULINK:key=xxxxxxxxxxxxxxxxx GROUP MATLAB_users
INCLUDE MATLAB:key=xxxxxxxxxxxxxxxxx GROUP MATLAB_CLASS_users
INCLUDE SIMULINK:key=xxxxxxxxxxxxxxxxxx GROUP MATLAB_CLASS_users
INCLUDE MATLAB:key=yyyyyyyyyyyyyyyy GROUP MATLAB_users
INCLUDE SIMULINK:key=yyyyyyyyyyyyyyyy GROUP MATLAB_users
thanks.