This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- interaction between dup_group flag of lc_checkout and DUP_GROUP line in license file.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 22, 2014
12:12 PM
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?
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?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 22, 2014
02:28 PM
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."
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."
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 22, 2014
02:41 PM
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.