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 Embedded
- :
- FlexNet Embedded Knowledge Base
- :
- Activation ID from TS for returning licenses
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Activation ID from TS for returning licenses
Activation ID from TS for returning licenses
Question
How to get the activation ID from TS or by other means such that user of producer's software does not need to provide the activation id when they wish to return the license?Answer
1. If you include the activation ID in the license model with the Vendor String defined as {EntitlementLineItem.activationId} then your product user will have the Activation ID(s) in Trusted Storage. If the activation ID is part of the vendor string then the client application will have access to it PROGRAMATICALLY as it can be obtained via FNE API. You would need to explicitly code this but in the end, the user NEED NOT enter the Activation ID.Please refer to the attached file (ActivationID_in_TS) for a brief example and how this would work.
2. ManageDeviceService web service has a getDevicesQuery that can take the device ID or alias as the query parameter, and addOnActivationId can be configured to be returned in the response. But this web service is governed by some license restrictions.
No ratings
Comments
May 17, 2023
05:28 AM
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
May 17, 2023
05:28 AM
Where is the attachment ActivationID_in_TS
Jun 05, 2023
03:44 AM
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
Jun 05, 2023
03:44 AM
Hi @sanatupadhyay ,
Attachment is missing in the KB. But please have a look of substitution variable here "https://docs.revenera.com/fno_CURRENT/producer/Content/helplibrary/opsSubstVars.htm?Highlight=variable".
Once the License model is created using the desired vendor string, you can associate it to product and then create an entitlement using the same product. Then after you can map the entitlement to device and generate the license. Now this license will have the vendor string information which you need.
I hope this helps.