Error Messagejava.sql.BatchUpdateException: Duplicate entry '425fefd6db38734052e3465039961916-XXXXXXXXXXXX' for key 'config' Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Experiencing errors while importing normal values from one instance to another instance. Error: Error Messagejava.sql.BatchUpdateException: Duplicate entry '425fefd6db38734052e34650XXXXXX-XXXXXXXXXXX' for key 'config' Release All releases Steps to reproduce 01) Activate plugin Field Normalization. 02) Filter navigator > Filed Normalization > Configurations > Normalizations 03) Open any record in the table [fn_normalize_config]. 04) Under related lists, click on Normal Values. 05) Try to import xml file of these normal value records from different instance. 06) You will see the errors below: Error Messagejava.sql.BatchUpdateException: Duplicate entry '425fefd6db38734052e3465039961916sysid- Valuenamexxxx' for key 'config'. Cause Out of the box, there is a unique key with combination of fields [config,value]. It is checking if there is any existing record with the combination of both 'config' & 'Value'. In this case, it found an existing record in the parent table [fn_value] and as a result it couldn't import the records and throwing such errors. Resolution This is expected while trying to import the records with the same fields 'Value' & 'config'.To avoid such errors, please make sure you don't have any existing records with the same combination.