 |
A critical error has occurred. System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: 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: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
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 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at TIDILogic.Authentication.LoginPreAuthorised(String Username, String FullName) in V:\SCC\NITB\projects\TIDILogic\Authentication.cs:line 66
at System.Data.SqlClient.SqlConnection.Open()
at TIDILogic.TIDIModeratorType.GetCurrentModerator() in V:\SCC\NITB\projects\TIDILogic\TIDIModeratorType.cs:line 107
at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
at Update.GetImage(Int32 imageID, Int32 maxWidth, Int32 maxHeight)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at TIDILogic2.SqlStatement.FetchDataSet() in C:\SCC\NITB\projects\TIDILogic2\SqlStatement.cs:line 392
at TIDILogic2.Products.GetProduct(Int32 productID, ProductDetailLevel detail, Boolean fetchNonPublic) in C:\SCC\NITB\projects\TIDILogic2\Products.cs:line 134
at TIDILogic2.Products.GetProduct(Int32 productID, ProductDetailLevel detail) in C:\SCC\NITB\projects\TIDILogic2\Products.cs:line 94
at Update.GetProduct(Int32 productID, ProductDetailLevel detailLevel)
--- End of inner exception stack trace --- |