IMPORTPROCESSEXCEPTION
Contains a list of exceptions that occurred during the execution of an import process.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| MESSAGE |
nvarchar(max) |
|
Default = '' |
|
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
| ROWNUMBER |
int |
|
Default = 0 |
The number of the row that caused the exception. |
| ROWDATA |
nvarchar(max) |
|
Default = '' |
The row of data that caused the exception. |
| ROWDATAXML |
xml |
yes |
|
|
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| BUSINESSPROCESSSTATUSID |
uniqueidentifier |
|
BUSINESSPROCESSSTATUS.ID
|
ID of the batch process status record to which the exception belongs |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_IMPORTPROCESSEXCEPTION_BUSINESSPROCESSSTATUSID |
BUSINESSPROCESSSTATUSID |
|
|
|
| IX_IMPORTPROCESSEXCEPTION_DATEADDED |
DATEADDED |
|
|
yes |
| IX_IMPORTPROCESSEXCEPTION_DATECHANGED |
DATECHANGED |
|
|
|
| PK_IMPORTPROCESSEXCEPTION |
ID |
yes |
yes |
|
Triggers