Mar 02, 2021
02:22 PM
Hi, Thanks for clearing that up. ButWhen I go to that MYORG account and look at the list of users, I see two problems. 1. I do not see a user entry listed for myself on that page. Not even if I try to go to the next page.. How then, am I even able to log on to the production server in the first place? Don't I need to be entered here in MYORG first? I ask this because I want to be able to grant another member of my company access to the server so I figured this would be the place to add them. 2. At the bottom of the page it there is the label"Page 1 of" next to a button that has the text "??". The "??" part is -- I assume -- supposed to be a count of pages. Why does it say "??"
... View more
Mar 02, 2021
12:36 PM
I'm creating license entitlements for my own company. During my FNO orientation, the Flexera rep told me that its a good idea that all entitlements be associated with an account, even our own. So I need an account. This is my first time using our new FNO server. Looking at the account list, I see one customer account called "PORTAL_ORG_UNIT" and one producer account called "MYORG". The "MYORG" account seems like a natural, but it is full of names of people with Flexera email addresses. "Sherril Robbins", "Andrew Kline", "Joe McMillan" What is this account? Why are Flexera people listed on it. Am I supposed to use it for my own company? Or should I create another one. And if I create one for my company should it be a producer account? Customer account? Something else?
... View more
Mar 02, 2021
11:54 AM
Great thanks!
... View more
Feb 28, 2021
11:11 PM
We're selling a product with 2 levels. "Base", and "Pro". "Base" is the basic application functionality and always comes with a permanent license. "Pro" is meant to be a superset of Base with additional features. The complication is that we want the additional features of "Pro" to be on a subscription model. Clients are using FlexNet Embedded. If a customer buys the full package, we'd like to give them just one activation code but I cannot figure out how to set this up in FNO. It seems that the only way I can one activation code is to have just one product line-item in the order. But I cannot see a way to make a single product use a permanent license model for some of a product's features and subscription model for another set Is there a way to do this that I'm missing?
... View more
Dec 14, 2020
08:13 AM
Wow. That was it. I just needed to be patient. You were right about it taking a long time. Like, Go-get-a-cup-of-coffee long time for just one model. But it works and it's not like I'll be doing it much. Thank you.
... View more
Dec 10, 2020
04:24 PM
Ah great, thanks for the info. Is there, by any chance, some sort of thread or issue-report that I might follow/subscribe to in order to be notified of changes in the status? Or is the investigation purely an internal thing?
... View more
Dec 10, 2020
10:57 AM
I'm an FNO newbie attempting to set up our production FNO server so that other people in my company may use it. I have noticed that the Package Products - License Models page lists models for both FlexNet Publisher (FNP) as well as FlexNet Embedded (FNE). But we only use FNE. We have no intention of ever using FNP. So I want to remove all of the models that have to do with FNP from the page completely so that nobody else will ever even mistakenly choose them. Unfortunately I cannot figure out how to do this. I select all the FNP models (i.e. all the models for which "Is this an embedded license model" is set to "no") and then choose "Delete". It asks me to confirm I want to delete those models and I say "yes" Then nothing happens. The models remain all there. They're all in "Draft" state, if that matters How do I get rid of them? Is it possible?
... View more
Nov 16, 2020
01:28 PM
The Request History page on my FNO Portal (i.e. Administer >> Request History ) takes literally more than 3 minute before the first page of records shows up. And there are currently only 103 records in the database. It's been like this for a while (although I think when I had fewer records it was as "fast" as maybe a minute.) Is there any way I can speed this up? This is on my UAT server. Is that what's making it slow? Is it faster on the production server?
... View more
Nov 13, 2020
03:55 PM
Hi Jim, Thank you for the detailed answer. I appreciate it. I should clarify, I totally am on board with the need for a confirmation request. I just wanted to make sure that what I was doing was the correct way to confirm (or rather the "most correct" way) and not some accidental backdoor approach that worked incidentally. I guess I'm used to each thing have it's own dedicated function so I figured there would be a specific code or type for confirmation requests.
... View more
Nov 13, 2020
11:00 AM
I had my test client send a capability request to my FNO server to DEactivate a license on a machine. It returned success but refreshing my FNO server showed the license was still activated on the server By dumb luck I found the running my test program again and sending a duplicate of the original deactivation request made the server acknowledge the update Later on I realized that the original request response was setting the "confirmation request needed" flag. In other words, calling the function FlcCapabilityResponseGetConfirmationRequestNeeded() returned true. (They do like their long function names don't they? :-)) So now, whenever I see that flag set in a response, I just immediately send a duplicate of the original capability request as my "confirmation request" Is this the correct course of action? Or is there some sort of special "Send Confirmation Request" API or flag I should be using instead?
... View more
Nov 06, 2020
04:16 PM
Oh man am I simple! I'll try that, thanks
... View more
Nov 06, 2020
02:28 PM
I've gone through the FlexNet Embedded sample program "CapabilityRequest" for using an activation id to activate a license on my client machine. I've got my own client activating a license with an activation id and capability request sent to my FlexNet Operations server, just like in that sample. But I cannot seem to locate an example of how to do the opposite: To connect back to the same server and deactivate the license on my machine/remove it from trusted storage. Is this possible? And if it is, what functions should I be looking at? I tried doing the same thing as a normal capability request but setting the operation to "undo" instead of "request" like below but that did not appear to work FlcCapabilityRequestSetOperation(m_licRef, m_ref, FLC_CAPABILITY_REQUEST_OPERATION_UNDO, m_err) I've also gone through the "FlexNet Embedded Client 2020 R3 C SDK User Guide" and I cannot find anything on this. Only discussions about how to activate, not deactivate.
... View more
Sep 29, 2020
11:48 AM
We've been using FlexNet Embedded for a while. We been downloading the "XT-C" version of it. Something like this flexnet_client-xt-c-x64_windows-2020.07.0 And the APIs we call all start with the prefix "Flc". But recently inadvertently downloaded the non-XT client. Something like this: flexnet_client-x64_windows-2020.07.0 I thought it was the same thing. It seems to have the same samples and all that but the APIs all start with the prefix "Flx" What is the difference between the two. Why use one of the other?
... View more
Aug 27, 2020
12:50 PM
Hi, So the .NET SDK is a separate product from the C SDK?
... View more
Aug 21, 2020
11:48 AM
The FNE downloadable documentation in my Product and License Center describes something called a “.NET XT SDK” I've actually attached the document to this post FlexNet Embedded Client 2020 R3 .NET XT API Reference Guide FlexNet Embedded Client 2020 R3 .NET XT SDK User Guide But when I look through all the FNE binary downloads available to me, I cannot seem to locate any sort of .NET assembly that exposes this API. I see the following binary downloads: - FlexNet Embedded C XT for Windows x86-64 - FlexNet Embedded for WIndows x86-64 Where exactly is this SDK with the .NET wrapper? Is it a separate product?
... View more
- « Previous
- Next »
Latest posts by jmoleary
Subject | Views | Posted |
---|---|---|
105 | Jan 23, 2023 02:19 PM | |
200 | Jan 10, 2023 01:52 PM | |
199 | Dec 08, 2022 07:00 AM | |
231 | Dec 07, 2022 03:10 PM | |
165 | Nov 29, 2022 10:06 AM | |
218 | Oct 26, 2022 10:28 AM | |
245 | Oct 24, 2022 06:36 PM | |
271 | Aug 16, 2022 01:22 PM | |
343 | Aug 11, 2022 12:32 PM | |
359 | Aug 10, 2022 02:45 PM |
Activity Feed
- Got a Kudo for Re: How may I find records of activations using a particular activation ID?. Jan 23, 2023 10:22 PM
- Posted Re: How may I find records of activations using a particular activation ID? on FlexNet Operations Forum. Jan 23, 2023 02:19 PM
- Posted How may I find records of activations using a particular activation ID? on FlexNet Operations Forum. Jan 10, 2023 01:52 PM
- Posted Re: Can Product Upgrade Job emails be re-sent? on FlexNet Operations Forum. Dec 08, 2022 07:00 AM
- Posted Can Product Upgrade Job emails be re-sent? on FlexNet Operations Forum. Dec 07, 2022 03:10 PM
- Posted Unable to log on to UAT Server on FlexNet Operations Forum. Nov 29, 2022 10:06 AM
- Posted Re: How do I set the timeout period for offline activation request responses? on FlexNet Operations Forum. Oct 26, 2022 10:28 AM
- Posted How do I set the timeout period for offline activation request responses? on FlexNet Operations Forum. Oct 24, 2022 06:36 PM
- Posted How does the Version of a product affect its licensing? on FlexNet Operations Forum. Aug 16, 2022 01:22 PM
- Posted Re: What does it mean to "Allow Upsells" on a Maintenance? on FlexNet Operations Forum. Aug 11, 2022 12:32 PM
- Posted What does it mean to "Allow Upsells" on a Maintenance? on FlexNet Operations Forum. Aug 10, 2022 02:45 PM
- Posted Trouble understanding FNO Maintenances on FlexNet Operations Forum. Jul 28, 2022 08:17 AM
- Posted Re: Device records do not match # of Activations on FlexNet Operations Forum. Nov 05, 2021 01:04 PM
- Posted Device records do not match # of Activations on FlexNet Operations Forum. Nov 05, 2021 12:35 PM
- Posted "Returning a device is an irreversible action". What does that mean? on FlexNet Operations Forum. May 19, 2021 09:11 AM
- Posted Re: How can I search my request history for a specific activation ID? on FlexNet Operations Forum. May 12, 2021 04:48 PM
- Posted Re: How can I search my request history for a specific activation ID? on FlexNet Operations Forum. May 12, 2021 04:47 PM
- Posted Re: How can I search my request history for a specific activation ID? on FlexNet Operations Forum. May 12, 2021 12:45 PM
- Posted How to support a rental model in FNO. on FlexNet Operations Forum. May 11, 2021 01:59 PM
- Posted Re: Should I leave partner customer as UNKNOWN_ORG_UNIT or create an end user account now? on FlexNet Operations Forum. May 11, 2021 09:52 AM