Sql Backup GUI connection issue
Toeho
Posts: 73
When trying to use the sql backup gui to connect to my servers I am getting the error listed below. I am running version 5.2.0.2825, any ideas??
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at _23._1(String , Object )
at _16._1(Server , ConnectionInformation )
at RedGate.SQLBackup.Engine.Server.OpenConnection()
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at _23._1(String , Object )
at _16._1(Server , ConnectionInformation )
at RedGate.SQLBackup.Engine.Server.OpenConnection()
Comments
Once you've upgraded and if you're still experiencing this issue could you try connecting to the same server using SQL Server Management Studio or Enterprise Manager on the same machine as the SQL Backup GUI? Are they able to connect without an issue?