Can I get user email addresses from license server checkout/checkin log?
4 views (last 30 days)
Show older comments
Hello,
I would like to find a way to get the email address of users of the MATLAB client software whenever they checkout/checkin a software license. Looking at the current software license log for FlexLM, I only see the system name registered for checkout/checkin events. Can you please tell me if there is a way to also include the user's email address in the log?
Thank you,
-brian
1 Comment
Answers (1)
Andreas Goser
on 5 Jun 2024
I suppose MathWorks Installation support will know whether there is an easy way to do it or one needs to ask the manufacturer of FLEXnet.
Content-wise, I know of two companies that use the username to send information to the end user. One leveraged a good-ol' DOS command, I believe PING. And the other send emails, but their syntax is username@company.com anyway.
In both siutations however the underlying need could be addressed differently. The underlying problem was users leveraging products "too long" than budgeted and IT wanted to inform users about this. Technically, it could be adressed by release upgrades and using Parallel Computing Toolbox. This reduced the computatiion and thus usage time drastically.
What is your underlying need?
1 Comment
Kellen
on 5 Jun 2024
Edited: Kellen
on 5 Jun 2024
My company just wants a way to be able to email someone who has a license checked out. I don't think we want to delve into the underlying causes, but I appreciate you trying to help with that. Not all of our usernames are exactly username@company.com but everyone's mathworks account would be have their company email. So I was wondering if there was an easy way to get that mathworks email from the username.
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!