Good afternoon,
I have an Opera 3 SQL SE customer with a recurring issue where there are duplicate warehouses assigned to stock records i.e the MAIN warehouse is assigned to stock item CMAT044 > once.
It may be helpful to note that they use SOP, BOM & Batch traceability. The site has bespoke but, knowing what bespoke they have, I'm unsure how that bespoke would cause an issue such as this.
Has anyone else encountered an issue such as this, particularly in a SQL SE system?
Last checked 01/07 and then corrected another 7 stock records today 31/07, to give an idea of frequency.
I use the filter below, delete duplicates and then manually update balances.
Use Opera3SECompany000A
go
select cs_ref,cs_whar, count (*) as qty
from cstwh
group by cs_ref,cs_whar having count(*)>1
Regards
James