Project Corruption?

Hi,

I have an issue where navigating to an older project (~1 year old), is currently showing pages of a recently completed project. 

A couple of key points to note / things ive spotted;

  • All pages are correct and present within the old project (viewable in explorer).
  • The ect.fid file for the older project is showing the quid as "dc4e6bcb-edd5-4654-9f6a-002b132db044". This is the SAME quid as listed in the ect.fid file for the newer project.
  • Looking in SQL management studio, the quid for the older project is listed as "dc4e6bcb-edd5-4654-9f6a-002b132db044"
  • Looking in SQL management studio, the quid for the new project is listed as "98e3cc77-4be2-4327-8bba-a52a529ee2d6"
  • If I update the quid in the ect.fid file of the newer project to match "98e3cc77-4be2-4327-8bba-a52a529ee2d6", the project has a red warning symbol over it within project manager and is not viewable.

Can anyone offer any help on what might the issue be?

Kind Regards

Parents Reply Children
  • Many thanks again for your help Sarvesh.

    For anyone else we appeared to have some discrepancies around the project id, located within the dbo.project and dbo.page.

    To confirm;

    • The first line on the ect.fid located within the project is the "Project id". This needs to match the "project id" listed within the database within the table "dbo.project".
    • The 7th line is the guid, which also needs to match the "guid" listed within the database within the table dbo.project
    • The project id also needs to be correct within the database table "dbo.page". For some reason, our pages had crossed over and had an incorrect project id assigned to them. Once we updated to the correct project id, this resolved the issues.