We have a professional license and upgraded to 5.1 and cross-connection queries will not open. Is there anything we can do to troubleshoot this? 5.0 worked fine.
The issue is local storage won't connect and we're trying to figure out why. It worked in v5.
This old post suggests there's no need to change the username and password for local storage, but TDP continues to return the following error which it never did with v5. There's very limited information under options for local storage and it has all the config files in the designated local storage folder.
> There was a connect error. Check that the server, username, password and port are correct, that you have registered this user using the registration tab, and that the registered user has not been disabled: The requested address is not valid in its context (Remembered answer: "Cancel". Enable)
This post seems to suggest something needs to be done on a command line.
Here is the guardian.log error:
Unable to connect to any of the specified MySQL hosts.
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
at MySql.Data.MySqlClient.MySqlPool.GetConnection()
at MySql.Data.MySqlClient.MySqlConnection.Open()
at HubGuardian.Model.Processes.HubConf.ExecScript(MySqlConnection conn, String script_name)
at HubGuardian.Model.Processes.HubConf.DoCreateConf(Boolean updateSchema)
at HubGuardian.Model.Processes.Hub.ConfigureHub()
2020-04-21 18:23:27.819 [ERROR] fail to run guardian
hub config error
at HubGuardian.Model.Processes.Hub.ConfigureHub()
at HubGuardian.Model.Processes.Hub.Run()
at HubGuardian.Model.Guardian.Start()
at HubGuardian.Model.Guardian.Run()
This was an attempt at a secondary local storage connection:
2020-04-14 15:01:27.700 ping mysqld result: False
2020-04-14 15:01:27.700 Execute mysqlupgrade C:\Program Files\Quest Software\Toad Data Point 5.1\datahub\bin\mysql_upgrade.exe
2020-04-14 15:01:27.747 configure hub from source conf dir C:\Program Files\Quest Software\Toad Data Point 5.1\datahub\conf\hub_information_schema
2020-04-14 15:01:28.841 [ERROR] fail to configure hub
Unable to connect to any of the specified MySQL hosts.
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
at MySql.Data.MySqlClient.MySqlPool.GetConnection()
at MySql.Data.MySqlClient.MySqlConnection.Open()
at HubGuardian.Model.Processes.HubConf.ExecScript(MySqlConnection conn, String script_name)
at HubGuardian.Model.Processes.HubConf.DoCreateConf(Boolean updateSchema)
at HubGuardian.Model.Processes.Hub.ConfigureHub()
2020-04-14 15:01:28.841 [ERROR] fail to run guardian
hub config error
at HubGuardian.Model.Processes.Hub.ConfigureHub()
at HubGuardian.Model.Processes.Hub.Run()
at HubGuardian.Model.Guardian.Start()
at HubGuardian.Model.Guardian.Run()
Attempted a MySQL driver upgrade.
(1) root@localhost (toad_local_db) : There was a connect error. Check that the server, username, password and port are correct, that you have registered this user using the registration tab, and that the registered user has not been disabled
The driver setting is set to default, but it indicates that the driver should match what is being used for cross-connection queries so I presume it should be set to default since we generally need Oracle for cross-connections, but for local storage it would be MySQL.