i deleted the entiere installation and reinstalled it fresh. an error on the homepage showed up again whenever a status was added, doesnt matter what name you gave the status, to the project. the error in the event log is slightly different. its now referring to 'BugNet_P1_CFV' instead of 'BugNet_P3_CFV'.
i searched around the discussion and found another post which mentioned that these are names of Views which are being created. when i checked my Views in the database, these project views were missing. i clicked "generate custom field views" and received a successfully completed message but when i checked the views in the db, no new views appeared.
the sql account being used only had datareader, datawriter and execute permissions, so i started to play around with permissions. i added the Create View and Alter permissions for this account on this database. went back to the projects list and clicked "generate custom field views" and received a successfully completed. when i checked the views in the db this time, the view dbo.BugNet_P1_CFV was there. i went to the homepage and it loaded with no errors.
so looks like it was a permissions issue on the db side. whats interesting though is that the "generate custom field views" kept returning that it completed successfully, even though it didnt.
i searched around the discussion and found another post which mentioned that these are names of Views which are being created. when i checked my Views in the database, these project views were missing. i clicked "generate custom field views" and received a successfully completed message but when i checked the views in the db, no new views appeared.
the sql account being used only had datareader, datawriter and execute permissions, so i started to play around with permissions. i added the Create View and Alter permissions for this account on this database. went back to the projects list and clicked "generate custom field views" and received a successfully completed. when i checked the views in the db this time, the view dbo.BugNet_P1_CFV was there. i went to the homepage and it loaded with no errors.
so looks like it was a permissions issue on the db side. whats interesting though is that the "generate custom field views" kept returning that it completed successfully, even though it didnt.