Node Locked License

We have implemented node locked licensing. whenever the app computer is restarted, It ask to put license and activate it again though the license key has already been activated. what can be the reason?

Hi Manish,

Make sure the flag passed to SetProductId("productId", flag) is LA_USER. It seems that you have used LA_IN_MEMORY. If that is not the case, you need to check if DeactivateLicense() is not called at the time of closing or restarting the application.

Also, what is the status code returned by the IsLicenseGenuine()?

Regards,
Ahmad.