cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TobiaszJason
Level 6

Mutliple License Checkout From Same Machine

I have a counted feature. Is there any way to make it so that any instance of the licensed application (regardless of the machine) is counted against the server license?
Labels (1)
0 Kudos
(1) Reply
raffie
Level 6

I think you want to unset the DUP_GROUP attribute, or set it to something different. Removing it causes every process to consume a new key. Setting it to something like DUP_GROUP=H will cause all processes on one machine to consume one key, and each different machine will also consume one key.

-Eric
0 Kudos