dml_job_errors Table
The dml_job_errors table in the DirectMailer database contains information about errors that occurred when sending e-mail messages as part of a direct mail campaign.
The following table describes the columns in the dml_job_errors table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
job_id |
uniqueidentifier |
no |
The unique identifier for the direct mail job. This is a primary key. |
job_attempt |
int |
no |
Which attempt at sending the e-mail message this error is associated with. For example, if the value is 1, the error is associated with the first attempt at sending the e-mail message. This is a primary key. |
job_error_id |
int |
no |
The unique identifier for the error. This is a primary key. |
job_error_code |
int |
no |
The error code that is associated with the error. |
job_error_str |
nvarchar(1024) |
no |
The error message that is associated with the error. |
job_error_timestamp |
datetime |
yes |
The time at which the error was generated. |