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

Re : Sentinel HASP SL: how to add data to the RO memory without erasing the previous data

$
0
0
Dear Stefano,

The value "0x64" cannot be written in 1 byte of key memory. 

You can implement it in following ways-
  1. Create a 4 bytes block in memory to write "0x64". Then read this memory block and convert it to decimal 100.
  2. Create a 2 byte block in memory to write "64". Read this block and append "0x" at code level if required. Then convert it to decimal 100.
  3. Create a 3 bytes block in memory to write "100". Read this block and use the value as it is or convert to hexadecimal "64" or "0x64" if required.
Thanks,
Ashish

Re : Sentinel HASP SL: how to add data to the RO memory without erasing the previous data

$
0
0
So, basically there is no way to put binary data in key memory.
I have to put an ASCII representation and then convert it to binary when I read key memory from my application.
Is this correct?

Thanks and regards,
Stefano

HASP Dongle Installation on Windows Server 2012 R2 not working

$
0
0
Hello,
currently we use a network license dongle (HASP, red) installed on a Windows 2008 R2 server to license an accounting software (1c Enterprise) and it works fine.

But now we moved to a Windows Server 2012 R2 and can not get newtwork licenses anymore. We took the following steps

1. We connected the dongle to the new server
2. We installed latest Sentinel driver (7.41)
3. We installed latest HASP License Manager (8.32)

Both services are up and running and we can see the dongle in the device manager as "SafeNet Inc. HASP Key" and "SafeNet Inc. USB Key"

But when using thw Aladdin HASP Monitor the dongle is not shown and the clients don't get a license anymore

We checked Firewall settings on old and new server and they are the same.
We also set the DEP exception as mentioned in the Windows 7 installation guide.

What do we have to do to make it work. We want to shutdown the old server soon.

Thanks
Jürgen

Re : Sentinel HASP SL: how to add data to the RO memory without erasing the previous data

$
0
0
Hi Stefano,

Yes your understanding is correct.

Thanks,
Ashish

Re : HASP Dongle Installation on Windows Server 2012 R2 not working

$
0
0

Hi Jürgen,

 

Please note that we stopped developing & supporting the "HASP License Manager" component for several years now.

As you can see in «readme_nhsrvice_HASP_LicenceManager.pdf» last supported platform was Windows Server 2008 R2

 

Check that the service nhsrvice.exe is up and running, and check if it can be seen in Aladdin Monitor.

 

Note that it is normal that you HASP NET keys is not shown in the Aladdin Monitor, as on new setup, the key is only displayed after a license has been issued.

 

Note that the "HASP License Manager" is using port 475 UDP & TCP, so make sure these port are not blocked.

 

Possible issues:

1) The “nethasp.ini” is not found on the client machine or broadcast is used to found the server and your server is on a different LAN/VLAN.

2) The timing to find the server on the network is too short and the request does timeout before the server reply.

3) The port UDP 475 is not opened on the switch (between VLAN) or on the firewall of Server machine. Therefore the packets are lost and to not reach the server machine.

 

 

Regards,

Olivier


Re : HASP Dongle Installation on Windows Server 2012 R2 not working

$
0
0

Hi Jürgen,

Things to try:

1)

Try on the LAN (same subnet) from a client machine, in a CMD windows.

 

telnet xxx.xxx.xxx.xxxx 475

 

;replace xxx by the server ip address value

 

PS: On both client/server Win7 machine, you need first to go in “Control Panel” -> “Programs and features” and “Turn Windows features on or off” select “telnet client” and “telnet server”.

 

Then same test on the WAN (different subnets)

 

This will already tell if we can connect to port 475 through the network.

 

 

2)

A- Modify your « nethasp.ini » at the client side and copy the file in both \system 32 and in the application folder (where is located the protected executable).

 

[NH_COMMON]

NH_TCPIP = Enabled

[NH_TCPIP]

NH_SERVER_ADDR = xxx.xxx.xxx.xxx  ;replace xxx by the server ip address value

NH_USE_BROADCAST = Disabled.                                                     

NH_SESSION = 4

NH_SEND_RCV = 2

 

;NH_SESSION is the time allowed to establish a session.

;NH_SEND_RCV is the time allowed to send or receive a packet once the session is established.

 

It does help when there is some noise on the network.

 

B- Also at server side modify the file “nhsvr.ini”

It can be found in \system32 if installed as a Service (nhsrvice.exe)

 

Change priority parameter to:

 

NHS_HIGHPRIORITY = yes

 

Then restart the HASP License Manager (HASP Loader).

 

 

3)
You can also install the utility « Aladdin Monitor V1.4 » on some client machine to check the server is seen.

ftp://ftp.cis-app.com/pub/hasp/new_releases/utility/monitor/Monitor_Setup.zip

 

Go to File -> Settings, select HASP mode & use NETHASP.INI

 

Then go to C:\Program Files\Aladdin\Monitor\ and edit “nethasp.ini”

 

 

In the portion NH_TCPIP Disable the broadcast (remove ; in front of the option)

NH_USE_BROADCAST = Disabled

 

Add the server IP Addressr

NH_SERVER_ADDR = xxx.xxx.xx.xxx


 

 

I hope this helps,

Regards,
Olivier


Re : HASP Dongle Installation on Windows Server 2012 R2 not working

$
0
0
Thank you for the fast response,
I will try all steps mentioned and give a feedback later.

Have a nice day
Jürgen

Re : HASP Dongle Installation on Windows Server 2012 R2 not working

$
0
0
Hello,
first thing I notice: There is no “nethasp.ini” on the server, not in system32 or SysWOW64.

But the new server and the old server can be seen from the client in Aladdin Monitor under "HASP License Manager".
So it seems the LM service is up and can be accessed from the network.

Just the client doesn't get a license. Even when I change the client ini file as mentioned above.

This just as a brief update, I will continue ...

Thanks
Jürgen

HASP Installation: 
- HASP License Manager 8.32.5.40
(including HASP HL Driver 5.40)

- HASP Device Drivers 5.22
- Sentinel Runtime 6.3.1

Re : Sentinel HASP SL: how to add data to the RO memory without erasing the previous data

$
0
0
Dear Stefano,

Esto es posible indirectamente pero cargando la data desde un archivo XML con el texto codificado en base64. Puede usar un conversor online para convertir de hexadecimal a base64: http://tomeko.net/online_tools/hex_to_base64.php?lang=en 

Ejemplo de un archivo data.xml para modificar la memoria RO:

This is possible indirectly, loading the data from an XML file with the base64 encoded text. You can use an online converter to convert from hex to base64. Try http://tomeko.net/online_tools/hex_to_base64.php?lang=en

Example of a data.xml file to modify the memory RO:
  1. <?xml version="1.0" standalone="yes"?>
  2. <memories>
  3.   <memory fileID="1" name="Read/Write Memory (HASP_FILEID_RW)">
  4.   </memory>
  5.   <memory fileID="2" name="Read-Only Memory (HASP_FILEID_RO)">
  6.     <segments>
  7.       <segment>
  8.         <offset>0x0000</offset>
  9.         <length>10</length>
  10.         <color>#FF9900</color>
  11.         <name>MyField1</name>
  12.         <description>Field1 description</description>
  13.         <free_memory>true</free_memory>
  14.         <base64data>aBc6QzQ1T2hanQ==</base64data>
  15.       </segment>
  16.       <segment>
  17.         <offset>0x000A</offset>
  18.         <length>4</length>
  19.         <color>#FFCCCC</color>
  20.         <name>MyField2</name>
  21.         <description>Field2 description</description>
  22.         <free_memory>true</free_memory>
  23.         <base64data>nXg6t8==</base64data>
  24.       </segment>     
  25.     </segments>
  26.   </memory>
  27. </memories>
Regards,

Problems with last update

$
0
0
Hi all, 
I just update Sentinel LDK Envelope to version 7.4.1.59017 but now my application has some problems. 
In fact, when I use dlls that I protected with Envelope, my application simply doesn't start (no exceptions are shown).
If I use the same Sentinel Envelope Project file in another pc with version 7.4.1.56401 everything works.
Is it a known problem? What can I do?

Thanks
Matteo

Re : Problems with last update

$
0
0
Buongiorno Matteo,
would you please report the issue to support@safenet-inc.com as this will require further investigation?
if possible please include your prjx and sample files to replicate the issue internally.
thanks
Ilaria

Envelope.com not working anymore

$
0
0
I updated LDK 7.4 to SP1 (as offered by the Common Software Manager) and now envelope.com would not work as a command line for Enveloper. Everytime I use the envelope.com the GUI of Enveloper appears.

I need this for build automation...any ideas what might have changed?

Re : Envelope.com not working anymore

$
0
0

Dear Customer,

 

Thanks for your query.

 

We are looking into this. It may take sometime, will get back to you after further investigation.


Thank you,

Gaurav Bhanot

 

Re : Envelope.com not working anymore

$
0
0
I compared the 'envelope.com' and the 'envelope.exe' files, and they are the same file. Maybe there was a problem packaging them in the installer?

Thank you,
Pablo

Re : Envelope.com not working anymore

$
0
0
Thanks for the update.

This issue has already been reported and the concerned team is working on it. We will get back to you accordingly.

Thank you,
Gaurav Bhanot

Re : Envelope.com not working anymore

$
0
0
After I noticed the .com and .exe were one and the same, I extracted the old envelope.com from the 7.4 "Sentinel Verdor Suite.msi" and replaced the new .com with the old one, and everything is working now.

So, it is definitely a problem with the new installer (or the updating process).

Thank you,
Pablo

Re : Envelope.com not working anymore

$
0
0
Dear Pablo,

Thanks for your findings.

Our RnD team is investigating this, will get back to you once this is resolved.

Thank you,
Gaurav Bhanot

Where to download LDK installer?

$
0
0
Hi,

I want to completely restore my EMS installation, is there a link to the Sentinel LDK installer somewhere? 

Best regards

Re : How to detect and list Hasp 4 / Hasp HL key

$
0
0
Service Request Closed

Hi David ., 

This is to notify that Service Request #xxxxxx  has been closed. The solution for the Service Request has been provided....

??? 

Where is The solution ?


Re : How to detect and list Hasp 4 / Hasp HL key

$
0
0
Hi David,

Hope you are keeping well.

Please share the service request (SR) no. so that we can further work on the issue.

Thank You,
Anubhav
Viewing all 1619 articles
Browse latest View live


Latest Images

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