ICE08

ICE08 validates that the Component table contains no duplicate GUIDs. Every component must have a unique GUID. No validation is done if the Component table does not exist.

Result

ICE08 posts an error message if two or more entries in the ComponentId column of the Component table contain the same GUID.

Example

For the following example, ICE08 would post a message stating that components Red and Green have duplicate GUIDs.

Component Table (partial)

Component ComponentId
Red {0000000A-0003-0000-0000-624474736554}
Blue {0000000A-0003-0000-0000-624474736354}
Green {0000000A-0003-0000-0000-624474736554}

 

To fix this error, change either of the duplicate GUIDs.

ICE Reference