Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ICE22 uses the FeatureComponents table to validate the mapping of features and components referenced in the PublishComponent table.
Result
ICE22 posts an error message if the features and components are mapped incorrectly in the PublishComponent table.
Example
For the following example ICE22 posts an error that {00000003-0004-0000-0000-624474732465} does not have the correct mapping for the Feature_ and Component_ columns.
PublishComponent Table (partial)
ComponentId | Feature_ | Component_ |
---|---|---|
{00000002-0003-0000-0000-624474736554} | Feat1 | Comp1 |
{00000003-0004-0000-0000-624474732465} | Feat1 | Comp2 |
FeatureComponents Table (partial)
Feature_ | Component_ |
---|---|
Feat1 | Comp1 |
Related topics