You are on page 1of 1

SAP Business One Notes

1744970 - Duplicate field name in Manufacturers


Component: SBO-BC-UPG (SAP Business One > System > Upgrade), Version: 2, Released On: 03.07.2013

Symptom
When upgrading your company database to SAP Business One 9.0 or higher, you encounter the following error message after
the upgrade pre-check:
"The field name in Manufacturers should be unique and not null".

Cause
Quick Copy export or import OMRC
Application Error.

Solution
Use the following query to detect the issue:
select FirmName from OMRC group by FirmName having(COUNT(*)) > 1
union all
select top 1 FirmName from OMRC where isnull(FirmName,'') = ''
Change the manufacturer's name to make sure that there are no duplications. From the SAP Business One Main Menu
choose Administration -> Setup ->Inventory -> Manufacturers.

Other terms
Quick Copy, OMRC, Manufacturer

Products
Products

SAP BUSINESS ONE 9.0

This document refers to


SAP Note/KBA Component Title

1357462 SBO-BC-UPG Upgrade Wizard Precheck: Collective Note for all Check Items

You might also like