| Job ID | |
| Type | |
| Method | |
| Args | |
| Exception | |
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
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=104547; handshake=11480;
System.Data.SqlClient.SqlException (0x80131904): 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=104547; handshake=11480; ---> System.ComponentModel.Win32Exception (258): The wait operation timed out. at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 417 at TqsNibssPDService.BackgroundOperations.Repositories.EntPaymentRepository.GetEntPaymentDetails(String paymentRef, String itemCode) in C:\Users\sunday.omoyele\Desktop\isw_projects\tqs_Enterprise\TqsNibssPDService\BackgroundOperations\Repositories\EntPaymentRepository.cs:line 58 at TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor.ExecuteSoftAlliance(String paymentRef, String itemCode, String customerNumber, String trackedRef, String originalPaymentRef) in C:\Users\sunday.omoyele\Desktop\isw_projects\tqs_Enterprise\TqsNibssPDService\BackgroundOperations\Operations\DefaultTaxNotificationProcessor.cs:line 68 at System.Runtime.CompilerServices.TaskAwaiter.GetResult()