Activity overview
Latest activity by jdegoei
Hi Lionel,
Below the output of my logfile after setting verbose logging.
I'm not getting any timeouts anymore, the only error now seems to be a cast-exception.
With kind regards,
Jamie.
09:16:44.933|Info |Logging |1 |Current Logging levels enabled: Verbose,Warning,Fatal,Debug,Information,Trace,Error
09:17:28.424|Error |Engine Service |1 |:Exception in progress dialog
System.InvalidCastException: Kan een object van het type System.Byte[] niet converteren naar het type System.String.
bij r.i()
bij r.b()
bij RedGate.MySQL.ObjectModel.Population.DatabasePopulationHelper.a(IPopulator )
bij RedGate.Shared.Controls.ProgressDialogEx.e()
09:18:38.709|Error |Engine Service |1 |:Exception in progress dialog
System.InvalidCastException: Kan een object van het type System.Byte[] niet converteren naar het type System.String.
bij r.i()
bij r.b()
bij RedGate.MySQL.ObjectModel.Population.DatabasePopulationHelper.a(IPopulator )
bij RedGate.Shared.Controls.ProgressDialogEx.e() / comments
Hi Lionel,
Below the output of my logfile after setting verbose logging.
I'm not getting any timeouts anymore, the only error now seems to be a cast-exception.
With kind regards,
Jamie.
09:16:44.93...
Errors on registering database
I'm retrieving 2 different (perhaps related) errors while registering de left-hand database. (credentials are ok, errors occur in MySQL Compare form at the second step).
First I got a time out expi...