cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Enable Baddate Checking

Enable Baddate Checking

Summary

This article will explain how to enable baddate checking.

Synopsis

There are two things that need to be done in order to enable the check baddate option to the vendor daemon and the flexnenabled client application.

Discussion

1. Vendor Daemon:
Change the value of ls_a_check_baddate variable form 0 to 1 from lsvendor.c. This file is located in the <platform>machind directory.
2. Flexenabled Application:
+++ FLEXible API +++

(File-Based Licensing)
Add LM_A_CHECK_BADDATE attribute to your application.
i.e.
lc_set_attr(lm_job, LM_A_CHECK_BADDATE, (LM_A_VAL_TYPE) 1);

(Trusted Storage based Licensing)
Add LM_TS_BADDATE attribute to your application.
i.e.
lc_set_attr(lm_job, LM_TS_BADDATE, (LM_A_VAL_TYPE) 1);

After adding the attribute to the flexenabled application and changing the 'ls_a_check_baddate' variable; both vendor daemon and the flexenabled application will need to be rebuilt to enable these options.
Labels (1)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Nov 14, 2018 11:11 PM
Updated by: