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
- :
- LicenseServer.getFeatureDetails doesn't return INCREMENT lines
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
Jul 17, 2024
09:43 AM
LicenseServer.getFeatureDetails doesn't return INCREMENT lines
Hello
We use the java client library to integrate FlexNet Publisher into our application.
We want to obtain the available feature and increment lines. To do that, we first get all the feature names via licenseServer.getFeatureList. Then for each feature name, we call licenseServer.getFeatureDetails(featureName). However it doesn't return increment lines from the license file.
The protected getUnauthFeatureDetails method returns the INCREMENT lines but I assume we shouldn't use that.
Is there another API to do that?
Thanks
(0) Replies