When attempting to edit or update project instance directly in the Clarity application (MUX or Classic PPM), the error banner appears: System error. Contact system administrator.
The app-ca.log contains the following stack trace:
Exception while retrieving fiscal period type. com.niku.union.odf.exception.ODFValidationException: System error. Contact system administrator.
ExceptionInfo :: Could not update resource. Resource name: projects. Error code: internal Error message: System error. Contact system administrator.
com.niku.union.odf.exception.ODFValidationException: System error. Contact system administrator.
Clarity 16.4.2
The error was caused by a logic conflict within newly created virtual/calculated attributes on the Project object. This conflict prevented the application from correctly processing the update transaction.
select * from odf_custom_attributes where object_name = 'project' order by last_updated_date desc;