Forum Discussion
itimatic
4 years agoFrequent Visitor
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 ...
- 4 years ago
The issue has been resolved.
The report was previously built based on MySQL database data sourceOn 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.
itimatic
4 years agoFrequent Visitor
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.
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.
- Anonymous4 years agoNot applicable
It worked for few users when we updated .NET Framework
Thanks