We recently updated to 8.1, and I noticed an issue, first with Software Loader, it won't run and throws an exception - "An item with the same key has already been added." By looking through the crash report, I noticed that it's loading from QBMFileRevision right before throwing the exception. I ran a few queries on QBMFileReport, and I noticed an odd thing, there are a couple of duplicate entriesl.
UID_QBMFileRevision | FileName | FileSize | FileVersion | SourceDirectory |
SCN-CB32115235226C72DA2FAA6AC5A0CB3D | de\VI.Projector.SCN.JobComponent.resources.dll | 4608 | 8.1.198.3261 | Modules\SCN\install\bin |
SCN-E7356BE9CBB06F4D9A1DAC454542A357 | de\VI.Projector.SCN.JobComponent.resources.dll | 4608 | 8.0.2.150 | Modules\SCN\install\bin |
SCN-AF3341FD27BFC776818E508D47CDDE84 | VI.Projector.SCN.JobComponent.dll | 25600 | 8.1.198.3261 | Modules\SCN\install\bin |
SCN-BF72ACBA76E9CE498F1D796DA267769E | VI.Projector.SCN.JobComponent.dll | 24576 | 8.0.2.150 | Modules\SCN\install\bin |
I tried deleting the old ones using designer, but it's not allowing me.
Assuming this is what's causing the issues, should I delete them from the db table, or is there some other way to clean them up?