Platform Analytics 7 Dataflow

WI_FLEXEVENTMART table

The WI_FLEXEVENTMART table gets its information from the FLEXNET_LICENSE_EVENTS table.
For every hour, the ETL groups the records in the table according to the hour based on 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 source is the Project field in the data file.
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. For example, 02:00:00 means that all the records between 02:00:00 and 02:59:00 are collected into this record.
Primary key
LIC_FEATURE_CODE
This is the license feature code. The source is the Feature field in the data file.
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 source is the Vendor field in the data file.
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 source is the Version field in the data file.
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 source is the LicenseServer field in the data file.
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 source is the Event field in the data file.
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 source is the Reason field in the data file.
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 source is the ProjectName subfield of the ProjectName field in the data file.
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 source is the User field in the data file.
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
PLC_ID This is plc instance id.  
INSERT_SEQ
This is a unique sequence number generated by the system for each new record inserted.