This website uses cookies. By browsing this website, you consent to the use of cookies. Learn more.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
- Flexera Software Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- OPTION FILE - MAX command not working?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Bfiocco
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 26, 2019
03:35 AM
OPTION FILE - MAX command not working?
Community, I have the following licenses as per my License file: INCREMENT parallel slbsls 2019.07 31-jul-2019 128 ISSUED=16-jan-2019 INCREMENT parallel slbsls 2019.06 30-jun-2019 64 ISSUED=20-feb-2019 INCREMENT parallel slbsls 2019.06 30-jun-2019 64 ISSUED=20-feb-2019 INCREMENT parallel slbsls 2019.09 13-sep-2019 64 ISSUED=12-mar-2019 And I need to limit the usage via the MAX command on the OPTIONS FILE We use : MAX 70 parallel:VERSION=v2019.06 USER BREP01 MAX 70 parallel:VERSION=v2019.07 USER BREP01 MAX 30 parallel:VERSION=v2019.09 USER BREP01 however, the user is still able to get as many licenses as he wants any ideas? is the sintax correct? thanks
1 Reply

Flexera
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jul 03, 2019
02:02 AM
Re: OPTION FILE - MAX command not working?
Syntax is incorrect in options, don't use "v" in VERSION (VERSION=v2019.06)
Try this
MAX 70 parallel:VERSION=2019.06 USER BREP01
MAX 70 parallel:VERSION=2019.07 USER BREP01
MAX 30 parallel:VERSION=2019.09 USER BREP01
It will work.
Thanks