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 Forum
- :
- Re: FlxLicensesingClient.Core.dll . Deactivation online
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 23, 2022
08:10 AM
FlxLicensesingClient.Core.dll . Deactivation online
I am using FlxLicensesingClient.Core.ddl V. 2022.2.0 for .NET C# APP.
I use TrustedStorageLocation.
I activate online Activation Id using in following workflow :
- CreateCapabilityRequest
- CommFactory.Create(licenseServerUrl).SendBinaryMessage
- ProcessCapabilityResponse
After activation I can read the license features and evaluate the data
1. Is it possible to read (using the SDK API) which Activation ID'S have I activated on my PC?
2. During deactivation, same workflow as activation only count is 0 (zero),
I sporadically get an error:
"A service system error was encountered: Response is out of order with previous responses.
[1.7E6.2.0[7000001D.0.450325]]"
If I call the deactivation function immediately after the error, then it works.
What could it be.
- Tags:
- .NET SDK
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 05, 2022
09:49 AM
Hi @PeterKlonowski ,
With respect to your first question, you can specify that FlexNet Operations insert the line item activation ID into the generated license (capability response) using what is called a substitution variable into one of the the available license model attributes such as Notice or Serial Number. You will then have access to the Activation ID(s) in the trusted storage license on the client which is very helpful for deactivation. The substitution variable for Activation ID is {EntitlementLineItem.activationId}. You can search for "Substitution Variable" using the online help for further information.
Best regards,
Jim
