Index: Source/Python/Ecc/Check.py
===================================================================
--- Source/Python/Ecc/Check.py	(revision 17671)
+++ Source/Python/Ecc/Check.py	(working copy)
@@ -1095,7 +1095,7 @@
                      """ % (Table.Table, Table.Table, Model, Model)
         RecordSet = Table.Exec(SqlCommand)
         for Record in RecordSet:     
-            if not EccGlobalData.gException.IsException(ErrorID, Record[1] + ':' + Record[2]):
+            if not EccGlobalData.gException.IsException(ErrorID, Record[2]):
                 EccGlobalData.gDb.TblReport.Insert(ErrorID, OtherMsg="The %s value [%s] is used more than one time" % (Name.upper(), Record[2]), BelongsToTable=Table.Table, BelongsToItem=Record[0])
 
     # Naming Convention Check
