IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #972472
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
1748314805

State

5/27/2025 7:34:04 AM (+4.170s) 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)

+20ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
3644a63b
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.090sNo of records retrieved : 331
+4.082sProcessing #: 24384611 | FeeUserId - 497 | Client # - 303433 | Study # - 0006
+4.089sStudy Found: #- 60399 | Timekeeper - 3426 | Office - 50142
+4.094sProcessing #: 24386658 | FeeUserId - 658 | Client # - 308881 | Study # - 0006
+4.100sStudy Found: #- 147871 | Timekeeper - 4973 | Office - 19250
+4.106sProcessing #: 24384065 | FeeUserId - 3053 | Client # - 300485 | Study # - 0008
+4.114sStudy Found: #- 143966 | Timekeeper - 5262 | Office - 13250
+4.119sProcessing #: 24386088 | FeeUserId - 7624 | Client # - 312684 | Study # - 0009
+4.124sStudy Found: #- 151086 | Timekeeper - 6681 | Office - 14500
+4.128sProcessing #: 24384620 | FeeUserId - 4191 | Client # - 337810 | Study # - 0001
+4.134sStudy Found: #- 143842 | Timekeeper - 4907 | Office - 45131
+4.139sProcessing #: 24386668 | FeeUserId - 7415 | Client # - 301027 | Study # - 0013
+4.144sStudy Found: #- 146272 | Timekeeper - 6488 | Office - 17750
+4.150sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+4.155sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/27/2025 7:33:52 AM

+30ms 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)

+17ms Processing

Server:
wn0mdwk000dlb:9464
Worker:
12f1771c

+1h 11m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/27/2025 5:42:25 AM

+3.883s 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)

+14ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
979597e9
+21msOfflineTimeCommitTo3ECommandHandler - Started
+865msNo of records retrieved : 331
+3.810sProcessing #: 24384065 | FeeUserId - 3053 | Client # - 300485 | Study # - 0008
+3.816sStudy Found: #- 143966 | Timekeeper - 5262 | Office - 13250
+3.820sProcessing #: 24384029 | FeeUserId - 7289 | Client # - 315996 | Study # - 0006
+3.824sStudy Found: #- 142638 | Timekeeper - 6508 | Office - 45122
+3.828sProcessing #: 24384718 | FeeUserId - 568 | Client # - 338221 | Study # - 0001
+3.832sStudy Found: #- 149749 | Timekeeper - 5384 | Office - 18500
+3.837sProcessing #: 24386652 | FeeUserId - 658 | Client # - 308881 | Study # - 0006
+3.841sStudy Found: #- 147871 | Timekeeper - 4973 | Office - 19250
+3.848sProcessing #: 24386700 | FeeUserId - 658 | Client # - 305838 | Study # - 0006
+3.852sStudy Found: #- 148808 | Timekeeper - 4973 | Office - 18000
+3.856sProcessing #: 24383448 | FeeUserId - 7829 | Client # - 337692 | Study # - 0002
+3.861sStudy Found: #- 143525 | Timekeeper - 6742 | Office - 45108
+3.865sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+3.869sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+41m 11.623s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/27/2025 4:30:15 AM

+4.613s 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)

+20ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
de1675d0
+21msOfflineTimeCommitTo3ECommandHandler - Started
+861msNo of records retrieved : 331
+4.549sProcessing #: 24384268 | FeeUserId - 7298 | Client # - 336604 | Study # - 0004
+4.556sStudy Found: #- 151328 | Timekeeper - 6510 | Office - 45147
+4.563sProcessing #: 24386585 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+4.569sStudy Found: #- 154282 | Timekeeper - 6671 | Office - 21500
+4.575sProcessing #: 24386595 | FeeUserId - 7719 | Client # - 337664 | Study # - 0002
+4.580sStudy Found: #- 143379 | Timekeeper - 6671 | Office - 17750
+4.584sProcessing #: 24386607 | FeeUserId - 7719 | Client # - 304814 | Study # - 0010
+4.588sStudy Found: #- 152161 | Timekeeper - 6671 | Office - 20500
+4.593sProcessing #: 24243858 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+4.597sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+22m 42.937s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/27/2025 3:49:04 AM

+30ms 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)

+20ms Processing

Server:
wn0mdwk000dlb:9464
Worker:
a190a51f

+12m 59.093s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/27/2025 3:26:23 AM

+4.110s 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)

+20ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
6fb9c22b
+22msOfflineTimeCommitTo3ECommandHandler - Started
+967msNo of records retrieved : 331
+4.065sProcessing #: 24386398 | FeeUserId - 406 | Client # - 304734 | Study # - 0012
+4.073sStudy Found: #- 144656 | Timekeeper - 5483 | Office - 13250
+4.077sProcessing #: 24386046 | FeeUserId - 4686 | Client # - 011782 | Study # - 0010
+4.081sStudy Found: #- 136655 | Timekeeper - 6245 | Office - 13500
+4.085sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+4.089sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+6m 38.610s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+33ms Scheduled

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

Enqueue at:
5/27/2025 3:13:13 AM

+3.703s 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)

+20ms Processing

Server:
wn1mdwk000it8:2628
Worker:
2e2fd15a
+29msOfflineTimeCommitTo3ECommandHandler - Started
+959msNo of records retrieved : 331
+3.608sProcessing #: 24384110 | FeeUserId - 1754 | Client # - 336270 | Study # - 0003
+3.613sStudy Found: #- 150401 | Timekeeper - 5735 | Office - 45104
+3.620sProcessing #: 24385851 | FeeUserId - 4686 | Client # - 339151 | Study # - 0001
+3.625sStudy Found: #- 154176 | Timekeeper - 6245 | Office - 15250
+3.632sProcessing #: 24383856 | FeeUserId - 5437 | Client # - 336384 | Study # - 0002
+3.638sStudy Found: #- 143647 | Timekeeper - 4223 | Office - 45108
+3.644sProcessing #: 24386580 | FeeUserId - 7719 | Client # - 337664 | Study # - 0002
+3.649sStudy Found: #- 143379 | Timekeeper - 6671 | Office - 17750
+3.655sProcessing #: 24386591 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+3.663sStudy Found: #- 154282 | Timekeeper - 6671 | Office - 21500
+3.669sProcessing #: 24386601 | FeeUserId - 7719 | Client # - 012636 | Study # - 0014
+3.674sStudy Found: #- 145915 | Timekeeper - 6671 | Office - 12250
+3.680sProcessing #: 24243869 | FeeUserId - 7728 | Client # - 318803 | Study # - 0002
+3.685sStudy Found: #- 102159 | Timekeeper - 6674 | Office - 13500

+3m 28.740s 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/27/2025 3:06:38 AM

+4.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)

+17ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
1a53ba85
+20msOfflineTimeCommitTo3ECommandHandler - Started
+947msNo of records retrieved : 331
+4.140sProcessing #: 24386050 | FeeUserId - 7621 | Client # - 324247 | Study # - 0009
+4.147sStudy Found: #- 141816 | Timekeeper - 6679 | Office - 13750
+4.154sProcessing #: 24386587 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+4.159sStudy Found: #- 154282 | Timekeeper - 6671 | Office - 21500
+4.163sProcessing #: 24386598 | FeeUserId - 7719 | Client # - 012636 | Study # - 0014
+4.168sStudy Found: #- 145915 | Timekeeper - 6671 | Office - 12250
+4.172sProcessing #: 24386608 | FeeUserId - 7719 | Client # - 304814 | Study # - 0010
+4.176sStudy Found: #- 152161 | Timekeeper - 6671 | Office - 20500
+4.181sProcessing #: 24243860 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+4.184sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+1m 10.933s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/27/2025 3:02:58 AM

+4.126s 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)

+17ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
234430ea
+20msOfflineTimeCommitTo3ECommandHandler - Started
+885msNo of records retrieved : 331
+4.050sProcessing #: 24386364 | FeeUserId - 6439 | Client # - 313902 | Study # - 0023
+4.056sStudy Found: #- 151216 | Timekeeper - 5165 | Office - 45120
+4.059sProcessing #: 24383996 | FeeUserId - 7289 | Client # - 315996 | Study # - 0006
+4.064sStudy Found: #- 142638 | Timekeeper - 6508 | Office - 45122
+4.069sProcessing #: 24384458 | FeeUserId - 497 | Client # - 303433 | Study # - 0005
+4.074sStudy Found: #- 60398 | Timekeeper - 3426 | Office - 50142
+4.078sProcessing #: 24386095 | FeeUserId - 590 | Client # - 309419 | Study # - 0006
+4.082sStudy Found: #- 145313 | Timekeeper - 4257 | Office - 16750
+4.089sProcessing #: 24386092 | FeeUserId - 590 | Client # - 330286 | Study # - 0002
+4.093sStudy Found: #- 124321 | Timekeeper - 4257 | Office - 20750
+4.098sProcessing #: 24384222 | FeeUserId - 7298 | Client # - 336604 | Study # - 0004
+4.104sStudy Found: #- 151328 | Timekeeper - 6510 | Office - 45147
+4.108sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+4.116sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+55.927s 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/27/2025 3:01:48 AM

+4.096s 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)

+17ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
4ff32d5d
+17msOfflineTimeCommitTo3ECommandHandler - Started
+909msNo of records retrieved : 331
+4.018sProcessing #: 24384202 | FeeUserId - 4837 | Client # - 322089 | Study # - 0018
+4.023sStudy Found: #- 151636 | Timekeeper - 5847 | Office - 45109
+4.027sProcessing #: 24386653 | FeeUserId - 658 | Client # - 308881 | Study # - 0006
+4.034sStudy Found: #- 147871 | Timekeeper - 4973 | Office - 19250
+4.038sProcessing #: 24384728 | FeeUserId - 5398 | Client # - 303660 | Study # - 0007
+4.042sStudy Found: #- 147293 | Timekeeper - 5181 | Office - 13750
+4.046sProcessing #: 24384268 | FeeUserId - 7298 | Client # - 336604 | Study # - 0004
+4.051sStudy Found: #- 151328 | Timekeeper - 6510 | Office - 45147
+4.056sProcessing #: 24384338 | FeeUserId - 4267 | Client # - 004430 | Study # - 0024
+4.061sStudy Found: #- 148989 | Timekeeper - 4143 | Office - 14250
+4.067sProcessing #: 24384110 | FeeUserId - 1754 | Client # - 336270 | Study # - 0003
+4.072sStudy Found: #- 150401 | Timekeeper - 5735 | Office - 45104
+4.077sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+4.081sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+41.637s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/27/2025 3:00:48 AM

+3.983s 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)

+17ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
adf1c785
+22msOfflineTimeCommitTo3ECommandHandler - Started
+976msNo of records retrieved : 331
+3.899sProcessing #: 24383826 | FeeUserId - 5437 | Client # - 336384 | Study # - 0002
+3.905sStudy Found: #- 143647 | Timekeeper - 4223 | Office - 45108
+3.910sProcessing #: 24384261 | FeeUserId - 7131 | Client # - 337349 | Study # - 0002
+3.916sStudy Found: #- 142351 | Timekeeper - 3566 | Office - 45108
+3.921sProcessing #: 24386088 | FeeUserId - 7624 | Client # - 312684 | Study # - 0009
+3.926sStudy Found: #- 151086 | Timekeeper - 6681 | Office - 14500
+3.931sProcessing #: 24384039 | FeeUserId - 3983 | Client # - 337096 | Study # - 0019
+3.935sStudy Found: #- 154171 | Timekeeper - 6589 | Office - 45141
+3.940sProcessing #: 24383941 | FeeUserId - 5996 | Client # - 337096 | Study # - 0019
+3.945sStudy Found: #- 154171 | Timekeeper - 6219 | Office - 45141
+3.949sProcessing #: 24386056 | FeeUserId - 7631 | Client # - 317465 | Study # - 0005
+3.954sStudy Found: #- 144498 | Timekeeper - 6621 | Office - 15500
+3.958sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+3.964sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+6ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/27/2025 3:00:05 AM Created