// Job ID: #21035353
using TqsNibssPDService.BackgroundOperations.Operations;
var paymentItemsLoggerProcessor = Activate<PaymentItemsLoggerProcessor>();
await paymentItemsLoggerProcessor.ExecuteForSoftAlliance(
FromJson<EntPaymentSoftAlliance>("{\"paymentLogId\":305786597,\"PaymentRef\":\"FBN|BRH|EKSG|11-06-2026|744815\",\"PaymentDate\":\"06/11/2026 10:20:46\",\"SettlementDate\":\"06/12/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.
This SqlTransaction has completed; it is no longer usable.
System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable. at System.Data.SqlClient.SqlTransaction.ZombieCheck() at System.Data.SqlClient.SqlTransaction.Rollback() at TqsNibssPDService.BackgroundOperations.Repositories.EntPaymentRepository.LogSoftAlliancePendingItems(List`1 items, EntPaymentSoftAlliance payment, String primaryItemCode, Decimal billAmount) in C:\isw_projects\tqs_ent_service\TqsNibssPDService\BackgroundOperations\Repositories\EntPaymentRepository.cs:line 573 at TqsNibssPDService.BackgroundOperations.Operations.PaymentItemsLoggerProcessor.ExecuteForSoftAlliance(EntPaymentSoftAlliance payment) in C:\isw_projects\tqs_ent_service\TqsNibssPDService\BackgroundOperations\Operations\PaymentItemsLoggerProcessor.cs:line 76 at System.Runtime.CompilerServices.TaskAwaiter.GetResult()