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

Re : Unresolved external CHaspLock::CHaspLock()

$
0
0
Hi Parth, Thank you for responding.

Further to the problem reported above - 

It seems the problem was somewhere in the Embarcadero RAD Studio IDE. I restarted the PC and the IDE and the Linking now completes successfully.

Regards
Wayne

Any recent Windows8 update that could break Sentinel HL ?

$
0
0
Hello,
We use Sentinel HL keys with an expiration date that we update regularly for our registered users. Recently, after updating the expiration date, the user PC can no longer recognize the HL key, while every thing seems all right on the Master PC.
Has anybody else experienced something similar ? The Master PC has Windows8. Is it possible that a Windows8 update has modified the way the information is stored on the HL key, so that the user PC can no longer understand ?
The process had been running fine for the last three years, without any change. The problem has appeared recently, with no modification from our side. We are currently in the dark.

Sentinel HASP/LDK .Net Core

$
0
0
Is a version of Sentinel LDK available for .Net Core 2.x?
If so, would you please to give a link for download.

Thank you in adance

Re : Sentinel HASP/LDK .Net Core

Re : Any recent Windows8 update that could break Sentinel HL ?

$
0
0
Hi Bernard, 

Thank you for raising the concern.

Please be informed that the windows update doesn't interact with the licensing data in HL keys. 

Could you please check the status of sentinel runtime and HL key using below steps :

> Check if you can open the sentinel Admin Control Center at http://localhost:1947/ on user side.
> Are you able to locate the Sentinel HL on Sentinel Keys page pf the ACC panel?
> If not, then please open the machine's 'Device manager'~'USB controllers' and share the screenshot for sentinel HL device.

Looking forward to hearing from you.

Best Regards,
Parth 

Sentinel Ems 7.9 Browse button doesn't visible in Check in C2V tab

$
0
0
Hi,

How can in display Browse button under "Check in C2V "tab

Best regards

Re : Sentinel Ems 7.9 Browse button doesn't visible in Check in C2V tab

$
0
0
Hi Levent,

Thanks for writing in !

The Browse button should be visible under "Check in C2V " tab in EMS.

Could you please share the screenshot of the same ? Also, try to open EMS on another browser.

Regards,
Gaurav Bhanot

Re : Sentinel Ems 7.9 Browse button doesn't visible in Check in C2V tab

$
0
0
Hi Gaurow,

I already tried to open EMS with Microsoft Edge, but the same problem occurred there.

Here is my screenshot

Regards



Re : Sentinel Ems 7.9 Browse button doesn't visible in Check in C2V tab

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

$
0
0
Hello
It doesn't work since 7.100 driver : 
Error 403 : forbidden

Do you know what happend ?

Regards
David

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

$
0
0
Hello David,

Thanks for raising the concern.

The mentioned HTTP requests are working.These request must be issued in program code or using an external utility. However for security enhancement, the request cannot be issued in a Web-browser. 

To use this programmatically, please ensure that the 'referer' is specified in the HTTP header and that the value is: http://127.0.0.1:1947.

For example, to start blinking :

to stop blinking :

To use ithe same on web-browsers, It would require some add-on extensions like Referer-Control etc to make request..

More details are shared on licensing API help file :


Feel free to share if you have any further queries.

Best regards,
Parth

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

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

$
0
0
Hi all

I have just add <ORIGIN=http://127.0.0.1:1947> in the header of the Http request and it's work fine now with 7.100

Thanks
Regards

David

Can't get remote license from Sentinel License Manager

$
0
0
I have a PC trying to get a license from a remote license server that is on a different subnet run by a different department of the company. I have configured the IP address in the web UI of the Sentinel Admin Control Center under Configuration > Access to Remote License Managers. I know it is configured right because I can see the UDP and HTTP requests going out to the remote server's IP address on port 1947 using wireshark. However, the server never responds. I have reproduced this behavior by mimicking the request using curl. I then found that the request will go through if there is a Host: HTTP header line. Is this caused by a difference between my client and the server version? Has anyone heard of this problem? Another thought I had is that there is a firewall or anti-virus sitting between me and the server that isn't allowing the HTTP request to go through because it doesn't contain the Host header and is therefore malformed and dangerous. However, I've been assured that this is not the case by the server admins and that other people on other subnets can get licenses from the license server.

Thanks for any thoughts on this problem and feel free to ask for any additional information!

Re : Can't get remote license from Sentinel License Manager

$
0
0
Hi Chris,

Please try the following on the client machine-
  1. Open the location "C:\Users\<user account in which the app is running>\AppData\Local\SafeNet Sentinel\Sentinel LDK
  2. Create a text file named "hasp_xxxxx.ini" (ensure that its extension is saved as .ini and not .ini.txt)
  3. Add the following lines in the file-
  4. errorlog=1
    requestlog=1
    serveraddr=xxx.xxx.xxx.xxx (replace this with server IP)
  5. Save the file
  6. Close the application if its open. Relaunch the application
  7. Check if its able to get the license
  8. Open the above mentioned location once again and see if there are any logs generated in the folder
Please create a ticket on the support portal and share the log file if you still face the issues.

To confirm the connectivity from client to server, you can try to do Telnet on port 1947 from client to server and vice-versa. Both ways communication is mandatory.

Regards,
Ashish


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
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
Viewing all 1619 articles
Browse latest View live


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