This patch updates filtrator to fix the data gap problem for the Elapsed Time measurement (e.g.
Elapsed time value is less than 24.00 hours when feature is used for the entire day).
This patch updates data processing to read and process Open iT License Poller version log version
2.5 that contains additional info regarding offline license usage.
NOTE: Client patch 1454 and 2080 contains the update for License Poller to upgrade it to log version
2.5. Lower version will still be read and process.
General Description:
This patch removes duplication of data when licpoll has collected overlapping
files and fix for missing hours after Daylight Saving Time switch.
Detailed Description:
When two or more files was collected from licpoll having the same product,
interval and offset for the same collection period, the first sample would be
duplicated, giving too high values for certain measurements, e.g. max in use.
This has now been compensated for by filtrator, by selecting only one licpoll
file for each interval, offset and product whenever there is samples in the
beginning of the hour.
Report shows missing hours in a 24 hour report. This bug is cause by the recent daylight saving time
switch. This patch will update data processing to handle the DST switch issue.
Note: You may have to regenerate the data that has been affected by the DST issue.