With 2020R2 revision of MIP SDK, the Concurrent Client License has been discontinued; please can anyone tell me if it has been replaced by another type or how to manage the plugins that need that type of license?
Many Thanks,
Frediano
With 2020R2 revision of MIP SDK, the Concurrent Client License has been discontinued; please can anyone tell me if it has been replaced by another type or how to manage the plugins that need that type of license?
Many Thanks,
Frediano
Unfortunately, there is no replacements, but you can implement something similar.
If you have a Smart Client plugin using message communication and sending a message to an Event Server plugin at startup and another at close, then effectively the Event Server can in that way count the concurrent use.
For the license registration of the number of allowed concurrent users you can use the Counter in the LicenseInformation
You might find some inspiration in Server Connection License Sample -
Rie,
thanks for your answer.
My plugin is just a Smart Client plugin and if I try to register LicenseItem as in Server Connect License Sample I got an exception “Only supported in ServerSetup mode”. I’ve tried, just for test purpose, with Management Client and the call works fine. So, there is a way to register LicenseItem in SC envirnoment?
Another question: I have assigned such plugin to a couple of SLC and, for this reason, I can’t neither modify nor remove it; how I can update my plugin?
Many thanks,
Frediano
Rie,
again thank for your support, I found a workaround to avoid using _myLicense.RegisterConfiguredLicenseItem(lItem) that works fine.
Can you please provide me information about the other question?
Many thanks,
Frediano
You can not modify, delete your plugin. You will need to register new one.
No, there is no ways to delete your plugin.