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
- :
- Questions about host ID and features
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
Jun 12, 2024
09:51 AM
Questions about host ID and features
Got 3 questions;
1. Is it possible to change the host ID through code?
The host ID is set as capresponseutil -id pubidfile -host host_id -idtype string text_license binary_response
Is it possible to change the string type host ID?
2. If that's not possible, we'd like to add an option that would contain a vendor id, will it be possible to change the vendor ID through code?
What I'm looking to do is to update the license through code. Will this be possible?
3. What is the best way to check for host id mismatch? Right now I'm using the following to check it, is there a better way?
licensing.LicenseManager.GetFeatureCollection()[0].Value[0].ValidStatusForAcquisition()
(0) Replies