- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- Return all entitlements from Local License server to FNO
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Hi there,
Is is possible to tell Local License Server (flexnetls.jar), via REST request, to return all license features to FNO? Basically, un-map all entitlements mapped to it on FNO.
Many thanks,
Milisav
Hi Milisav,
If you know all of the activation IDs for the mapped line items (which can be saved in the license model attributes) you can then request a quantity of "0" for each activation ID using the activation_request endpoint to return the licenses back to FNO. Alternatively you can unmap all licenses to the server in the Producer or Customer Portals and then do a sync between the server and FNO.
Thanks,
Jim
Hi Milisav,
An easy way to do this is to use the {EntitlementLineItem.activationId} substitution variable in any one of the 4 license model attributes (Issuer, Serial Number, Vendor String or Notice). The Activation ID will then be available when you view the license features on the server.
Thx,
Jim
Hi Milisav,
If you know all of the activation IDs for the mapped line items (which can be saved in the license model attributes) you can then request a quantity of "0" for each activation ID using the activation_request endpoint to return the licenses back to FNO. Alternatively you can unmap all licenses to the server in the Producer or Customer Portals and then do a sync between the server and FNO.
Thanks,
Jim
Hi Jim,
I knew about these two options (Web Portals, unmap, followed by capability request or activation request with ID and copies). Our problem is that we are not storing activation IDs in license model attributes. We'll explore that option.
Thanks,
Milisav
Hi Milisav,
An easy way to do this is to use the {EntitlementLineItem.activationId} substitution variable in any one of the 4 license model attributes (Issuer, Serial Number, Vendor String or Notice). The Activation ID will then be available when you view the license features on the server.
Thx,
Jim