You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We support both types of licensing (node/floating) and we want to handle the activation limit error differently depending on the case.
Currently, the client returns the same error (code 58) for both license types.
Furthermore calling the GetLicenseType() raises the Unknown error exception for non-activated licenses
which prevents from obtaining the type.
Is there another way of getting the license type?
The text was updated successfully, but these errors were encountered:
I am not sure we can support it without a breaking change. My suggestion would be to add a prefix/suffix to the floating licenses. This can be automated by updating the "KeyPattern" regex in the license template.
We support both types of licensing (node/floating) and we want to handle the activation limit error differently depending on the case.
Currently, the client returns the same error (code 58) for both license types.
Furthermore calling the
GetLicenseType()
raises theUnknown error
exception for non-activated licenseswhich prevents from obtaining the type.
Is there another way of getting the license type?
The text was updated successfully, but these errors were encountered: