License Statistics version 5.14 includes the enhancements and fixes detailed below. Most of these improvements were made in response to customer feedback. For more information on how we incorporate customer feedback into our development process, see Customer-driven development. For information about activating your License Statistics license, see Activating a License Statistics license on Windows or Activating a License Statistics license online.
Performance
This release is a result of our hard work to improve License Statistics performance in terms of the number of servers, features and users it is possible to monitor. We achieved these improvements by making changes in data structure and application architecture and by reducing the number of technologies used (which will be continued in future releases for easier maintenance and higher stability). It's also expected that the amount of resources required to run License Statistics will decrease.
Details about the changes introduced in this release are given below. For larger installations, we strongly recommend testing the upgrade procedure before running License Statistics v5.14 in production. If you have any questions or problems, please contact X-Formation Support.
Database Structure
This release significantly modified the database structure. Make sure you follow the License Statistics upgrade procedure, especially:
- Create a backup of the License Statistics database in case of any issues with the data migration.
- Use the new configuration file (xflicstat.cfg) delivered with License Statistics, and adjust it to your needs instead of copying your previous configuration file to the new installation.
SQL Console
Due to significant changes in database structure, we are not able to deliver backward compatibility for custom queries saved in SQL Console. Saved queries may stop working after upgrading to License Statistics v5.14, and they will have to be removed or adjusted to accommodate the new structure.
Configuration file
Renaming of the REPORTSERVER_PORT key to CORE_HTTP_PORT is a breaking change in xflicstat.cfg. License Statistics won't start if this configuration key isn't changed.
Enhancements
License Statistics v5.14 includes the following enhancements.
Issue # | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
New database structure | |||||||||||||||||
LICSTAT-14327 LICSTAT-14104 LICSTAT-13025 | Made significant performance improvements in terms of:
| ||||||||||||||||
LICSTAT-14106 LICSTAT-13820 LICSTAT-12715 LICSTAT-10995 | Redesigned data aggregation system to gain report performance improvement. | ||||||||||||||||
LICSTAT-13024 | Changed the method of executing migrations by one component instead of two. | ||||||||||||||||
LICSTAT-12573 | Migrated from old sampling-based data structure to new event-based data structure. | ||||||||||||||||
LICSTAT-12062 LICSTAT-12048 LICSTAT-11931 | Removed all database views, triggers and stored procedures. | ||||||||||||||||
Improved application architecture | |||||||||||||||||
LICSTAT-14381 LICSTAT-14251 LICSTAT-10973 | Separate Java components were merged into single multi-module Java component to reduce resource consumption and simplify maintenance.
| ||||||||||||||||
LICSTAT-14381 | Made changes in configuration file (xflicstat.cfg):
| ||||||||||||||||
LICSTAT-14235 | Former C++ code responsible for querying, parsing and analyzing data from License Servers was re-designed and re-implemented in Java. | ||||||||||||||||
LICSTAT-13342 | Separate C++ libraries were rewritten to single multi-module Java component to reduce technological stack and simplify architecture.
| ||||||||||||||||
Parser adjustments | |||||||||||||||||
LICSTAT-14849 | Implemented stricter xsd structure for custom license server:
| ||||||||||||||||
LICSTAT-14400 LICSTAT-14377 LICSTAT-13656 | Unified algorithm for parsing Reserved and Borrowed licenses, regardless of license manager type:
Note: Previously, reserved licenses were considered as used for FlexNet License Manager, but were not considered used for LM-X, Custom and DSLS license managers. | ||||||||||||||||
LICSTAT-12884 | Introduced consistent parsing results across all supported license managers compatible with previously gathered data and new database structure. | ||||||||||||||||
LICSTAT-11039 | Introduced feature versioning for FlexNet import parser. | ||||||||||||||||
LICSTAT-4198 | Dropped support for disabling Feature Versioning for IBM LUM import usage parser in configuration file (DENYLOG_FEATURE_VERSIONING). | ||||||||||||||||
API enhancements | |||||||||||||||||
LICSTAT-14401 LICSTAT-14380 LICSTAT-14343 | Extended API endpoints for operations on license servers. | ||||||||||||||||
LICSTAT-14386 LICSTAT-14336 LICSTAT-14076 | Added API endpoints for operations on license server aliases. | ||||||||||||||||
LICSTAT-14069 | Added API endpoint to get status of scheduled tasks (previously requested asynchronous operation). | ||||||||||||||||
LICSTAT-12379 | Added API endpoints for operations on features. | ||||||||||||||||
LICSTAT-12378 | Added API endpoints for operations on feature composites (lists of matching features on different license servers that are part of the same license server group). | ||||||||||||||||
LICSTAT-12364 | Added API endpoints for Database Management operations. | ||||||||||||||||
Licensing | |||||||||||||||||
LICSTAT-14468 LICSTAT-13279 | Improved handling when the License Statistics license's expiration date or limit on monitored users is exceeded.
Note: Licensing rules and types of supported licenses are not changed. All existing licenses remain active on the same conditions as before. | ||||||||||||||||
Additional enhancements | |||||||||||||||||
LICSTAT-14860 | Added new email alert for exceeding License Statistics license's user limit. | ||||||||||||||||
LICSTAT-14856 | Changed calculation of users for Current License Usage pie chart on Current Users report to match calculation used for licensing (user-host pairs or usernames only). | ||||||||||||||||
LICSTAT-14822 | Extended SQL Console with ability to make queries returning results in addition to SELECT (for example, SHOW or EXPLAIN queries can now be used). | ||||||||||||||||
LICSTAT-14669 | Importing LDAP User Groups functionality no longer creates empty User Groups. | ||||||||||||||||
LICSTAT-14655 LICSTAT-14645 LICSTAT-14644 | Links to services that are no longer supported have been removed from email templates, GUI, installer, etc.:
| ||||||||||||||||
LICSTAT-14649 LICSTAT-14647 | EULA in installer has been updated to newest available version. | ||||||||||||||||
LICSTAT-14513 | Dropped ability to "Remove historical data" using the License Server tab. The entire license server can now be removed using the Administration tab, even if there is no configuration for it. | ||||||||||||||||
LICSTAT-14490 | Introduced information about newest available License Statistics version on page footer. Note: This feature requires an internet connection; otherwise, no information about new versions will be visible. | ||||||||||||||||
LICSTAT-14460 | Removed functionality of merging two realtime license servers, which was conditionally possible due to an old bug in v4.6.1. | ||||||||||||||||
LICSTAT-14342 | After making changes to user, host, or license server groups, License Statistics automatically re-generates the reports according to the changes. Note: It typically takes a few minutes before changes are visible on reports using the edited groups. | ||||||||||||||||
LICSTAT-13490 | Improved label for the Data Removal feature to clarify that the selected day is removed inclusively. | ||||||||||||||||
LICSTAT-12940 | Improved quality of data presented on Usage Per User report. Max columns for group aggregations are calculated based on maximum concurrent usage, not the sum of user maximum usages. | ||||||||||||||||
LICSTAT-12449 | Changed Realtime Users Count report to show Denied Users count for the particular date, instead of an incremental sum of historical denials. | ||||||||||||||||
LICSTAT-12390 | Prevented removing data from current day using the Data Removal feature. | ||||||||||||||||
LICSTAT-10995 | Changed Usage Per User report data aggregation to delay until end of the first day of running License Statistics. All Usage Per User reports are now automatically available starting the day following the day that the first data was gathered. |
Fixes
License Statistics v5.14 includes the following fixes.
Issue # | Description |
---|---|
LICSTAT-14913 | Fixed an issue with inability to import usage from SPLM log file. |
LICSTAT-14910 | Fixed an issue with invalid link to Current Usage for feature group. |
LICSTAT-14875 | Fixed an issue with expired features being visible on tooltip on Expiring Features Chart. |
LICSTAT-14870 | Fixed an issue with misleading text for empty Imported License Servers grid. |
LICSTAT-14864 | Fixed an issue with filter not working on Feature drop-down list. |
LICSTAT-14863 | Fixed an issue with error when timeout occurred on one of redundant DSLS license servers. |
LICSTAT-14862 | Fixed an issue with error when importing FlexNet log file. |
LICSTAT-14855 | Fixed an issue with error when exporting a report with a large number of columns to PDF. |
LICSTAT-14824 | Fixed an issue with SQL Console result grid visible for some queries that were returning no output. |
LICSTAT-14823 LICSTAT-14783 | Fixed an issue with failing migration 102. |
LICSTAT-14816 LICSTAT-14801 | Fixed an issue with slow rendering of some charts. |
LICSTAT-14800 | Fixed an issue with broken grid pagination on Expiring Features report. |
LICSTAT-14782 | Fixed an issue with incorrect documentation for Hours Used for Usage Per User report. |
LICSTAT-14780 | Fixed an issue with inability to add Email Subscription for License Server with one Feature using "All" option. |
LICSTAT-14775 | Fixed an issue with incorrect date format saved in GUI Preferences for Feature Usage History grid on Dashboard. |
LICSTAT-14771 | Fixed an issue with too long LDAP connection timeout for authorization and settings verification. |
LICSTAT-14768 | Fixed an issue with invalid End Date saved for Time Interval settings in GUI Preferences. |
LICSTAT-14761 | Fixed an issue with misleading text on Current Feature Usage grid when no data is visible. |
LICSTAT-14746 | Fixed an issue with invalid rounding of values for Feature Utilization. |
LICSTAT-14744 LICSTAT-12145 LICSTAT-11268 | Fixed an issue with not closing some open sessions in database on time. |
LICSTAT-14741 | Fixed an issue with missing text for empty Feature Usage History grid when Hours Used column is hidden. |
LICSTAT-14719 LICSTAT-12267 | Fixed an issue with stopping application processes. |
LICSTAT-14615 | Fixed an issue with active link to hidden license server on Administration page. |
LICSTAT-14488 | Fixed an issue with inconsistent support for disabling Realtime Denials. |
LICSTAT-14266 | Fixed an issue with lack of visible error message for invalid license server configuration. |
LICSTAT-14080 | Fixed an issue with missing documentation for OLicense and TLM query tools. |
LICSTAT-13259 | Fixed an issue with missing Last Import Time for some license servers. |
LICSTAT-13242 | Fixed an issue with some sessions being merged into one on User History report. |
LICSTAT-12455 | Fixed an issue with inability to call query tool command with specific arguments. |
LICSTAT-12291 | Fixed an issue with missing file names in installer. |
LICSTAT-10302 | Fixed an issue with logout on Feature Visibility page when hidden License Server was loaded from GUI Preferences. |