Share via


mktg_lm_operation_errors Table

The mktg_lm_operation_errors table in the marketing lists database contains information about direct mail list operation errors in the Marketing System.

The following table describes the columns in the mktg_lm_operation_errors table.

Column name

Type

Allow null

Description

guid_op_id

uniqueidentifier

no

A GUID that uniquely identifies a direct mail list operation.

This is a foreign key into the mktg_lm_master_operations table.

i_op_error_code

int

no

The error code associated with this direct mail list operation.

i_op_error_param

int

no

Additional information about the error associated with this direct mail list operation.

u_op_error_desc

nvarchar(1024)

yes

A description of the error associated with this direct mail list operation.

See Also

Other Resources

Marketing Lists Database Tables

Marketing Database Tables

mktg_lm_master_operations Table