Platform Analytics 7 Dataflow

WI_FLEXEVENTMARTDAILY table

The WI_FLEXEVENTMARTDAILY table gets its ifnromation from the WI_FLEXEVENTMART table.
For each day, the ETL groups the records in the WI_FLEXEVENTMART table by the Cluster, Vendor, Feature, Version, Server, Project Name, User, Event, and EventReason field values, and on whether the record is for an LSF job.
The following table describes each column and its source:.
Column Name
Description
Key
CLUSTER_CODE
This is the cluster code.
The Project field is split into subfields, including the cluster_name subfield. The cluster code is obtained by looking up the cluster_name in the wi_clustercode table and generating a new code if it doesn't exist.
Primary key
TIME_STAMP
This is the time stamp of all the record collections in the next hour, in GMT. The record is collected every localized day. After the record collection, the time stamp is transformed back to GMT and stored in this field. Thus, this time_stamp is always in the GMT form of the localized time at midnight.
Primary key
CORE_HOUR
This is the core hour, which is based on the localized time_stamp. If the time_stamp is within resulted from a mapping of the original time_stamp in local time. If the time_stamp is within the range of 9am to 5pm on Monday to Friday, this field returns 1, otherwise, it returns 0.
A value of 1 means that the data in this record is aggregated from the core_hour portion of the day (9am to 5pm, Monday to Friday).
Primary key
LIC_FEATURE_CODE
This is the license feature code.
The license feature code is obtained by looking up the Feature in the wi_licfeaturecode table and generating a new code if it doesn't exist.
Primary key
LIC_VENDOR_CODE
This is the license vendor code.
The license vendor code is obtained by looking up the Vendor in the wi_licvendorcode table and generating a new code if it doesn't exist.
Primary key
LIC_VERSION_CODE
This is the license version code.
The license version code is obtained by looking up the Version in the wi_licversioncode table and generating a new code if it doesn't exist.
Primary key
MIN_CHECKOUT_TIME
This is the minimum checkout time of all the collected records of the CheckOut field that have the same key as described in the beginning of this page.
This is in milliseconds from "1990-01-01 00:00:00.0000".

MAX_CHECKIN_TIME
This is the maximum checkin time of all the collected records of the CheckIn field that have the same key as described in the beginning of this page.
This is in milliseconds that start from "1990-01-01 00:00:00.0000".

CHECK_OUT_MAX
This is the maximum of all of the collected records of the Num field that have the same key as described in the beginning of this page.

DURATION
For each data record, the duration is equal to the Checkin time - Checkout time. This field is the sum of all of the collected records of the Duration field that have the same key as described in the beginning of this page.

CHECK_OUT_NUM
This field is the sum of all the collected records of the Num field that have the same key as described in the beginning of this page.

LIC_SERVER_CODE
This is the license server code.
The license server code is obtained by looking up the LicenseServer in the wi_licservercode table and generating a new code if it doesn't exist.
Primary key
LIC_EVENT_CODE
This is the license event code.
The license event code is obtained by looking up the Event in the wi_liceventcode table and generating a new code if it doesn't exist.
Primary key
LIC_EVENTREASON_CODE
This is the license event reason code.
The license event reason code is obtained by looking up the Reason in the wi_liceventreasoncode table and generating a new code if it doesn't exist.
Primary key
EVENT_COUNT
This is the total number of event records being collected into this record.

POOL_CODE
Not used

PROJECT_CODE
This is the project code.
The project code is obtained by looking up the ProjectName in the wi_projectcode table and generating a new code if it doesn't exist.
Primary key
USER_CODE
This is the user code.
The user code is obtained by looking up the User in the wi_usercode table and generating a new code if it doesn't exist.
Primary key
HOST_CODE
This is the host code.
The host code is obtained by looking up the HostName in the wi_hostcode table and generating a new code if it doesn't exist.
Primary key
CHECKIN
Not used

PLATFORM_CODE
Not used

LIC_SITE_NAME_CODE

This is the site name code that user specified.

Primary key
INSERT_SEQ
This is a unique sequence number generated by the system for each new record inserted.