Posts

Showing posts with the label issues

Internal Consistency Evaluators

Image
This is some material on ICE which I got some time back from AngelD and wanted to post here for my and everyone's reference. ICE02 CASE 1: File: 'Red_File' cannot be the key file for Component: 'Blue'. The file belongs to Component: 'Red' Fix: Search for the component name in all the other tables in the following order: • If the component name is found in the Files Table, then set the keypath for the Component to be the name of the first column in the file table. • If the component name is found in the Registry Table then set the keypath for the Component to be the name of the first column in the Registry table, and add 4 to the Attributes column. • If the component name is not found in either table, leave the keypath blank CASE 2: ' Red_Key' cannot be the key registry key for Component: 'Blue'. The RegKey belongs to Component: 'Red' Fix: Search for the component name in all the other tables in the following order: • If the component ...