// Id: #1945765
using NibssRemittanceServiceWeb.BackgroundOperations;
var defaultTaxNotificationProcessor = Activate<DefaultTaxNotificationProcessor>();
await defaultTaxNotificationProcessor.Execute(10000352, "FBN|BRH|TXPRO|2021-09-23|544378");
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (258): No error information at System.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__122_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryMultipleAsync(IDbConnection cnn, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 1039 at NibssRemittanceServiceWeb.BackgroundOperations.Repositories.FirsPaymentRepository.GetAssessmentDetails(Int32 assessmentId) in /app/NibssRemittanceServiceWeb/BackgroundOperations/Repositories/FirsPaymentRepository.cs:line 41 at NibssRemittanceServiceWeb.BackgroundOperations.DefaultTaxNotificationProcessor.Execute(Int32 assessmentId, String paymentRef) in /app/NibssRemittanceServiceWeb/BackgroundOperations/Operations/DefaultTaxNotificationProcessor.cs:line 31 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)