QT example doesn't process this license correctly
Hi,
Great product! I'm evaluating your solution and came to this point where your demo server returns this license response (minor product version was not set correctly) when activated via included QT example lib:
<?xml version="1.0" encoding="utf-8"?> <QuickLicenseManager><error></error> <errorCode>205</errorCode> <status>2</status> </QuickLicenseManager>
Your QT example (QlmQtLib/qlmlicense.cpp) treats 2 as a valid status, which it is I guess, but then there's no code in the lib I think to handle the errorCode and so the activation function in QlmLicense (activateLicense) succeeds...
Do you need more details? How would you suggest to handle this correctly?
-
Hi Mark
I'm not able to reproduce this issue by sending the wrong minor version.
With the following URL:
http://localhost:55555/QlmService.asmx/ValidateLicenseHttp?is_productid=2&is_majorversion=1&is_minorversion=9&is_avkey=ANGF0-Z0D01-AYA6Z-T89H5-2618XU
The response I get is:
<QuickLicenseManager>
<error/>
<errorCode>205</errorCode>
<status>514</status>
</QuickLicenseManager>
Could you please give me more details about how to reproduce this?
Regards
John
Please sign in to leave a comment.
Comments
2 comments