Quantcast
Channel: Gemalto Sentinel Customer Discussions
Viewing all 1061 articles
Browse latest View live

Re : Did you know how to "blink" the HASP HL Key?

$
0
0
Hi David,

Good to know that it is working. Please get back in case of any issues.

Thanks,
Heena

How to format Sentinel Hasp HL key?

$
0
0
Do you have format option for Hasp HL through c#.net code? Due to purchase of our's another  application, need to remove licence of old one.

We want to format sentinel hasp standalone and network HL key through API call.
What is the procedure to do this?
Which api I have to call? Could give a sample code using c#.net?

Re : How to format Sentinel Hasp HL key?

$
0
0
Hi Siva, 

Thanks for raising the concern.

Yes, we can use License generation api provided with sentinel LDK for format function. You may like to check C# license generation library shared in below location in the LDK setup.

C:\Program Files (x86)\Gemalto Sentinel\Sentinel LDK\API\Licgen\DotNet

To perform HL key format, please call below functions in your application code.

step 1 : licGenHelper.sntl_lg_initialize() to initialize LicGen handle.

step 2 : licGenHelper.sntl_lg_start () and pass parameters such as start_param, license_type, vendor_code, current_state and license_template.

For example :

string start_param = null;

sntl_lg_license_type_t license_type = sntl_lg_license_type_t.SNTL_LG_LICENSE_TYPE_FORMAT_AND_UPDATE;

string vendor_code = /*Vendor code string*/;

string definition = null;

string current_state; /* fill the buffer with data from TestIt.c2v. */

status = licGenHelper.sntl_lg_start(start_param, vendor_code, license_type, definition, current_state);

if (sntl_lg_status_t.SNTL_LG_STATUS_OK != status)

{

/*handle error*/

}


Step 3 :  licGenHelper.sntl_lg_generate_license () and save the license status as V2C file.

Step 4 :  licGenHelper.sntl_lg_cleanup() to remove the handle created in step 1.

Please be suggested to use 'Sentinel Toolbox' to test the API execution flow. 

You may set the prefered language as C# under "Files" > "Settings" > "Toolbox" to show implementation in code snippets.

Please try the same and let me know if you have any further doubts.

Best regards,
Parth

Re : How to format Sentinel Hasp HL key?

$
0
0
Thanks Parth. But it's required sentinel master dongle connected. 

In my case, i have to format sentinel hasp hardware key in customer place using standalone application without Sentinel hasp server and master key.

We have more than 100 customers with hasp dongle HL keys. We are going to upgrade our application with some other features, so need to wipe out all existing module. 

Could you please tell the best way to format sentinel hasp key through API without master dongle and sentinel hasp server?

Best Regards,
Sivaperuman

Re : How to format Sentinel Hasp HL key?

$
0
0
Hi Siva,

Thanks for the response.

Please note that it would not be possible without communication with the master key. This is per product design.
You may take the C2V file from customer and generate 'format' v2c using Sentinel hasp server. Applying this format v2c file on customer's machine will format the Sentinel Hasp HL key.

Feel free to get back to us.

Regards,
Gaurav Bhanot

Sentinel HASP Master Wizard - Invalid checksum, the API will not be installed

$
0
0
I'm trying to update some license dongles and have never used your software.  I've installed Sentinel HASP SDK 5.12 and SP1 and the Sentinel HASP/LDK Windows GUI Run-time Installer 7.101.

I get this error for three of the APIs when I run masterhasp.exe and can't proceed.  The three APIs are Windows/32-bit dynamic library, Windows/64-bit dynamic library, and Sentinel HASP VendorSuite Tool API.  I'm going to uninstall and reinstall and see if that helps, but if anyone has better advice please let me know.

Re : Sentinel HASP Master Wizard - Invalid checksum, the API will not be installed

$
0
0
Uninstall/reinstall didn't help.

Sentinel HASP Master Wizard - Invalid checksum, the API will not be installed

$
0
0
I'm trying to update some license dongles and have never used your software.  I've installed Sentinel HASP SDK 5.12 and SP1 and the Sentinel HASP/LDK Windows GUI Run-time Installer 7.101.

I get this error for three of the APIs when I run masterhasp.exe and can't proceed.  The three APIs are Windows/32-bit dynamic library, Windows/64-bit dynamic library, and Sentinel HASP VendorSuite Tool API.

Uninstall/reinstall did not help.  Doing a Google search seems to reveal a very similar post from back in April, but clicking through reveals the post no longer exists.

Re : Sentinel HASP Master Wizard - Invalid checksum, the API will not be installed

Error 876 - Executable contains an export, might not work properly.

$
0
0
Hello guys,

I am facing the error from the envelope is "Executable contains an export, it might not work properly". 

use the option to remove export(876). I tried the same also still the error occurs. Provide me the solution. 

I am trying to protect the Exe file which was export from Adobe Animate version 19.2.1

Thanks in advance. 



Re : Error 876 - Executable contains an export, might not work properly.

$
0
0
Hi Deepak,

Please confirm if you are facing any error while running the protected exe?
Is the error same after using "Remove exports" option in envelope settings while protecting the exe?

Please note that envelope should be used to protect only the applications created by your own. Adobe Animate is third party application.
We do not recommend protecting third party applications as it may cause violations of license agreements.

Regards,
Ashish

Re : Error 876 - Executable contains an export, might not work properly.

$
0
0
Hi Ashish,

Please confirm if you are facing any error while running the protected exe?



Is the error same after using "Remove exports" option in envelope settings while protecting the exe?

Yes, same error on enable the "remove exports" also.



Please note that envelope should be used to protect only the applications created by your own. Adobe Animate is third party application.
We do not recommend protecting third party applications as it may cause violations of license agreements.

I am trying to protect the exe file which was built by me through the platform Adobe Animate.

Regards
Deepak

Re : Error 876 - Executable contains an export, might not work properly.

$
0
0
Hi Deepak,

Seems that this would need detailed investigation.
Please report this to us by creating a ticket on the Customer Portal.

Regards,
Ashish

Re : Sentinel HASP Master Wizard - Invalid checksum, the API will not be installed

$
0
0
I sent you an email, waiting on reply.

Thanks!

Re : Sentinel HASP Master Wizard - Invalid checksum, the API will not be installed


Sentinel LDK, EMS and Java 8 SE

$
0
0
Hello.
I have noticed incompatibility with latest Java Version 8 Update 231and some EMS API function related to web services.
In particular Login function does not work with Java version greater than version 191.
I made the test with Sentinel sample app emsWSDemo.
Anyone have the same problem?

Regards
Luke

Re : Sentinel LDK, EMS and Java 8 SE

$
0
0
Hi Luke, 

Thanks for raising the concern.

As mentioned in release notes, the latest LDK v7.10 supports Java 8 for vendor tools.

The java update tested with LDK SDK is jre-8u191. Thus, the behaviour seems to be expected.

Please confirm if you need any further details.

Best regards,
Parth

Re : How to format Sentinel Hasp HL key?

$
0
0
Thanks for your answer Gaurav. If i tried to generated v2c more than one time with same c2v file. But it's throwing exception. I attached snip for your reference. I am generating v2c through C# api. What is the best way to generate v2c for this case for missed last generated file.

Regards,
Sivaperuman

Re : How to format Sentinel Hasp HL key?

$
0
0
Hi Siva, 

Thanks for the response.

The behaviour mentioned is expected as the update counter in C2V and the licensing database are not synchronised. 

From the screenshot, it seems that a format V2C was generated but not applied. 

After applying the same, a new C2V needs to be taken from the license as it would contain synchronized updates.

Thanks & Regards,
Parth 

Re : How to format Sentinel Hasp HL key?

$
0
0
Yes perth. Sorry i forgot to mention the scenarios above.
If i have generated the v2c file using c2v file. While sending v2c file to customer if i am get into some problem due some technical issue or some other issue. So customer  can't get v2c file.
So customer again requesting V2C file from newly generated C2V file. When i try to generate V2C above mentioned exception throwing. 
Could you please tell how to solve this case?

Regards,
Sivaperuman 

Viewing all 1061 articles
Browse latest View live