QlmFloatingLicenseMgr.GetFloatingLicenseLocation

Follow

Comments

1 comment

  • Avatar
    Ross Higman

    This article states the function's parameters as (string webServiceUrl, string activationKey, out string location, out string message). However, on the version of the DLL I'm using, the parameters are just (string webServiceUrl, out string location, out string message) - i.e. activationKey is missing.

    I think this means that under the covers, the call is looking in the registry/user files for a stored activationKey, and if it doesn't find one, the call will fail. This means it can't be run on a floating 'node' (as opposed to floating 'master'), as 'nodes' shouldn't have any keys stored in their registry/user files.

    0
    Comment actions Permalink

Article is closed for comments.