Welcome, Guest. Please Login.
05/02/24 at 00:47:05
News:
Home Help Search Login


Pages: 1
Send Topic Print
Duplicate Items Numbers (Read 452 times)
DJ Yates
Browser
*


HAVE A TIGGERIFIC
DAY!!!!

Posts: 5
Gender: female
Duplicate Items Numbers
01/20/21 at 08:20:15
 
We went to look up a part number (ARTRUS019) and the original part number was missing and another part number (HYTCON001) had it's description and was listed in Enter Inventory Items twice, but can only click on one.
Back to top
 
 
  IP Logged
Vman
Senior Member
****


If it ain't broke,
don't fix it

Posts: 460
Gender: male
Re: Duplicate Items Numbers
Reply #1 - 01/20/21 at 14:40:41
 
You can try running a Master Level Reconciliation SM-J-C.  This may correct some or all of the issues.  You can run it in report only mode which will not change anything and you can look at what it finds.
There are two master inventory files- BKICMSTR for accounting and  MTICMSTR for manufacturing.  They can get out of sync and sometimes when EVO "burps" it will create duplicates.
It may be necessary to edit one of both of the files using Maintain Database to correct the error.  Back everything up first.
Back to top
 
 

EVO-ERP 2022.2
Build 4/22/22
Actican Zen V14 SP2 Workgroup
Win7 64-bit and Win10 Pro
WWW   IP Logged
prophet
Full Member
***




Posts: 215
Re: Duplicate Items Numbers
Reply #2 - 01/21/21 at 09:31:02
 
If you are running EVO and or up to date i have a simple query which you can run in DE-A on the BKICMSTR and MTICMSTR files and it will tell you if there are any duplicates in the those two files. They are two separate query's. They run quick. If there are then you simply use maintain database to fix it. Let me know if you want it and I can paste it here for you.
Back to top
 
 
  IP Logged
DJ Yates
Browser
*


HAVE A TIGGERIFIC
DAY!!!!

Posts: 5
Gender: female
Re: Duplicate Items Numbers
Reply #3 - 01/21/21 at 10:59:22
 
Yes, please provide link
Back to top
 
 
  IP Logged
prophet
Full Member
***




Posts: 215
Re: Duplicate Items Numbers
Reply #4 - 01/21/21 at 11:50:19
 
There are two separate queries. You have to run them separately. Simply copy them then go to System Mgr then DE-A and past it in the window and execute or export. It will tell you if there are any duplicate part numbers in that file. If there are then you will need to use Maintain Database to fix it(aka delete one)
 
select   bkic_prod_code, count(*)
from     bkicmstr
group by bkic_prod_code
having   count(*) > 1
 
Second query
 
select   mtic_prod_code, count(*)
from     mticmstr
group by mtic_prod_code
having   count(*) > 1
 
Back to top
 
 
  IP Logged
Pages: 1
Send Topic Print