New FC_Log Table (in FI_Large)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
logged_at |
datetime |
N |
N |
Datetime at which this event or error occurred |
|
event_type |
int32 |
N |
N |
Enumeration for this event type: 0 = startup and shutdown 1 = input tag change 2 = output tag change 3 = transaction result 4 = internal FC error 5 = external driver error 6 = input tag change error 7 = output tag change error 8 = startup error |
|
fc_id |
int32 |
N |
N |
Which Factory Connector instance logged this entry |
|
tag_id |
int32 |
N |
Y |
Identify the tag to which this event applies for tag events; null for external driver events |
|
tag_name |
string80 |
N |
Y |
Fully qualified name for this tag (including namespace) for tag events; null for external driver events |
|
tag_value |
string1700 |
N |
Y |
New value for this tag for tag events; null for external driver events |
|
ext_mapping |
string80 |
N |
Y |
External mapping for this tag (for tag events), or external driver identification ( for external driver events) |
|
description |
string254 |
N |
N |
High level description for this entry |
|
context_info |
string4000 |
N |
Y |
Additional context data for this entry, e.g., parameter values if calling a transaction |
|
system_msg |
notes |
N |
Y |
System level detail for this entry, e.g., full exception description for a transaction failure |
|
row_id |
ID0 |
Y |
N |
Unique row identifier, for audit trail |