Abandon Exception Events

EE_AbandonEvents Table

Abandon Exception Events

Stores information about all the interactions that were abandoned in queue.

  • Table Type - Historical
  • Last Changed Version - 17.1.0.324
  • Last Changed Reason - Added for abandon exception events.

Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason CX Insights Name CX Insights Type CX Insights Folder Name
SerialKey uniqueidentifier False No

Unique Event ID - GUID

17.1.0.324 Added for abandon exception events.
InteractionIDKey char (18) False No

Interaction ID key.

17.1.0.324 Added for abandon exception events.
SiteID smallint False No

Site ID of the Interaction where the exception is captured

17.1.0.324 Added for abandon exception events.
EventDateTimeUTC datetime2 False No

Event date/time (UTC) when the exception was captured.

17.1.0.324 Added for abandon exception events.
EventDTOffset int False No

Offset to Server local time, in milliseconds, for the UTC event date/time

17.1.0.324 Added for abandon exception events.
SourceQueueType smallint False No

Enum of Source Queue Type :

(i.e. System = 11, User = 9, Station = 3, Workgroup =10, Orbit = 184)

17.1.0.324 Added for abandon exception events.
SourceQueueId bigint False No

Queue Name ID for captured exception.

17.1.0.324 Added for abandon exception events.
TimeInQueue bigint False No

Duration from queue entry until remote disconnect without being connected in milliseconds.

17.1.0.324 Added for abandon exception events.
Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason CX Insights Name CX Insights Type CX Insights Folder Name
SerialKey raw (16) False No

Unique Event ID - GUID

17.1.0.324 Added for abandon exception events.
InteractionIDKey char (18) False No

Interaction ID key.

17.1.0.324 Added for abandon exception events.
SiteID number False No

Site ID of the Interaction where the exception is captured

17.1.0.324 Added for abandon exception events.
EventDateTimeUTC timestamp False No

Event date/time (UTC) when the exception was captured.

17.1.0.324 Added for abandon exception events.
EventDTOffset number False No

Offset to Server local time, in milliseconds, for the UTC event date/time

17.1.0.324 Added for abandon exception events.
SourceQueueType number False No

Enum of Source Queue Type :

(i.e. System = 11, User = 9, Station = 3, Workgroup =10, Orbit = 184)

17.1.0.324 Added for abandon exception events.
SourceQueueId number False No

Queue Name ID for captured exception.

17.1.0.324 Added for abandon exception events.
TimeInQueue number True No

Duration from queue entry until remote disconnect without being connected in milliseconds.

17.1.0.324 Added for abandon exception events.

Constraints

Primary Key Name Type Column Name (sort order)
PK_AbandonEvents Non-clustered SerialKey (Ascending)

Primary Key Name Column Name (sort order)
pk_ee_abandonevents SerialKey (Ascending)

Foreign Key Name Column Reference Table Reference Column Indexed
FK_EE_AbandonEvents_SrcQID SourceQueueId QueueNameLookup QueueId Yes

Foreign Key Name Column Reference Table Reference Column Indexed
FK_EE_AbandonEvents_SrcQID SourceQueueId QueueNameLookup QueueId Yes

Index Name Type Column Name (sort order)
IX_AbandonEventsInc Non-clustered InteractionIDKey (Ascending)
EventDateTimeUTC (Ascending)
SourceQueueId (Ascending)

Index Name Column Name (sort order)
IX_ABANDONEVENTS EventDateTimeUTC (Ascending)
SiteID ()
InteractionIDKey (Ascending)
SourceQueueId (Ascending)
SourceQueueType ()