| System.Exception: Error: Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=5; handshake=13574;
Server: IESPRDDISSQL11D
Source: .Net SqlClient Data Provider
---> System.Data.SqlClient.SqlException: Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=5; handshake=13574; ---> System.ComponentModel.Win32Exception: The wait operation timed out
--- End of inner exception stack trace ---
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at KGS.DAL.DataAccess.PrepareAll(SqlCommand& cmd, SqlConnection& conn, String sSQL, CommandType cmdType, structSQLParams[] paramaterStruct, PerfMon& _perfmon) in C:\KGSDev\KGSLib\Main\Source\DataAccessLayer\DataAccess.cs:line 231
at KGS.DAL.DataAccess.ExecNonQuery(String sSQL, structSQLParams[]& paramStruct, CommandType cmdType) in C:\KGSDev\KGSLib\Main\Source\DataAccessLayer\DataAccess.cs:line 424
--- End of inner exception stack trace ---
at KGS.DAL.DataAccess.SQLExceptionHandler(SqlException ex) in C:\KGSDev\KGSLib\Main\Source\DataAccessLayer\DataAccess.cs:line 517
at KGS.DAL.DataAccess.ExecNonQuery(String sSQL, structSQLParams[]& paramStruct, CommandType cmdType) in C:\KGSDev\KGSLib\Main\Source\DataAccessLayer\DataAccess.cs:line 432
at KGS.DAL.DataAccess.ExecNonQuery(String sSQL, CommandType cmdType) in C:\KGSDev\KGSLib\Main\Source\DataAccessLayer\DataAccess.cs:line 409
at DFR.Log.LogError(Int32 iUnitID, Int32 iRunID, String sFileName, String sMethod, String sOperation, String sErrorMessage, String sSource, String sStackTrace) in C:\IPEDSDFR\_NCESDev\DFR2024WS(NCESDev_And_Nabil)\WebService\DFRClass\Util.cs:line 424
at error.ShowError() in e:\Inetpub\wwwroot\ipeds\DFR\2024\Error.aspx.cs:line 60 |