Hi Community. Didn't know where to put this question, so please move it, if its in the wrong category :).
I've just recently upgraded a customer from 7.5 to 8.4.
When trying to update their license, I get the following error:
There is a problem with your license. Please contact SuperOffice. Failed to save!
If I look in the log, there seems to be problems with writing to the LicenseAssocLink table.
Cannot insert duplicate key row in object 'crm.LICENSEASSOCLINK' with unique index 'IDXmoduleLicenseId_assocId'. The duplicate key value is (24, 6).
Its trying to do an 'INSERT' query. How can this be? The line already exists (combination of assoc_id and module_id), as it should.
I'm kinde afraid to modify entries from the table, since it controls users licenseinformation :).