cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
m_radulovic
Level 3

Return all entitlements from Local License server to FNO

Jump to solution

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

0 Kudos
(2) Solutions
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

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

View solution in original post

0 Kudos

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

View solution in original post

(3) Replies
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

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

0 Kudos

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

0 Kudos

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