Forum Discussion

itimatic's avatar
itimatic
Frequent Visitor
4 years ago
Solved

Refresh data error: Character set 'utf8mb3' is not supported by .Net Framework

When I try refreshing dataset I get error: An error happened while reading data from the provider: 'Character set 'utf8mb3' is not supported by .Net Framework.' Used to work fine before, I get ...
  • itimatic's avatar
    4 years ago

    The issue has been resolved.

    The report was previously built based on MySQL database data source
    On server side MySQL database has been converted to MariaDB which caused utf8mb3 errors when establishing connection.
    Updating and downgrading of .Net framework didn't resolve the issue.

    The connection was re-established successfully using connector-odbc-3.1.4 available on https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.4/
    And data source settings I changed from MySQL Database to MariaDB, which resulted in datasets being treated as a completely new source, eventually all worked as before.