// Job ID: #16930384
using TqsNibssPDService.BackgroundOperations.Operations;
var defaultTaxNotificationProcessor = Activate<DefaultTaxNotificationProcessor>();
await defaultTaxNotificationProcessor.ExecuteSoftAlliance(
"FBN|BRH|UNICALTSA|10-01-2025|722508",
"01",
null,
null,
null,
"01_OagfFee");
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.Common.ADP.ExceptionWithStackTrace(Exception e) --- 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 59 at TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor.ExecuteSoftAlliance(String paymentRef, String itemCode, String customerNumber, String trackedRef, String originalPaymentRef, String OtherItemCode) in C:\Users\sunday.omoyele\Desktop\isw_projects\tqs_Enterprise\TqsNibssPDService\BackgroundOperations\Operations\DefaultTaxNotificationProcessor.cs:line 68 at System.Runtime.CompilerServices.TaskAwaiter.GetResult()