While trying to open project details finding "Error 500 - Internal Server Error. The server could not retrieve the document due to server-configuration or other technical problems"
Any Clarity release
The following query will allow you to identify the project OBS associations:
select * from PRJ_OBS_ASSOCIATIONS where table_name = 'SRM_PROJECTS' and record_id = 'internal project ID'
It should return one value per OBS unit.
The error is caused because it finds multiple OBS associations where it only expects one.