Hi,
We can't log in to our Vault system. This occurred after a
power failure on our SQL server. That server is up and
working fine now. (Lots of other applications are using it
without problems).
Below is a typical section from the log file during attempted
login. What can we do to fix this?
Cheers,
Geoff
----3/3/2006 10:55:16 AM admin--geoff.microcal.com(10.10.10.77)--SSL Disabled Vault Failed to establish a connection to the database.
----3/3/2006 10:55:16 AM admin--geoff.microcal.com(10.10.10.77)--SSL Disabled System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at VaultServiceSQL.VaultSqlConn.OpenConn()
at VaultServiceAPILib.VaultServiceAPISystem.GetOpenSqlConn(HttpApplicationState has, VaultLoginInfo vli, VaultSqlConn& conn) at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at VaultServiceSQL.VaultSqlConn.OpenConn()
at VaultServiceAPILib.VaultServiceAPISystem.GetOpenSqlConn(HttpApplicationState has, VaultLoginInfo vli, VaultSqlConn& conn)
(FailDBConn), but SQL server is fine
Moderator: SourceGear