The sm_events table contains information on the system events that occur
within an application. The information is used to produce the Event report.
Table definition
sm_events:
system_name varchar(15),
event_name varchar (15) not null,
appl_name varchar (15) not null,
event_count int,
time_stamp timestamp
Fields
- appl_name
- Name of the application from which the event is logged.
- event_count
- Number of times the event occurred.
- event_name
- Name of the system event.
- system_name
- The Blueworx Voice Response system to which the data applies.
- time_stamp
- A 30 minute time period (date and time).