some problems:
MySql.Data.MySqlClient.MySqlException (0x80004005): Out of sync with server
at MySql.Data.MySqlClient.NativeDriver.ReadOk(Boolean read)
at MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(String databaseName)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at Devolutions.RemoteDesktopManager.Business.DataSources.DatabaseStateSubDataSource.GetAllConnectionStates()
#1 - RDM should have prompted you from the start, no sure why it gave you errors before prompting for the upgrade. We will investigate
#2 - should only be an annoyance and not cause bad data or corruption. Until we fix it, you can disable connection states:
Administration (tab) > Root (Settings) > Security > Checkout mode, set it to "Not available"
Best regards,
Stéfane Lavergne
#2 - it's already at "not available"
Same issue here, and Checkout mode is also already "Not available".
Unchecking the checkbox at:
Administration (tab) -> Data Source Settings -> General -> Allow entry states (Lock, Running, Checkout)
stopped the periodic out of sync popups for me. Will wait for a fix.
Hi All,
I have the same issue creating a new database on MariaDB.
Database created correctly, I imported data on database with success but when I am "online" i received this error
MySql.Data.MySqlClient.MySqlException (0x80004005): Out of sync with server
in MySql.Data.MySqlClient.NativeDriver.ReadOk(Boolean read)
in MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(String databaseName)
in MySql.Data.MySqlClient.MySqlConnection.Open()
in Devolutions.RemoteDesktopManager.Business.DataSources.DatabaseConnectionDataSource.ExecuteNonQuery(String sql, IDbDataParameter[] parameters)
in Devolutions.RemoteDesktopManager.Business.DataSources.MySQLLogSubDataSource.InsertLog(LogConnectionInfo info, ConnectionLogMessage connectionLogMessage)
Regards
Stefano
@Stefano,
Can you please try the latest beta build (v14.0.11.0) it should resolve the issue.
https://remotedesktopmanager.com/home/download#Beta
Best regards,
Stéfane Lavergne