Thanks for your thoughts. It is a postgres database running on a QNAP NAS.
The 'failed to save project' error just happened again and we got this from the log in the database server, that coincided with that message in Resolve:
- Code: Select all
ERROR: duplicate key value violates unique constraint "ListMgt::LmVersionTable_pkey"
DETAIL: Key ("ListMgt::LmVersionTable_id")=(7bd28091-71c9-42b2-b42c-b59d1ad76efb) already exists.
STATEMENT: INSERT INTO "ListMgt::LmVersionTable" ("Sm2TiItem_id", "ListMgt::LmVersionTable_id", "DbType", "FieldsBlob", "VerType", "pRemoteTable", "pActive", "LockSysId", "DbSavedTime", "LinkedGroup") VALUES ('1bfbd32c-ca52-44f0-ab5e-6a3c74a59f2b', '7bd28091-71c9-42b2-b42c-b59d1ad76efb', 'ListMgt::LmVersionTable', NULL, '0', '99cdcb23-89e3-493d-a0f2-04a9d6ac5731', '379aa4ba-38b1-442a-8ade-7ec139543809', '', 77392, NULL)
This is a key violation, we can't imagine any way we'd alter the database to make this not happen.
Any thoughts?