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 Knowledge Base
- :
- ICMP dependency with FNP
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
ICMP dependency with FNP
ICMP dependency with FNP
FNP toolkit has dependency on The Internet Control Message Protocol only for license finder box in Windows platform. If license finder box is not part of the solution then the the pop up can be disabled by setting attribute LM_A_PROMPT_FOR_FILE to 0 .
Example:
lc_set_attr(lc_job, LM_A_PROMPT_FOR_FILE, (LM_A_VAL_TYPE) 0);
Be default LM_A_PROMPT_FOR_FILE is set to false. When True, the user is prompted for the license file path or server name or IP address, if needed. Also turned off when FLEXLM_BATCH is set.
No ratings