Failed jobs do not become expired to allow you to re-queue them without any
time pressure. You should re-queue or delete them manually, or apply AutomaticRetry(OnAttemptsExceeded = AttemptsExceededAction.Delete)
attribute to delete them automatically.
An exception occurred during performance of the job. Fewer details...
3/18/2026 10:30:06 AM
System.Net.Http.HttpRequestException
Response status code does not indicate success: 400 (Bad Request).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 61
An exception occurred during performance of the job. More details...
3/18/2026 10:00:05 AM
System.Exception
Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
System.Exception: Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataPostToSap(Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 120
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 116
An exception occurred during performance of the job. More details...
3/18/2026 10:00:05 AM
System.Net.Http.HttpRequestException
Response status code does not indicate success: 400 (Bad Request).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 61
An exception occurred during performance of the job. More details...
3/18/2026 9:30:04 AM
System.Exception
Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
System.Exception: Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataPostToSap(Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 120
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 116
An exception occurred during performance of the job. More details...
3/18/2026 9:30:04 AM
System.Net.Http.HttpRequestException
Response status code does not indicate success: 400 (Bad Request).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 61
An exception occurred during performance of the job. More details...
3/18/2026 1:48:10 PM
System.IO.FileNotFoundException
Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
at OOP.BackgroundTask.Repository.OrderRepository.<DownloadDivisionOrdersAsPDF>d__16.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine&stateMachine)
at OOP.BackgroundTask.Repository.OrderRepository.DownloadDivisionOrdersAsPDF(List`1POPrintParams, UserDefaultUserDefault)
at OOP.BackgroundTask.Orders.OrderConfirmationMail.<SentOrderConfirmationMail>d__0.MoveNext() in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Orders\OrderConfirmationMail.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)
at OOP.BackgroundTask.Orders.SentOrderNotification.<SentOrderNotificationEmail>d__2.MoveNext() in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Orders\SentOrderNotification.cs:line 215
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)
at OOP.BackgroundJobsManager.Jobs.OrderJobs.<SendOrderConfirmationMail>d__1.MoveNext() in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundJobsManager\Jobs\OrderJobs.cs:line 24
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
An exception occurred during performance of the job. More details...
3/18/2026 9:00:03 AM
System.Exception
Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
System.Exception: Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataPostToSap(Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 120
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 116
An exception occurred during performance of the job. More details...
3/18/2026 9:00:03 AM
System.Net.Http.HttpRequestException
Response status code does not indicate success: 400 (Bad Request).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 61
An exception occurred during performance of the job. More details...
3/18/2026 8:30:02 AM
System.Exception
Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
System.Exception: Unable to process the Post Payment Data To SAP -TransactionID : 9492 Transaction Details is empty
at OOP.BackgroundTask.Payment.PostPaymentDataToSap.PaymentDataPostToSap(Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentDataToSap.cs:line 120
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 116
An exception occurred during performance of the job. More details...
3/18/2026 8:30:02 AM
System.Net.Http.HttpRequestException
Response status code does not indicate success: 400 (Bad Request).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(StringRazorPayPaymentID, Int32TransactionID) in C:\Users\MUTHUPANDI.R\source\repos\OnlineOrderingPortal_Git\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 61