Sep 02, 2021
01:45 PM
Hi, As per Flexera docs, the feature selector supports UTF-8, but on using Comma, Semicolon, Colon, in the value, it is treated as a new key-value pair. Is there a list of characters which lists the permissible special-characters Best Regards, Tanushree Chauhan
... View more
Aug 31, 2021
07:51 AM
Hi, There is a requirement to go for batch acquire/release, so does Flexera provide an API to achieve batch acquisition as well as release where we can pass a list of features ? Or do we have to loop through the list of features we want to acquire and add them using AddDesiredFeatures API? Best Regards, Tanushree Chauhan @yasin_damji
... View more
Aug 13, 2021
12:40 AM
Hi, Unlike other values, feature description does not flow neither via /features REST API, nor via SDK APIs. Is it not flown intentionally or is a miss? Also, is there any API which gives the feature Description? Best Regards, Tanushree Chauhan @yasin_damji
... View more
Jul 07, 2021
09:25 AM
Hi, We created a custom attribute in the License Model and populated its value while creating a line item in an entitlement, which was then deployed. Now our requirement is to update the value of the custom attribute. So is any one aware how can we achieve that? Thanks and Regards, Tanushree Chauhan
... View more
Jun 29, 2021
03:01 AM
Hi @jberthold Even though I am requesting the features individually, since it is an incremental request, So if first I go for a feature with no selectors and then next I go for a feature with some selector, what is happening is, the second feature gets acquired, but the count of the first feature gets reduced to 0 and in the error info its mentioned that filter checkout failed for feature1 So is this the expected behavior? Or am I doing something wrong. Thanks and Regards, Tanushree Chauhan
... View more
Jun 28, 2021
12:07 AM
Hi @jberthold , Yes, I am requesting the features individually with incremental flag true. So is it that still I will be getting the error. Thanks and Regards, Tanushree Chauhan
... View more
Jun 23, 2021
04:39 AM
Hi, I have few licenses which have selectors dictionary available and rest do not have. So, when I am trying to acquire a non selector dictionary feature post acquiring a selector dictionary feature or vice versa, then it throws error that "FEATURE_REJECTED_BY_CHECKOUT_FILTER". So is this the expected behavior? Do we need to have the same selector dictionary added for all the features when going for incremental request? Thanks and Regards, Tanushree Chauhan
... View more
- Tags:
- @feature_selector
May 12, 2021
12:37 PM
Hi Jim, Thank you for the correction. Able to get the Successful response. Thanks and Regards, Tanushree Chauhan
... View more
May 12, 2021
08:57 AM
Hi Jim, I tried as per the suggestion and I'm no longer getting the corrupted history error message and also able to view the contents (using the utility). But still the response status which I am getting is "Partial Failure" with <reason>FNOError_9999:Invalid Count</reason> So, is there any document which can help with some error codes related to these services. The request I send is: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:v4.fne.webservices.operations.flexnet.com"> <soapenv:Header/> <soapenv:Body> <urn:generateCapabilityResponseRequest> <!--Zero or more repetitions:--> <urn:device> <urn:deviceIdentifier> <urn:deviceType>CLIENT</urn:deviceType> <urn:deviceId>TanushreePythonBDD</urn:deviceId> <urn:deviceIdType>STRING</urn:deviceIdType> <urn:publisherName>GEDIGIT</urn:publisherName> </urn:deviceIdentifier> <!--Zero or more repetitions:--> <urn:lineItem> <urn:lineItemIdentifier> </urn:lineItemIdentifier> </urn:lineItem> </urn:device> <!--Zero or more repetitions:--> </urn:generateCapabilityResponseRequest> </soapenv:Body> </soapenv:Envelope> And the Response I got: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <generateCapabilityResponseResponse xmlns="urn:v4.fne.webservices.operations.flexnet.com"> <statusInfo> <status>PARTIAL_FAILURE</status> </statusInfo> <failedData> <failedDevice> <deviceIdentifier> <deviceType>CLIENT</deviceType> <deviceId>TanushreePythonBDD</deviceId> <deviceIdType>STRING</deviceIdType> <publisherName>GEDIGIT</publisherName> </deviceIdentifier> <reason>FNOError_9999:Invalid Count</reason> </failedDevice> </failedData> <responseData> <device> <deviceIdentifier> <deviceType>CLIENT</deviceType> <deviceId>TanushreePythonBDD</deviceId> <deviceIdType>STRING</deviceIdType> <publisherName>GEDIGIT</publisherName> </deviceIdentifier> <addonLicense>AAA.....</addonLicense> // removed it to shorten the message <bufferLicense>false</bufferLicense> </device> </responseData> </generateCapabilityResponseResponse> </soapenv:Body> </soapenv:Envelope> Thanks and Regards, Tanushree Chauhan
... View more
May 11, 2021
07:52 AM
Hi Jim, Thank you for your quick response. As per your suggestion, I tried the WebService, but getting partial failure (Attached Request/Response screenshots) Could you please guide. Also, what does generatePrebuiltLicense WebService does? and does it work on addOn Line Items ? Thanks and Regards, Tanushree Chauhan @sunilbond
... View more
May 09, 2021
11:16 PM
Hi Team, Would like to know is there any API to download license response file. Thanks and Regards, Tanushree Chauhan
... View more
Mar 15, 2021
06:01 AM
Hello, Is Private Trusted Storage and Private Data Source the same thing? How can we implement them? Also, are above in-memory storage/source? Or can we actually have a physical location to create these Thanks and Regards, Tanushree Chauhan
... View more
Mar 08, 2021
09:22 AM
Mar 08, 2021
09:19 AM
Hi Team, I have few entitlements, which have already expired in Nov/Dec 2020, but still on FNO-UAT the status comes as License Generated. So, when does a refresh happen and the status changes to expired? or will it stay License Generated forever? (Attached screenshot for reference) Thanks and Regards, Tanushree Chauhan
... View more
Mar 01, 2021
02:10 AM
Hi @jberthold , For an active license server, we are able to see the expired licenses in the FNO-UAT portal (attached screenshot). So, is there any REST/SOAP service or any way by which we can list down theses licenses for a server. Thanks and Regards, Tanushree Chauhan
... View more
Latest posts by Tanushree
Subject | Views | Posted |
---|---|---|
355 | Sep 02, 2021 01:45 PM | |
349 | Aug 31, 2021 07:51 AM | |
566 | Aug 13, 2021 12:40 AM | |
492 | Jul 07, 2021 09:25 AM | |
1250 | Jun 29, 2021 03:01 AM | |
1263 | Jun 28, 2021 12:07 AM | |
1285 | Jun 23, 2021 04:39 AM | |
1957 | May 12, 2021 12:37 PM | |
1965 | May 12, 2021 08:57 AM | |
1980 | May 11, 2021 07:52 AM |
Activity Feed
- Got a Kudo for local license server database backup. Dec 12, 2022 03:14 AM
- Posted Permissible characters in feature selector string on FlexNet Embedded Forum. Sep 02, 2021 01:45 PM
- Posted Batch acquire and release on FlexNet Embedded Forum. Aug 31, 2021 07:51 AM
- Kudoed Re: Feature Description does not flow down from Flexera neither through SDK apis, nor through REST for jberthold. Aug 27, 2021 12:27 AM
- Posted Feature Description does not flow down from Flexera neither through SDK apis, nor through REST on FlexNet Embedded Forum. Aug 13, 2021 12:40 AM
- Posted Update Custom License Attributes for a deployed entitlement on FlexNet Embedded Forum. Jul 07, 2021 09:25 AM
- Kudoed Re: In case of incremental request, how does feature acquisition takes place when we have a mix of features with/without selector dictionary. for jberthold. Jul 07, 2021 08:34 AM
- Posted Re: In case of incremental request, how does feature acquisition takes place when we have a mix of features with/without selector dictionary. on FlexNet Embedded Forum. Jun 29, 2021 03:01 AM
- Posted Re: In case of incremental request, how does feature acquisition takes place when we have a mix of features with/without selector dictionary. on FlexNet Embedded Forum. Jun 28, 2021 12:07 AM
- Posted In case of incremental request, how does feature acquisition takes place when we have a mix of features with/without selector dictionary. on FlexNet Embedded Forum. Jun 23, 2021 04:39 AM
- Tagged In case of incremental request, how does feature acquisition takes place when we have a mix of features with/without selector dictionary. on FlexNet Embedded Forum. Jun 23, 2021 04:39 AM
- Posted Re: Is there any API to download license response file on FlexNet Embedded Forum. May 12, 2021 12:37 PM
- Posted Re: Is there any API to download license response file on FlexNet Embedded Forum. May 12, 2021 08:57 AM
- Posted Re: Is there any API to download license response file on FlexNet Embedded Forum. May 11, 2021 07:52 AM
- Posted Is there any API to download license response file on FlexNet Embedded Forum. May 09, 2021 11:16 PM
- Posted Is Private Trusted Storage and Private Data Source the same thing? How can we implement Private Trusted Storage? on FlexNet Embedded Forum. Mar 15, 2021 06:01 AM
- Kudoed Re: When does the status of a license which has expired changes from 'License Generated' to 'License expired' for jberthold. Mar 09, 2021 12:14 AM
- Posted Re: When does the status of a license which has expired changes from 'License Generated' to 'License expired' on FlexNet Embedded Forum. Mar 08, 2021 09:22 AM
- Posted When does the status of a license which has expired changes from 'License Generated' to 'License expired' on FlexNet Embedded Forum. Mar 08, 2021 09:19 AM
- Kudoed Re: How do I have One activation ID for two products with different license models? for jberthold. Mar 01, 2021 09:41 AM