Platform Analytics 7 Dataflow

FLEXNET_LICENSE_EVENTS table

The FLEXNET_LICENSE_EVENTS table gets its data from fnmloader.
The following table describes each column and its source:
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CATALOG_ID NUMBER(19) N PK The ID of the imported report log from which this event was extracted.
SECTION_ID NUMBER(19) N PK The ID of the section in the imported report log from which this event was extracted.
EVENT_OFFSET NUMBER(19) N PK A running count of the number of events in a section of a report log that serves as a means to sequence the events as they were found in the report log.
EVENT_TIME TIMESTAMP(6) N   The time of this record in the local server time zone.
EVENT_TIME_GMT NUMBER(13) N   The time of this record in GMT time. This is the number of seconds from midnight, January 1 st , 1970.
EVENT_TYPE VARCHAR2(128) N   The license event type. This includes USED, DENIED and ULTDENIED.
USER_NAME VARCHAR2(128) N   The user name of the user who checked out the license.
HOST_NAME VARCHAR2(128) N   The name of host in which the user is logged on.
LIC_PROJECT VARCHAR2(60) Y   The license project field. This also contains the PROJECT_NAME, SUBMIT_TIME, CLUSTER_NAME, JOB_ID, and JOB_ARRAY_INDEX fields.
LIC_FEATURE_NAME VARCHAR2(128) N PK The license feature name.
LIC_VERSION VARCHAR2(128) N   The license feature version.
LIC_VENDOR_NAME VARCHAR2(128) N PK The license vendor name.
LIC_SERVER_NAME VARCHAR2(128) N PK The license server name.
LIC_USAGE_AMT NUMBER(15) N   The license usage amount.
CHECKOUT NUMBER(13) Y   The license check out time. This is the number of seconds from midnight, January 1 st , 1970.
CHECKIN NUMBER(13) Y   The license check in time. This is the number of seconds from midnight, January 1 st , 1970.
REASON VARCHAR2(512) Y   The license denial reason.
SYNTHESIZED NUMBER Y   An ID indicating whether this event was an actual event or if it was synthesized.
LIC_SITE_NAME VARCHAR2(256) N   The license loader site name as set by the user in the properties file. If it is not set, this field is “-“.
PROCESS_ID VARCHAR2(128) N   The ID of the user’s process that initiated the event.
PLC_ID VARCHAR2(20) N   The plc instance id.
INSERT_SEQ NUMBER(15) Y   The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table.