Mar 24, 2023
07:54 AM
Hi @kruthim ,
As it turns out this was an issue that has been resolved in the latest server release, 2023.03. I was testing using this version so I was not able to reproduce the error.
Best regards,
Jim
... View more
Mar 24, 2023
07:12 AM
Hi @kruthim ,
I'm wondering if perhaps you have some extra characters in your model definition file. I repeated your test and did not have any issues:
Display current (default) model:
.\flexnetlsadmin.bat -model model "default" { on any() { use "default" accept}}
Display contents of new model definition file:
more .\newmodel.txt model "exampleModel" {
on hostid("ABC") { use "default" accept } on any() { deny } }
Load new model definition on server:
.\flexnetlsadmin.bat -model -load .\newmodel.txt
Display current (updated) model:
.\flexnetlsadmin.bat -model model "exampleModel" {
on hostid("ABC") { use "default" accept } on any() { deny } }
I have attached the new model file to this post.
Thanks,
Jim
... View more
Mar 23, 2023
07:19 AM
1 Kudo
Hi @TrinityTonic ,
My understanding is it does not pose any additional risks compared to the current Java-based server. I'd recommend opening a support ticket on this topic.
Thanks,
Jim
... View more
Mar 23, 2023
06:44 AM
1 Kudo
Hi @TrinityTonic ,
This is legacy code that pre-dates the original C-based fully functional server (referred to as the "Server Application") that was released quite a long time ago that has since been deprecated and replaced by the Java-based server. I'm not sure if it is officially supported and will need input from PM. The client-server identity file is required and my understanding is that it is does not present any additional risks than does the current Java-based server.
Thx,
Jim
... View more
Mar 23, 2023
06:30 AM
Hi @TrinityTonic ,
I'm waiting to hear back from Product Management, I will update this post when further information is available.
Thanks,
Jim
... View more
Mar 17, 2023
06:54 PM
Hi @TrinityTonic ,
FlexNet Embedded does support "multi-source" trusted storage, however it was designed to address having multiple license sources (such as direct activation with FlexNet Operations, and Local or Cloud License Servers). In this scenario Trusted Storage is in a single location however it can be segmented to store the licenses from multiple sources to prevent licenses from source A being overwritten when license are obtained form source B.
I'm not saying what you are asking is not technically possible, however it may require a significant amount of effort to have two distinct license manager objects as the licensing objects, handles, etc. would need to be managed separately from one another. When acquiring licenses locally you'd also have to try first with one set of objects and then repeat with the other. If you still want to pursue this route my recommendation would be to get in touch with your Revenera sales representative to scope out an engagement/proof of concept with our Services organization as this is an atypical use case.
Thanks,
Jim
... View more
Mar 14, 2023
01:15 PM
Hi @TrinityTonic , ** Updated Response **
The JNI code lives inside the Local License Server jar as resources, and is extracted on server startup.
You can’t run on ARM because we don’t have a build of the JNI for that architecture, so the extraction fails and the server stops.
Thx,
Jim
... View more
Mar 14, 2023
11:16 AM
Hi @TrinityTonic ,
The license server is not a pure Java application as a native OS component is required for the extraction of hostids for license binding.
Thanks,
Jim
... View more
Mar 14, 2023
08:17 AM
Hi @TrinityTonic ,
There currently are no roadmap plans to support the local license server on ARM.
Thx,
Jim
... View more
Mar 13, 2023
12:00 PM
Hi @TrinityTonic ,
With the clock windback frequency set to 1 day, the timestamp in the Trusted Storage anchor file will be updated once per day. The number of licenses in Trusted Storage will not have an impact. Note that processing a new capability response into Trusted Storage will also result in a timestamp update.
Best regards,
Jim
... View more
Mar 13, 2023
09:26 AM
1 Kudo
Hi Ralf,
Please submit a support ticket so someone can assist you with getting access to the Product and License Center.
Thanks,
Jim
... View more
Mar 13, 2023
06:43 AM
Hi Ralf,
The latest dongle drivers are available in the FlexNet Publisher SDK or directly from the Product & License Center under FlexNet Licensing / FlexNet Publisher / FlexNet Publisher Licenses & Tools:
The current version of the flexid9 drivers is 8.53. If you are having a technical issue with the driver please submit a support ticket.
Thanks,
Jim
... View more
Mar 10, 2023
09:05 AM
Hi @TrinityTonic
There are further details on clock windback in the Knowledge Base article here:
https://community.flexera.com/t5/FlexNet-Embedded-Knowledge-Base/Clock-Windback-Detection-Implementation-Example/ta-p/994
Thanks, Jim
... View more
Mar 08, 2023
04:48 PM
1 Kudo
Hi @Stefan_Erucsir ,
This is a legacy parameter, there is no concern nor need for action.
Thx,
Jim
... View more
Mar 08, 2023
10:16 AM
2 Kudos
Hi @Stefan_Erucsir ,
One way to verify secure anchoring would be to do the following (you could do this with your code or using the capabilityrequest example provided in the SDKs):
Process a capability response into Trusted Storage
Change the Trusted storage path to a new location
Process the same capability response used in step 1 again
With standard anchoring step 3 will succeed. With secure anchoring enabled step 3 will fail.
Thanks,
Jim
... View more
Latest posts by jberthold
Subject | Views | Posted |
---|---|---|
60 | Mar 24, 2023 07:54 AM | |
62 | Mar 24, 2023 07:12 AM | |
78 | Mar 23, 2023 07:19 AM | |
85 | Mar 23, 2023 06:44 AM | |
88 | Mar 23, 2023 06:30 AM | |
139 | Mar 17, 2023 06:54 PM | |
188 | Mar 14, 2023 01:15 PM | |
200 | Mar 14, 2023 11:16 AM | |
207 | Mar 14, 2023 08:17 AM | |
124 | Mar 13, 2023 12:00 PM |
Activity Feed
- Posted Re: Uploading model definition for FNE Local License server is giving 406 error: HttpMediaTypeNotAcceptableException on FlexNet Embedded Forum. Mar 24, 2023 07:54 AM
- Posted Re: Uploading model definition for FNE Local License server is giving 406 error: HttpMediaTypeNotAcceptableException on FlexNet Embedded Forum. Mar 24, 2023 07:12 AM
- Got a Kudo for Re: C-based (FNE) floating license server. Mar 23, 2023 07:58 AM
- Posted Re: C-based (FNE) floating license server on FlexNet Embedded Forum. Mar 23, 2023 07:19 AM
- Got a Kudo for Re: C-based (FNE) floating license server. Mar 23, 2023 06:46 AM
- Posted Re: C-based (FNE) floating license server on FlexNet Embedded Forum. Mar 23, 2023 06:44 AM
- Posted Re: C-based (FNE) floating license server on FlexNet Embedded Forum. Mar 23, 2023 06:30 AM
- Posted Re: Multiple trusted storage sources (internal, dongle, ...) on FlexNet Embedded Forum. Mar 17, 2023 06:54 PM
- Posted Re: ARM support for local license server on FlexNet Embedded Forum. Mar 14, 2023 01:15 PM
- Posted Re: ARM support for local license server on FlexNet Embedded Forum. Mar 14, 2023 11:16 AM
- Posted Re: ARM support for local license server on FlexNet Embedded Forum. Mar 14, 2023 08:17 AM
- Got a Kudo for Re: Driver for the FlexNet ID Dongle - HL PRO Hardware FlexId-Ala-8626. Mar 13, 2023 11:18 PM
- Posted Re: Best pratice regarding clock wind-back settings on FlexNet Embedded Forum. Mar 13, 2023 12:00 PM
- Posted Re: Driver for the FlexNet ID Dongle - HL PRO Hardware FlexId-Ala-8626 on FlexNet Publisher Forum. Mar 13, 2023 09:26 AM
- Posted Re: Driver for the FlexNet ID Dongle - HL PRO Hardware FlexId-Ala-8626 on FlexNet Publisher Forum. Mar 13, 2023 06:43 AM
- Got a Kudo for Re: How to verify anchoring?. Mar 10, 2023 09:34 AM
- Posted Re: Best pratice regarding clock wind-back settings on FlexNet Embedded Forum. Mar 10, 2023 09:05 AM
- Got a Kudo for Re: How to verify anchoring?. Mar 08, 2023 10:33 PM
- Got a Kudo for Re: Meaning of "trusted" clients. Mar 08, 2023 10:03 PM
- Posted Re: Meaning of "trusted" clients on FlexNet Embedded Forum. Mar 08, 2023 04:48 PM