Re : Running linuxenv with LDK 7.10
Re : Running linuxenv with LDK 7.10
Re : Error H0084
Re : Running linuxenv with LDK 7.10
Re : Error H0084
File was not accepted by any of Envelope Engines.
Re : File was not accepted by any of Envelope Engines.
about hasp_read
now i'm able to call has_login(feature,vendor_code,handle)
and handle number generate automaticly while call it
and i take handle number to call hasp_read but always get reult 9 that mean hasp invaild handle
All this in first session call but after first session stablish
And call second session by the same way
It is return 0 and working and can read key memory correct
so need help please
many thanks
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 |
