Nov 23, 2022
11:48 PM
Hi,
I do understand the response.
My concern is about the following scenario.
1. client requested a license, and the server granted it.
2. Later at some point client requested additional licenses, and the server granted them (but while granting it, it prints SERVER-OUT and released the licenses it acquired in step 1)
The client assumes it has all the licenses (even though it has not), Will the heartbeat try to reacquire the lost licenses?
... View more
Nov 08, 2022
09:32 AM
Hi @lathropr we have 11.19.2 is the latest FNP Product, check your account Entitlements to upgrade or raise a support case so that we can point the right account manager or sales team to reach you.
Best Regards,
... View more
Oct 25, 2022
07:42 PM
Thank you for the quick response. I will try again by referring to the document.
... View more
Oct 22, 2022
06:46 AM
I might suggest making sure your disk is defragmented and perhaps monitor what's running in the background - you may have some undesired or unnecessary background services and tasks that slowly build up calendar 2023 printable over time and can slow things down quite a bit.
... View more
Oct 20, 2022
09:43 AM
With our IT team we have restore a backup of this file and now it works as previously.
This issue is solved, thanks for your quick answers.
... View more
Oct 19, 2022
04:10 AM
The FlexNet Publisher licensing service should always be run from the installation directory . For example: If the installation is available at the following directory: <path>/demo/2020.06/linux64/bin/install_fnp.sh Then, you must run this installer from the 'bin' parent folder. For instance, when you run it from /opt/demo folder (as '/demo/2020.06/linux64/bin/install_fnp.sh --cert') you get the below error : ERROR: Unable to locate anchor service to install, please specify correctly on command line
... View more
Oct 13, 2022
04:26 AM
Hi @jyadav , This worked. Compilation completed successfully. Thanks!
... View more
Oct 13, 2022
01:44 AM
Both the below Error relate to unavailability of reading the data from descriptor
Cannot read data from license server system. The license server system appears to be running, but is not responding. If this persists, notify the System Administrator. (The license server manager (lmgrd) and vendor daemon processes should be terminated and restarted.)
Feature: Demofeature
Hostname: SERVER
License path: 70000@SERVER ;
FlexNet Licensing error:-16,287
Cannot read data from license server system. The license server system appears to be running, but is not responding. If this persists, notify the System Administrator.(The license server manager (lmgrd) and vendor daemon processes should be terminated and restarted.)
Feature: Demofeature
License path: 70000@SERVER ;
FlexNet Licensing error:-16,10009.
Error -16,287 represents that functionality is timed out while waiting for the descriptor to be ready for read.
Error -16,10009 represents that descriptor was ready for read but while performing read the error is thrown.
... View more
Labels:
Oct 06, 2022
04:16 AM
After reconnection attempts fails, the client tries to exit the application. The default behavior in Windows will be Pop-up dialog box with update about the error. The application will exit once the dialog box is closed. In case, you want to change the exit behavior, you can write your own callback under the attribute:
( void ) lc_set_attr ( lm_job , LM_A_USER_EXITCALL_EX , ( LM_A_VAL_TYPE ) quit ) ;
The callback can be written as
static int quit ( LM_HANDLE * lm_job , char * feat , void * itr )
{
printf ( "LM_A_USER_EXITCALL_EX is called for %s \n" , feat ) ; exit ( 0 ) ;
}
... View more
Labels:
Sep 30, 2022
08:01 AM
Thank you. I think both developer and I got derailed by that pdf not opening in browsers or other PDF apps cause it's using adobe 'advanced' features. Managed to split it apart with Okular and now have the relevant files. Appreciate the pointer back to this!
... View more
Sep 28, 2022
09:17 AM
1 Kudo
Hi, I was able to get thet DLL in the lmadmin64 package. Thanks !
... View more
Sep 28, 2022
05:52 AM
Issue
If the server is running and the system goes into hibernate mode automatically , when the system is brought back up the server might throw the below error
16:13:06 (DEMO) Wrong hostid on SERVER line for license file:
16:13:06 (DEMO)) C:\Program Files\FLEXlm\licenses\DEMO).lic
16:13:06 (DEMO)) SERVER line says 0290837ec0211, hostid is "6c6914b445e9 c8763fbe7b98 6ce14b446e9 6c7814b446e8 3c971ab940fa"
16:13:06 (DEMO)) Invalid hostid on SERVER line
This causes the license server to shut down. The problem seems to be caused by a delay in the waking of the network card that the license server is tied to. In this instance if the license server is restarted manually a few moments later then it works.
Solution
You can use the ls_daemon_periodic callback in lsvendor.c. This callback is called approximately once every minute, including shortly after the VD wakes up from hibernate. We have tested this by disabling the network adapter, waiting a few seconds, then re-enabling it. Sample lsvendor.c pseudocode follows:
static void user_periodic_func(); void (*ls_daemon_periodic)() = user_periodic_func; static void user_periodic_func() { char host_value[buffer] = ""; const int num_tries = 3; unsigned attempts = 0; lc_hostid(lm_job, HOSTID_ETHER, host_value); while (string_contains(host_value, "ffffffff") && attempts < num_tries) { /* some message to stdout here, if you want to see attempts in the VD debug log */ sleep (2000); attempts++; lc_hostid(lm_job, HOSTID_ETHER, host_value); } }
... View more
Sep 23, 2022
03:31 AM
Okay great thank you very much!
... View more
Sep 21, 2022
04:29 AM
I think you should contact support to get it handled in time
... View more
Latest posts by jyadav
Subject | Views | Posted |
---|---|---|
32 | Feb 02, 2023 12:24 AM | |
33 | Jan 31, 2023 03:22 AM | |
65 | Jan 26, 2023 05:21 AM | |
77 | Jan 24, 2023 04:12 AM | |
82 | Jan 24, 2023 02:54 AM | |
116 | Jan 24, 2023 01:48 AM | |
123 | Jan 23, 2023 07:01 AM | |
134 | Jan 23, 2023 02:29 AM | |
93 | Jan 15, 2023 03:47 AM | |
139 | Jan 09, 2023 04:46 AM |
Activity Feed
- Posted Error LNK2001: unresolved external symbol "struct _iobuf * __cdecl lm_flex_stdin(void)" (?lm_flex_stdin@@YAPEAU_iobuf@@XZ) on FlexNet Publisher Knowledge Base. Feb 02, 2023 12:24 AM
- Posted Re: Crash with 11.19.2 on FlexNet Publisher Forum. Jan 31, 2023 03:22 AM
- Posted Re: Support for License key validation on Flex application on FlexNet Publisher Forum. Jan 26, 2023 05:21 AM
- Got a Kudo for Re: Multiple versions for same Feature name in single license file. Jan 24, 2023 12:03 PM
- Got a Kudo for Re: Need help choosing and buying a product. Jan 24, 2023 05:33 AM
- Posted Re: Need help choosing and buying a product on FlexNet Publisher Forum. Jan 24, 2023 04:12 AM
- Posted Re: Need help choosing and buying a product on FlexNet Publisher Forum. Jan 24, 2023 02:54 AM
- Posted Re: Multiple versions for same Feature name in single license file on FlexNet Publisher Forum. Jan 24, 2023 01:48 AM
- Posted Re: Multiple versions for same Feature name in single license file on FlexNet Publisher Forum. Jan 23, 2023 07:01 AM
- Posted Re: Multiple versions for same Feature name in single license file on FlexNet Publisher Forum. Jan 23, 2023 02:29 AM
- Posted Re: Receiving "Error LNK2001: unresolved external symbol "struct _iobuf * __cdecl lm_flex_stdin(void)" (?lm_flex_stdin@@YAPEAU_iobuf@@XZ) on FlexNet Publisher Forum. Jan 15, 2023 03:47 AM
- Posted Re: Need help choosing and buying a product on FlexNet Publisher Forum. Jan 09, 2023 04:46 AM
- Posted Re: How to purchace a licence for FlexNet Publisher ? on FlexNet Publisher Forum. Jan 09, 2023 04:45 AM
- Posted VM_UUID Detection Mechanism in Azure on FlexNet Publisher Knowledge Base. Dec 22, 2022 04:56 AM
- Posted lmhostid Output Change / Mac Address Extraction on FlexNet Publisher Knowledge Base. Dec 16, 2022 05:16 AM
- Posted 32-bit FNP kit and lmadmin Support on FlexNet Publisher Knowledge Base. Dec 15, 2022 01:15 AM
- Posted Re: Multiple licenses hosting on same License server on FlexNet Publisher Forum. Dec 09, 2022 01:42 AM
- Posted Re: Multiple licenses hosting on same License server on FlexNet Publisher Forum. Dec 08, 2022 11:58 PM
- Posted Re: Switching from 32 to 64 Bit on FlexNet Publisher Forum. Dec 02, 2022 08:13 AM
- Posted DUP_DISPLAY explained for Windows and Linux on FlexNet Publisher Knowledge Base. Dec 02, 2022 01:48 AM