I received the following error message:
The operation could not be completed because the item no longer exists.
Component: Microsoft.Dynamics.Performance.Reporting.DataAccess.Server.ReportService
User: XXXXX
Machine: XXXXX
The cause was a user ID that was no longer valid. As best as I can tell an upgrade to CU14 was done while a report was checked out. Whatever the case this fixed it (NOTE - change the GUID to a value that exists or is valid for your system)
update reporting.controlreport set LastChangedBy = '406777E3-8F16-40A8-8163-AB5621F227E9', lastgeneratedby = '406777E3-8F16-40A8-8163-AB5621F227E9', checkedoutto = '406777E3-8F16-40A8-8163-AB5621F227E9' where id = 'A37A714F-0B84-491C-A0A9-1F0F96FD18E1'
*This post is locked for comments
I have the same question (0)