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
- :
- LM_A_CHECKOUT_DATA not showing in log
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
LM_A_CHECKOUT_DATA not showing in log
LM_A_CHECKOUT_DATA not showing in log
Summary
Has there been any changes between FNP 11.9 and 11.13 in terms of attribute LM_A_CHECKOUT_DATA?Question
With FlexNet Publisher (FNP) 11.9, the lc_set_attr() attribute LM_A_CHECKOUT_DATA data would show up in the vendor log. With current versions of FNP, that doesn't appear to be the case.For example, the following is a snippet from an FNP 11.13 vendor log file.
10:15:24 (demo) OUT: "demoONE" user@MYCOMPUTER (5 licenses)
10:15:24 (demo) Acquired 5 licenses for Group demoONE (Users View)
10:16:03 (demo) OUT: "demoONE" user@MYCOMPUTER (2 licenses)
10:16:03 (demo) Acquired 2 licenses for Group demoONE (Users Users Product)
10:16:04 (demo) IN: "demoONE" user@MYCOMPUTER (2 licenses)
10:16:42 (demo) IN: "demoONE" user@MYCOMPUTER (5 licenses)
Whereas the following is a similar snipped from an FNP 11.9 vendor log file.
10:27:36 (demo) OUT: "demoONE" user@MYCOMPUTER [demoONE:USERS_VIEW] (5 licenses)
10:27:36 (demo) Acquired 5 licenses for Group demoONE (Users View)
10:28:00 (demo) OUT: "demoONE" user@MYCOMPUTER [demoONE:Other_Product] (2 licenses)
10:28:00 (demo) Acquired 2 licenses for Group demoONE (Users Users Product)
10:28:01 (demo) IN: "demoONE" user@MYCOMPUTER [demoONE:Other_Product] (2 licenses)
10:28:11 (demo) IN: "demoONE" user@MYCOMPUTER [demoONE:USERS_VIEW] (5 licenses)
In FNP 11.9, the [GROUP:FEATURE] info is listed in the line with the OUT/IN start. Is this configurable?
Answer
You just need to configure this with your build. Please check the customization attribute ls_show_vendor_def.Here's a debug log snippet from a configured FNP 11.14.1 vendor daemon:
10:24:34 (demo) OUT: "f1" user@MYCOMPUTER [CKOUT-DATA-1] (2 licenses)
10:24:34 (demo) OUT: "f1" user@MYCOMPUTER [CKOUT-DATA-2] (2 licenses)
No ratings