cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AndrewESI
Level 3

interaction between dup_group flag of lc_checkout and DUP_GROUP line in license file.

Can anyone explain the interaction between dup_group flag of lc_checkout and DUP_GROUP line in license file?
For example, the dup_group flag DUP_NONE might be passed to lc_checkout, yet DUP_GROUP=UHD may be specified in the license file. Which behavior dominates?
Labels (1)
(2) Replies
raffie
Level 6

The use of DUP_GROUP in the license file takes precedence over the lc_checkout call.
This is a quote from the DUP_GROUP section of the "Programming Reference for License File–Based Licensing" documentation:
"If DUP_GROUP= is specified in the license, this parameter overrides the dup_group parameter in the call
to lc_checkout. If not specified in the license, the dup_group parameter from lc_checkout will be used."
0 Kudos
AndrewESI
Level 3

raffie wrote:
The use of DUP_GROUP in the license file takes precedence over the lc_checkout call.
This is a quote from the DUP_GROUP section of the "Programming Reference for License File–Based Licensing" documentation:
"If DUP_GROUP= is specified in the license, this parameter overrides the dup_group parameter in the call
to lc_checkout. If not specified in the license, the dup_group parameter from lc_checkout will be used."


Great, thanks that clears it up.
0 Kudos