We started getting the following error in the UMP when in the AccountAdmin
trying to access ACL/LDAP tab
“Could not load acls:500, error”.

In the portal logs we can see the following error:
07 Apr 2020 11:56:30,672 ERROR
[DataFactoryException:102] (conn=440364) Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='07 Apr 2020 11:56:30,673 ERROR [DataFactoryException:104]
07 Apr 2020 11:56:30,674 ERROR [DataFactoryException:107] java.sql.SQLException: (conn=440364) Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='__ at
java.lang.Thread.run(Thread.java:745)__Caused by: java.sql.SQLException: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='_Query is:
select acls.*, af.value as ump_alarm_filters from CM_ACCOUNT_ACLS acls left join umpAclAlarmFilters af on acls.acl = af.acl__ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:153)__ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:255)__ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:209)__ ... 62 more__ [Sanitized]