Quantcast
Channel: Gemalto Sentinel Customer Discussions
Viewing all articles
Browse latest Browse all 1619

Re : Error HASP_SCOPE_RESULTS_EMPTY

$
0
0
Hi Yosef,

Please share the XML's are used in Scope and Format for GetInfo API. You can try with below inputs and check if it works-

Scope:
<?xml version="1.0" encoding="UTF-8" ?>
<haspscope>
<license_manager hostname="localhost" />
</haspscope>

Format:
<haspformat format="host_fingerprint"/>


So the corresponding C code should look as follows-
  1. const char* scope =
  2. "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"
  3. "<haspscope>"
  4. " <license_manager hostname=\"localhost\" />"
  5. "</haspscope>";

  6. const char* format =
  7. "<haspformat format=\"host_fingerprint\"/>";


Regards,
Ashish

Viewing all articles
Browse latest Browse all 1619

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>