IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #969561
using AG.A1.Scheduler.Billing.Contracts;

var offlineTimeCommitTo3ECommandHandler = Activate<IOfflineTimeCommitTo3ECommandHandler>();
await offlineTimeCommitTo3ECommandHandler.Run(null, null);

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"TMS-Sync-Offline-TimeEntries-To-3E-Task"
RetryCount
10
Time
1748059208

State

5/24/2025 8:32:26 AM (+2.307s) Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
58060df2
+22msOfflineTimeCommitTo3ECommandHandler - Started
+948msNo of records retrieved : 279
+2.230sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.235sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.240sProcessing #: 24367297 | FeeUserId - 6659 | Client # - 304988 | Study # - 0007
+2.245sStudy Found: #- 149240 | Timekeeper - 2 | Office - 14000
+2.251sProcessing #: 24367282 | FeeUserId - 6659 | Client # - 301421 | Study # - 0007
+2.257sStudy Found: #- 146488 | Timekeeper - 2 | Office - 18500
+2.261sProcessing #: 24367290 | FeeUserId - 6659 | Client # - 303566 | Study # - 0007
+2.266sStudy Found: #- 147715 | Timekeeper - 2 | Office - 15000
+2.270sProcessing #: 24367289 | FeeUserId - 6659 | Client # - 301057 | Study # - 0007
+2.274sStudy Found: #- 147485 | Timekeeper - 2 | Office - 17750
+2.278sProcessing #: 24367255 | FeeUserId - 6659 | Client # - 337589 | Study # - 0001
+2.286sStudy Found: #- 143116 | Timekeeper - 2 | Office - 13000
+2.290sProcessing #: 24157170 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.294sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 10 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 8:32:18 AM

+2.293s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+13ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
f02b15c2
+31msOfflineTimeCommitTo3ECommandHandler - Started
+987msNo of records retrieved : 264
+2.267sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.273sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 9 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/24/2025 6:40:18 AM

+40ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+23ms Processing

Server:
wn1mdwk000it8:10892
Worker:
20648e92

+43m 29.234s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 8 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 5:29:23 AM

+2.177s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
d2066ba4
+19msOfflineTimeCommitTo3ECommandHandler - Started
+900msNo of records retrieved : 264
+2.101sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.107sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.111sProcessing #: 24367295 | FeeUserId - 6659 | Client # - 004802 | Study # - 0011
+2.116sStudy Found: #- 148938 | Timekeeper - 2 | Office - 11000
+2.120sProcessing #: 24367274 | FeeUserId - 6659 | Client # - 309803 | Study # - 0007
+2.125sStudy Found: #- 145220 | Timekeeper - 2 | Office - 19250
+2.129sProcessing #: 24367271 | FeeUserId - 6659 | Client # - 300936 | Study # - 0007
+2.134sStudy Found: #- 145037 | Timekeeper - 2 | Office - 15500
+2.138sProcessing #: 24367264 | FeeUserId - 6659 | Client # - 306960 | Study # - 0007
+2.142sStudy Found: #- 144371 | Timekeeper - 2 | Office - 19750
+2.146sProcessing #: 24367300 | FeeUserId - 6659 | Client # - 338407 | Study # - 0001
+2.150sStudy Found: #- 150705 | Timekeeper - 2 | Office - 11000
+2.156sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.160sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+22m 10.114s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 7 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 4:45:56 AM

+2.290s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+23ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
dd43a047
+21msOfflineTimeCommitTo3ECommandHandler - Started
+1.036sNo of records retrieved : 264
+2.271sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+2.277sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+10m 48.700s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 6 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/24/2025 4:23:46 AM

+36ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+24ms Processing

Server:
wn0mdwk000d8i:11212
Worker:
9d593a7e

+6m 39.726s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 5 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 4:12:56 AM

+2.227s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+13ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
4ff32d5d
+22msOfflineTimeCommitTo3ECommandHandler - Started
+924msNo of records retrieved : 264
+2.195sProcessing #: 24339147 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.200sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.205sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+2.209sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+3m 1.004s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 4 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 4:06:17 AM

+2.320s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+13ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
eab8af43
+20msOfflineTimeCommitTo3ECommandHandler - Started
+923msNo of records retrieved : 264
+2.233sProcessing #: 24365579 | FeeUserId - 4868 | Client # - 307722 | Study # - 0005
+2.237sStudy Found: #- 143729 | Timekeeper - 3018 | Office - 20500
+2.242sProcessing #: 24365664 | FeeUserId - 4868 | Client # - 305383 | Study # - 0006
+2.246sStudy Found: #- 150874 | Timekeeper - 3018 | Office - 17750
+2.251sProcessing #: 24365716 | FeeUserId - 4868 | Client # - 305641 | Study # - 0004
+2.255sStudy Found: #- 134536 | Timekeeper - 3018 | Office - 11000
+2.259sProcessing #: 24365750 | FeeUserId - 4868 | Client # - 304056 | Study # - 0008
+2.265sStudy Found: #- 151348 | Timekeeper - 3018 | Office - 12000
+2.271sProcessing #: 24365823 | FeeUserId - 4868 | Client # - 009654 | Study # - 0008
+2.275sStudy Found: #- 143874 | Timekeeper - 3018 | Office - 21250
+2.279sProcessing #: 24365790 | FeeUserId - 4868 | Client # - 330286 | Study # - 0003
+2.283sStudy Found: #- 151605 | Timekeeper - 3018 | Office - 20750
+2.289sProcessing #: 24157144 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.294sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.299sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.304sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+1m 42.750s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 3 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 4:03:06 AM

+2.307s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
e5e9524b
+24msOfflineTimeCommitTo3ECommandHandler - Started
+879msNo of records retrieved : 264
+2.186sProcessing #: 24365483 | FeeUserId - 4868 | Client # - 014793 | Study # - 0009
+2.193sStudy Found: #- 146796 | Timekeeper - 3018 | Office - 16000
+2.202sProcessing #: 24365672 | FeeUserId - 4868 | Client # - 304214 | Study # - 0007
+2.208sStudy Found: #- 144702 | Timekeeper - 3018 | Office - 14500
+2.215sProcessing #: 24365714 | FeeUserId - 4868 | Client # - 313816 | Study # - 0006
+2.221sStudy Found: #- 148394 | Timekeeper - 3018 | Office - 17750
+2.227sProcessing #: 24365762 | FeeUserId - 4868 | Client # - 012484 | Study # - 0011
+2.232sStudy Found: #- 144611 | Timekeeper - 3018 | Office - 11250
+2.243sProcessing #: 24365738 | FeeUserId - 4868 | Client # - 338236 | Study # - 0002
+2.249sStudy Found: #- 149806 | Timekeeper - 3018 | Office - 11500
+2.255sProcessing #: 24365770 | FeeUserId - 4868 | Client # - 005362 | Study # - 0017
+2.261sStudy Found: #- 144773 | Timekeeper - 3018 | Office - 17750
+2.267sProcessing #: 24157154 | FeeUserId - 4339 | Client # - 336869 | Study # - 0001
+2.273sStudy Found: #- 140510 | Timekeeper - 4844 | Office - 11000
+2.278sProcessing #: 24157176 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+2.283sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+42.917s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 2 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 4:01:28 AM

+2.100s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+13ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
ae0c14c2
+16msOfflineTimeCommitTo3ECommandHandler - Started
+910msNo of records retrieved : 264
+2.077sProcessing #: 24243860 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.083sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+34.110s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 1 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 4:00:38 AM

+2.200s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
134e7c6c
+22msOfflineTimeCommitTo3ECommandHandler - Started
+928msNo of records retrieved : 264
+2.174sProcessing #: 24157186 | FeeUserId - 4339 | Client # - 013072 | Study # - 0005
+2.180sStudy Found: #- 111308 | Timekeeper - 4844 | Office - 20500

+4ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/24/2025 4:00:08 AM Created