Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Problem

The Sentinel LDK License Manager service cannot be started and returns the following error:

Solution

This case can occur after a Windows upgrade as this service (hasplms) has a dependency with TCP/IP service (tcpip):

The easiest way to solve this problem is to reinstall the Sentinel driver from the appropriate Charon kit.

(question) Re-adding the dependency with an "sc config hasplms depend= tcpip" command is not sufficient as the Windows registry is also affected.

To reinstall the Sentinel driver, proceed as follows:

StepActionCommand/example
1Login as the privileged user ("administrator") on the system where the software will be installed and open a cmd.exe window: WIN+R and then enter cmd.exe



2Move to the folder containing the driver and uninstall the current version.

> cd "C:\Program Files\CHARON\Redistributables\Sentinel"

> haspdinst.exe -fr -kp -nomsg

3Check the hasplms service is removed

> sc qc hasplms
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.

4

Reinstall the driver.

A popup will appear to display the progression on the installation.

haspdinst.exe -install
5Once the popup displays "Operations successfully completed.", check the hasplms service is correctly defined

Related articles

  • No labels