WPPARSINGERROR
Contains errors caught parsing the results of WealthPoint searches.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATATABLENAME |
nvarchar(100) |
|
Default = '' |
The name of the data table in which the parsing error occurred. |
LOCATION |
nvarchar(100) |
|
Default = '' |
The location in which the parsing error occurred. |
ROWERROR |
nvarchar(255) |
|
Default = '' |
The actual error that occurred in parsing. |
PARENTID |
uniqueidentifier |
yes |
|
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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ERRORDATEUTC |
datetime |
yes |
|
|
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
WPSEARCHHISTORYID |
uniqueidentifier |
|
WPSEARCHHISTORY.ID
|
ID of the WealthPoint Search History for which the parsing error occurred. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_WPPARSINGERROR_DATEADDED |
DATEADDED |
|
|
yes |
IX_WPPARSINGERROR_DATECHANGED |
DATECHANGED |
|
|
|
IX_WPPARSINGERROR_WPSEARCHHISTORYID |
WPSEARCHHISTORYID |
|
|
|
PK_WPPARSINGERROR |
ID |
yes |
yes |
|
Triggers