The error indicates a duplicate record. Usually this means you dumped a database with a "case sensitive" sort order and there are records (usually UOMs) like Ea, EA and ea. Then when you load it into a database with "case insensitive" sort order these are treated as the same and result in the error.
↧