Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HASP server logs often do not contain all the information necessary to obtain accurate statistics. If you notice problems with the data imported from the HASP server logfile, you can see some improvement by configuring the HASP server to add the value run with OPEN_SESSIONS to the last column in the logfile. However, this still does not ensure 100% accuracy, because the HASP logs may still lack some usage data even with this value set. 

License Statistics can handle HASP logs with or without the OPEN_SESSIONS value set. However, a single HASP server logfile cannot both include and exclude the OPEN_SESSIONS value, so you must import logfiles that include the OPEN_SESSIONS value separately from logfiles that do not include this value.

HASP server log configuration syntax

The HASP log configuration must be one of the following. Other formats are not currently supported.

...

No Format
{timestamp} {clientaddr}: {clientport} {clientid} {method} {url} {function} ({functionparams}) open_sessions ({sessioncount}) {newline}

To run without OPEN_SESSIONS:

No Format
{timestamp} {clientaddr}: {clientport} {clientid} {method} {url} {function} ({functionparams}) {newline}

...