In Schema Compare Toad errors out as soon as the database dropdown is clicked. If a local servers/database is selected, it works. As soon as a remote server authentication is attempted (via OpenVPN) it hangs with the following error:
"Quest.Shared.MSSQL.SqlConnectionException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Stack trace:
at Quest.Shared.MSSQL.SQLConnOptions.GetOpenSqlConnection(ISQLConnOptions conn, Boolean defaultConnection)
at Quest.Shared.MSSQL.ScriptEngine.OpenConnection()
at Quest.Shared.MSSQL.Helper.SQLServerHelper.Info.GetDatabaseInfos(ISQLConnOptions conn)
at Quest.Schema.MSSQL.ComparePlugin.Controls.SourceStorageConnectionControl.refreshDatabases()
at Quest.Schema.MSSQL.ComparePlugin.Controls.SourceStorageConnectionControl.cbDBList_QueryPopUp(Object sender, CancelEventArgs e)
at DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.RaiseQueryPopUp(CancelEventArgs e)
at DevExpress.XtraEditors.PopupBaseEdit.ShowPopup()
at DevExpress.XtraEditors.PopupBaseEdit.OnPressButton(EditorButtonObjectInfoArgs buttonInfo)
at DevExpress.XtraEditors.ButtonEdit.OnMouseDown(MouseEventArgs e)
at DevExpress.XtraEditors.PopupBaseEdit.OnMouseDown(MouseEventArgs e)
at DevExpress.XtraEditors.ComboBoxEdit.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
at DevExpress.XtraEditors.TextEdit.WndProc(Messa