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_USER_RECONNECT was wrongly triggerd if call lc_vsend after lc_checkout
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
LM_A_USER_RECONNECT was wrongly triggerd if call lc_vsend after lc_checkout
LM_A_USER_RECONNECT was wrongly triggerd if call lc_vsend after lc_checkout
Summary
LM_A_USER_RECONNECT was wrongly triggerd if call lc_vsend after lc_checkout which checks out license from client side TS (not occur in v11.9, reproduced in v11.12)Question
LM_A_USER_RECONNECT was wrongly triggerd if call lc_vsend after lc_checkout which checks out license from client side TS (not occur in v11.9, reproduced in v11.12)Answer
This can be worked around by utilizing lc_from_server to judge if a license is from license server or client.Add the logic to only call lc_vsend when the license is from license server.
No ratings