Issue: Financial Close Management e-mail messages lack content or show Error 500 in place of content.
Solution: Follow these steps:
Connect to the SOAINFRA schema.
Run select * from WFTASKDISPLAY.
If the PARTITIONNAME and COMPOSITEVERSION columns do not have the values 'default and 1.0, respectively, run these commands:
update WFTASKDISPLAY set PARTITIONNAME = 'default'; update WFTASKDISPLAY set COMPOSITEVERSION = '1.0'; commit;