I installed and ran the ERP Analyzer, as we are planning to update to 10.2.200, and it found a few items (5 to be exact) that need addressing prior to updating.
My question is if these are things that should be addressed now, or should wait to be done, just prior to the update.
The specific findings are:
- Update jobhead where jobclosed = false set wipcleared to false
- Update PartCOPart where ium <> part.ium or partdescription = part.partdescription set ium to part.ium and partdescription to part.partdescription
- Delete partdtl if not found on tforddtl where tfordline <> 0
- Delete partwhse where warehousecode = “” and onhandqty = 0
- Update rcvdtl where receiptdate is null set ReceiptDate to rcvhead.receiptdate
My first thought is that these are inconsistencies in the DB that should be addressed whether we update or not. But there’s that voice in my head whispering “if it ain’t broke …”
Would doing these “repairs”, without doing the update, cause problems?
Or would it fix problems I just haven’t run into yet?
Calvin