// Job ID: #20739039
using TqsNibssPDService.BackgroundOperations.Operations;
var paymentItemsLoggerProcessor = Activate<PaymentItemsLoggerProcessor>();
await paymentItemsLoggerProcessor.ExecuteForSoftAlliance(
FromJson<EntPaymentSoftAlliance>("{\"paymentLogId\":305786537,\"PaymentRef\":\"FBN|BRH|EKSG|4-06-2026|744810\",\"PaymentDate\":\"06/04/2026 12:20:09\",\"SettlementDate\":\"06/05/2026 00:00:01\",\"IsOwnBankCheque\":true,\"CustomerNumber\":\"8619080426150102\",\"TotalAmount\":3100143.0000,\"TotalFee\":15000.0000,\"OagfFee\":225.0000,\"NibssFee\":1575.0000,\"CbnFee\":1650.0000,\"ProductId\":4545,\"ItemCode\":\"0003\"}"));
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Procedure or function fetch_softAlliance_paymentItems has too many arguments specified.
System.Data.SqlClient.SqlException (0x80131904): Procedure or function fetch_softAlliance_paymentItems has too many arguments specified. 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.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 418 at TqsNibssPDService.BackgroundOperations.Repositories.EntPaymentRepository.GetSoftAlliancePaymentItems(String billReference, Int32 productId) in /app/TqsNibssPDService/BackgroundOperations/Repositories/EntPaymentRepository.cs:line 697 at TqsNibssPDService.BackgroundOperations.Operations.PaymentItemsLoggerProcessor.ExecuteForSoftAlliance(EntPaymentSoftAlliance payment) in /app/TqsNibssPDService/BackgroundOperations/Operations/PaymentItemsLoggerProcessor.cs:line 77 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)