 |
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.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
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.SearchProducts(ProductCriteria criteria, ProductDetailLevel detail, ProductOrdering order, Int32 firstResult, Int32 maxResults, Int32& totalResults) in C:\SCC\NITB\projects\TIDILogic2\Products.cs:line 1422
at Update.SearchProducts(ProductCriteria criteria, ProductDetailLevel detailLevel, ProductOrdering orderBy, Int32 firstResult, Int32 maxResults)
--- End of inner exception stack trace --- |