Nov 15, 2021
11:44 PM
Hi @fuyili all servers with a given InstanceID share the same public/private key pair. If the InstanceID is different then the key is also different.
... View more
Nov 16, 2020
09:20 AM
Thank you! As an aside, I think you guys should update your example in this section to add an exp in the JWT we generate.
... View more
Jun 27, 2019
06:45 AM
Hi @mwilliams1,
Did you follow the steps from the UserGuide?
Marking a Rights ID as “partial” To mark one or more rights IDs as “partial” in the capability request, provide this basic flow in the code: 1. Define a rights ID options object using the FlcRightsIdOptionsCreate API. 2. Use the FlcRightsIdOptionsSetPartialFulfillment API to include the “partial” flag as an option. 3. For each rights ID that you want to add to the capability request and mark as “partial”, use the FlcCapabilityRequestAddRightsIdWithOptions API.
The guide provides a sample implementation of these steps. I cut and pasted the example code into the out of box capabilityrequest example provided in the toolkit. Results were the following:
.\capabilityrequest.exe -server https://flex1107-uat.compliance.flexnetoperations.com/deviceservices INFO: licensing environment established INFO: number of features loaded from trusted storage: 0 INFO: generated capability request INFO: talked to https://flex1107-uat.compliance.flexnetoperations.com/deviceservices - sent request and received response INFO: processed capability response INFO: machine type PHYSICAL INFO: no vendor dictionary in capability response INFO: number of status items in the response: 1 INFO: status - category: public, code: 76 (The activation ID copies requested were only partially fulfilled), details: ACTID-TEST-001 INFO: number of features loaded from capability response: 1 INFO: acquired license INFO: deleted licensing environment
I requested 100 with a quantity of 8 available. If I use the View example to view Trusted Storage I have a qty of 8 of feature survey:
INFO: licensing environment established INFO: ============================================== INFO: Features found in trusted storage:
INFO: 1: survey 1.0 permanent 8 HOSTID=ID_STRING=JBPARTFILLTEST VENDOR_STRING="MyFriendlyName1:ACTID-TEST-001" ISSUER="Flexera" ISSUED=27-jun-2019 NOTICE="Example_Account " START=28-aug-2018 INFO: Valid for acquisition INFO: ============================================== INFO: Features found in trials storage:
INFO: ============================================== INFO: Features found in short-code storage:
INFO: ==============================================
I will attach my capabilityrequest.c example (file is named capabilityrequest.txt, please rename). If you should need further assistance I would recommend submitting a ticket.
... View more
Latest posts by mwilliams1
Subject | Views | Posted |
---|---|---|
2792 | Nov 16, 2020 09:22 AM | |
782 | Nov 16, 2020 09:20 AM | |
855 | Nov 11, 2020 03:37 PM | |
3868 | Jun 26, 2019 04:02 PM | |
3869 | Jun 26, 2019 04:01 PM | |
3949 | Jun 17, 2019 09:46 AM | |
3955 | Jun 17, 2019 09:33 AM | |
3976 | Jun 14, 2019 03:44 PM |
Activity Feed
- Posted Re: Cloud monetization API (CMAPI) - How to Request User License using /access_request API on FlexNet Operations Knowledge Base. Nov 16, 2020 09:22 AM
- Posted Re: decrypting signed_access_request response on FlexNet Operations Forum. Nov 16, 2020 09:20 AM
- Posted decrypting signed_access_request response on FlexNet Operations Forum. Nov 11, 2020 03:37 PM
- Posted Re: Request Entire Quantity on FlexNet Embedded Forum. Jun 26, 2019 04:02 PM
- Posted Re: Request Entire Quantity on FlexNet Embedded Forum. Jun 26, 2019 04:01 PM
- Posted Re: Request Entire Quantity on FlexNet Embedded Forum. Jun 17, 2019 09:46 AM
- Posted Re: Request Entire Quantity on FlexNet Embedded Forum. Jun 17, 2019 09:33 AM
- Posted Request Entire Quantity on FlexNet Embedded Forum. Jun 14, 2019 03:44 PM