CMS license audit utility is used to validate correctness of data in audit tables. 
This utility checks if audit table records are not tampered with manually. This is a database readonly utility.

IN WINDOWS
--
license-validate.bat [dbserver] [startdate] [enddate]
--

IN LINUX/UNIX
--
license-validate.sh [dbserver] [startdate] [enddate]
--

[dbserver]: (mandatory) ip address of the db server on which this utility has to be run
[startdate]: (optional) record start date in mm-dd-yyyy format
[enddate]: (optional) record end date in mm-dd-yyyy format

conf/validate.properties 
Contains JDBC connection information for the CMS database. Please make sure this file is correctly configured
locally before running the utility.

jdbc.driverClassName: name of driver class - default: com.edb.Driver
jdbc.connectionUrl: connection url if not set using command line - default: jdbc:edb://dbserver:5444/ttv
jdbc.username: username of database - default: wfs
jdbc.password: password of database - default: Wf$1234
jdbc.dbinstance: db instance of database - default: ttv 