Visionaize License Administrator can produce a license usage report directly from a command prompt.


The syntax is:


INOVXLicenseAdmin.exe <report_type> <start_date> <end_date> <report_interval> <target_folder> <output_type>


Parameter

Description

report_type

Type of the report to generate. One of the following values:

  • Detail
  • PeakUsage
  • DurationByFeature
  • DurationByUser
  • Error

start_date

The beginning date of the license usage report. The format is MM/DD/YYYY.

end_date

The end date of the license usage report. The format is MM/DD/YYYY.

report_interval

The size of the time increment to use. Valid values for the report interval are based on the start and end date. Allowed values are:

  • Hourly (for date ranges spanning 1 to 2 days)
  • Daily (for date ranges spanning 3 to 45 days)
  • Weekly (for date ranges spanning 8 to 550 days)
  • Monthly (for date ranges that exceed 45 days)

target_folder

Path to the target folder where the report file will be generated. The target folder must exist.

If a file with the target name already exists, the application will not overwrite the existing file, but will use a sequence number to ensure file name uniqueness.

output_type

The type of report generated:

  • PDF
  • CSV


The reports generated by the command line tool always include all of the available license features.


See the License Usage Report documentation for more information.


Example:


INOVxLicenseAdmin.exe Detail 05/01/2022 05/31/2022 Daily "C:\Visionaize\License Reports" PDF


Generates the following report file: C:\Visionaize\License Reports\Detail_Daily_2022-05-10.pdf