This describes the wi_licensedenialbyfeaturemartdaily table and how each column of data arises from the wi_licensedenialbyfeaturemart table.
The wi_licensedenialbyfeaturemartdaily get its data from the wi_licensedenialbyfeaturemart table.
The record from the data file will go through the "Denial transformer" for calculating the number of denial for the license server. Once the time between the events is over the duration time, this transformer will output records for the number of denials for the server. Then, the ETL will aggregate these records for the localized day and the count for the different feature for this hour is the number of denial and the result being put into this table.
This is the column description of each data column of WI_LICENSEDENIALBYFEATUREMARTDAILY and how each column is filled with data.
Column Name |
Description |
Key |
TIME_STAMP |
This is in GMT and is always end in the day. The record is aggregated in a localized day. After the aggregation, the time_stamp is then transformed back at GMT and stored in this field. Thus, this time_stamp always in the GMT form of the localized day in midnight. |
Primary key |
LIC_FEATURE_CODE |
This comes from the "LIC_FEATURE_CODE" field in the wi_licensedenialbyfeaturemart table. |
Primary key |
LIC_VENDOR_CODE |
This comes from the "LIC_VENDOR_CODE" field in the wi_licensedenialbyfeaturemart table. |
Primary key |
USER_CODE |
This comes from the "USER_CODE" field in the wi_licensedenialbyfeaturemart table. |
Primary key |
HOST_CODE |
This comes from the "HOST_CODE" field in the wi_licensedenialbyfeaturemart table. |
Primary key |
DENIALS |
The number of denial for this feature, host, user from this server for the hour. |
|
CORE_HOUR |
The core hour is resulted from a mapping of the original time_stamp in local time. If the time_stamp is within the range from Monday to Friday, 9am to 5pm, then the core_hour will be 1, otherwise it will be 0. |
|
INSERT_SEQ |
This is a system generated sequence number. For each new record inserted, a unique sequence number is being assigned to this column. |
|