File was not accepted by any of Envelope Engines.
Re : File was not accepted by any of Envelope Engines.
about hasp_read
Re : about hasp_read
Re : Problem with a Sentinel HL Net Time key (feature with execution count).
It consumes numberToConsume licenses and returns 0.
String haspScope = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?> +
<haspscope> +
<hasp id=\"keyId\" /> +
</haspscope>"
String haspFormat = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?> +
<haspformat root=\"hasp_info\"> +
<feature> +
<attribute name=\"license\" /> +
</feature> +
</haspformat>"
String haspInfo = hasp.getInfo(haspScope, haspFormat, vendorCode);
Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
I understand if the software is considered unsupported, I just need to make the attempt for the business before going back and killing a software used in production across multiple sites at our company
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
@ William11111420410320,
Looking at Old_Server2008r2 screenshot, you have a HASP HL Net USB dongle. The dongle presence is displayed via the "Aladdin Monitor" utility. The "Aladdin Monitor" does interact with the "HASP License Manager" version 8.320 service installed on Windows Server 2008. (C:\Windows\system32\nhsrvice.exe -service)
The HASP Loader service is listening and communicating on port "UDP 475" (reserved IANA port).
"Aladdin Monitor" utility:
https://supportportal.gemalto.com/csm?id=kb_article_view&sysparm_article=KB0012501
"HL DiagnostiX Utility":
https://supportportal.gemalto.com/csm?id=kb_article_view&sysparm_article=KB0012500
"HASP License Manager" v8.320 is currently not available via a Thales download link, do you have the installer at your end ? (lmsetup.exe)
Regards,
Thales Client Services
Re : Uninstall of Sentinel HASP Runtime 6.65.1.48607 failed. "Failed to load library"
Available memory in Sentinel HL Pro to read and write
- HaspFile file = _hasp.GetFile(HaspFileId.ReadWrite))
- int size = 48;
- file.FileSize(ref size);
- MessageBox.Show(size.ToString());
- byte[] buff = new byte[size];
- file.Read(buff, 0, size);
Memory | |
---|---|
Protected Read / Write Memory | 112Bytes |
Read Only Memory (ROM) | 112Bytes |
Backwards Compatibility Memory | 112Bytes |
Additional memory (coming up in Driverless configuration) | 26KB |

Re : Available memory in Sentinel HL Pro to read and write
Sentinel EMS 7.10.1 Javascript error
Re : Sentinel EMS 7.10.1 Javascript error
How to write a query that has expiration date on product?
Re : How to write a query that has expiration date on product?
Different host_fingerprint on the same system.
I have an application in Java that runs on a live operating system (booted from the stick).
Each time I reboot the station the value for "host_fingerprint" for the SL-AdminMode or SL-UserMode keys are different. All tests are run on the same machine.
Through the web service, provided by EMS, we extracted the fingerprint details for 2 activations on that system. Only the value for secure_storage_uid differed in the criteria list.
Why does this happen if it's the same system? Does it matter that I use a live operating system?
Thank you.