Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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. |