OS: Linux, Windows
Use the MGLS_LICENSE_SOURCE environment variable to specify the order of the features that licensing considers in license check-out requests.
For example, you can use MGLS_LICENSE_SOURCE to ensure that a particular license is consumed before any other license. Colons (in Linux) and semicolons (in Windows) separate the feature names in the list, and licensing searches through these names from left to right.
The following Linux example specifies for the viewdraw040 license and then the padses_c license to be consumed before any other license.
MGLS_LICENSE_SOURCE=viewdraw040:padses_c:ANYThe following Windows example specifies for the padses_c license to be consumed before any other license.
MGLS_LICENSE_SOURCE=padses_c;ANY