When running report the error - java.sql.BatchUpdateException: Duplicate Entry 'Report Name' for key 'sys_ui_message_index1' is displayedIssue Error Message in the user browser session, when running report, as following java.sql.BatchUpdateException: Duplicate Entry 'Report Name' for key 'sys_ui_message_index1ReleaseAllCauseThis issue is related to translations. Records in table [ sys_ui_message ] where "Message" fields is NULL.ResolutionEither, populate the Message column with value from Display name column on the table [ sys_ui_message ]. Or, remove the records with NULL Message value and run the report. The system recreates the translation's properly.