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
- :
- Uncounted licenses with a node-locked server
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
Aug 02, 2023
12:28 PM
Uncounted licenses with a node-locked server
I want to issue a license to a user that lets him run exactly one server on a given machine, but that server will then serve unlimited licenses, to run on any other machines that can see the server. I tried using
SERVER <name> <hostid>
VENDOR mydemon <path> PORT=1234
FEATURE FOO mydemon uncounted hostid=any <date> etc.
but this allows the server to run anywhere so this license is unsafe!
Putting 99999 (or something) instead of 'uncounted' seems like an unsatisfactory solution - we sold the customer unlimited licenses, not 99999.
Can anyone help?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 03, 2023
02:02 AM
Hi @MatthewHall58 Can you go with the following license file
SERVER <name> <hostid>
VENDOR demo
USE_SERVER
#a counted license
FEATURE f1 demo 1.0 permanent 1 DUP_GROUP=SITE SIGN="0063 4EC8 6902 \
6806 69AD 1CE5 497F 6800 A42E 1869 A9BA 7D46 D241 4BE2 6A13"
where permanent= no expiry of this feature line license or set expiry date
1= number of license max the user can checkout at once.
Can you test this and let me know if this helps?
Best Regards,