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 Publisher
- :
- FlexNet Publisher Forum
- :
- Re: FlexNet Publisher and Aircards
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
‎Jul 21, 2011
09:55 AM
FlexNet Publisher and Aircards
Are there any known issues with FlexNet Publisher (prior to 11.9) and aircards (USB modem provided by Verizon, the device is a Pantech UM175)?
We are experience an application lockup when an aircard is connected to the system and it is attempting to validate an application license. The lockup does not occur with FlexNet Publisher 11.9+.
We suspect there is a problem with querying the MAC address of the aircard in early versions of FlexNet Publisher...
We are experience an application lockup when an aircard is connected to the system and it is attempting to validate an application license. The lockup does not occur with FlexNet Publisher 11.9+.
We suspect there is a problem with querying the MAC address of the aircard in early versions of FlexNet Publisher...
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 27, 2011
03:45 PM
lc_new_job(0, NULL, &(m_pFlexNetState->m_code), &(m_pFlexNetState->m_job));
int hostid_list[] = {HOSTID_DISK_SERIAL_NUM, HOSTID_ETHER};
int num_ids = 2;
lc_init_simple_composite(job, hostid_list, num_ids); //fails here in 11.7 but not in 11.9.1
int hostid_list[] = {HOSTID_DISK_SERIAL_NUM, HOSTID_ETHER};
int num_ids = 2;
lc_init_simple_composite(job, hostid_list, num_ids); //fails here in 11.7 but not in 11.9.1
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 28, 2011
11:31 AM
I was told this issue is related to a resolved issue made in FlexNet Publisher 11.9. I was directed to the release notes for 11.9. Here is the exert:
VPN Issue with lmhostid and lc_checkout
A FlexEnabled license client hangs while doing a checkout under the following conditions:
1. The client is running on Windows Vista or Windows 7
2. The client is built with FlexNet Publisher IPv4 toolkit
3. The client machine has at least one virtual Ethernet adapter such as PPP (typically installed by 3G
card or VPN)
This issue arose when the virtual adapter did not contain a valid MAC address; it has been resolved by
skipping over such Ethernet adapters during the hostid processing. (IOC-000083713 and IOA-
000048608)
VPN Issue with lmhostid and lc_checkout
A FlexEnabled license client hangs while doing a checkout under the following conditions:
1. The client is running on Windows Vista or Windows 7
2. The client is built with FlexNet Publisher IPv4 toolkit
3. The client machine has at least one virtual Ethernet adapter such as PPP (typically installed by 3G
card or VPN)
This issue arose when the virtual adapter did not contain a valid MAC address; it has been resolved by
skipping over such Ethernet adapters during the hostid processing. (IOC-000083713 and IOA-
000048608)
