Field |
Field Type |
Null |
Notes |
Description |
DATATABLENAME |
nvarchar(100) |
|
Default = '' |
The name of the data table in which the parsing error occured. |
LOCATION |
nvarchar(100) |
|
Default = '' |
The location in which the parsing error occured. |
ROWERROR |
nvarchar(255) |
|
Default = '' |
The actual error that occured in parsing. |
PARENTID |
uniqueidentifier |
 |
|
Contains the ID of the parent row (the wealth ID for top level wealth records) for which the error occurred. |
ERRORROWIDENTIFIER |
nvarchar(100) |
|
Default = '' |
The identifier of the datasource row for which the parsing failed. |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |