FAILED_COMPONENT_SETTINGS
This table includes all settings that are out of conformance and their values.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
TYPE |
SMALLINT/ TINYINT*, Default 0 |
Added to discriminate conformance failure reasons among Discrepancy, Inapplicable, Unsupported, Resource not in Library, and Unable to Merge Token Settings. |
|
FAILED_COMPONENT_ID |
BIGINT (not null) |
The foreign key back to FAILED_COMPONENT.FAILED_COMPONENT_ID. |
|
SETTING_NAME |
VARCHAR(255) |
The name of the failed setting. |
|
PRINTER_VALUE |
dropNotNullConstraint |
Can be a null value. |
|
COMPONENT_VALUE |
dropNotNullConstraint |
Can be a null value. |
*This data type is required for Microsoft SQL Server.