BAM_ACTIVITY_CONTEXT Table

The BAM_ACTIVITY_CONTEXT table can be used as a continuation of the BAM_ACTIVITY table, containing one record for each entry that is logged by the BAM activity driver. The following table contains the message itself and its context, stored in large object type fields.

Field

Datatype

Description

RecordKey

Char(32)

This is the primary key for this table and foreign key for RecordKey in BAM_ACTIVITY_EXTENDED and BAM_ACTIVITY tables. This value is a GUID, solely used to uniquely identify an activity record.

Tstamp

Datetime

The time at which this activity record was logged, with precision down to the millisecond if the system supports it. This is identical to the tstamp value in the corresponding BAM_ACTIVITY record.

Msgkey

Char(32)

Not used.

Msgmac

Char(32)

Not used.

Msgtype

Varchar(32)

Not used.

Msg

BLOB

The message as it was at this point in processing.

Context

BLOB

All special registers associated with the message at this point of processing. Each register is stored as type/name=value and registers are delimited by the 0x07 character. Note that registers important to the application can be stored in the BAM_ACTIVITY_EXTENDED table.


iWay Software