IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #972373
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
1748305800

State

5/27/2025 5:04:13 AM (+4.094s) 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:
eab8af43
+23msOfflineTimeCommitTo3ECommandHandler - Started
+926msNo of records retrieved : 331
+4.015sProcessing #: 24386379 | FeeUserId - 3116 | Client # - 007823 | Study # - 0010
+4.019sStudy Found: #- 145175 | Timekeeper - 5104 | Office - 14750
+4.024sProcessing #: 24384196 | FeeUserId - 5434 | Client # - 339099 | Study # - 0001
+4.029sStudy Found: #- 153961 | Timekeeper - 5718 | Office - 12750
+4.033sProcessing #: 24386396 | FeeUserId - 6618 | Client # - 008156 | Study # - 0014
+4.038sStudy Found: #- 145072 | Timekeeper - 4492 | Office - 17500
+4.043sProcessing #: 24386645 | FeeUserId - 658 | Client # - 338976 | Study # - 0001
+4.047sStudy Found: #- 153560 | Timekeeper - 4973 | Office - 20500
+4.053sProcessing #: 24386696 | FeeUserId - 658 | Client # - 003315 | Study # - 0015
+4.058sStudy Found: #- 151515 | Timekeeper - 4973 | Office - 19250
+4.063sProcessing #: 24386706 | FeeUserId - 5403 | Client # - 337910 | Study # - 0001
+4.067sStudy Found: #- 144154 | Timekeeper - 3861 | Office - 13500
+4.073sProcessing #: 24157170 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+4.078sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/27/2025 5:04:07 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:
7c7112b8

+1h 11m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/27/2025 3:12:09 AM

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

+67ms Processing

Server:
wn1mdwk000it8:2628
Worker:
897baa44
+84msOfflineTimeCommitTo3ECommandHandler - Started
+1.533sNo of records retrieved : 331
+4.426sProcessing #: 24386398 | FeeUserId - 406 | Client # - 304734 | Study # - 0012
+4.438sStudy Found: #- 144656 | Timekeeper - 5483 | Office - 13250
+4.445sProcessing #: 24383920 | FeeUserId - 7160 | Client # - 336604 | Study # - 0003
+4.450sStudy Found: #- 150274 | Timekeeper - 3833 | Office - 45147
+4.458sProcessing #: 24386046 | FeeUserId - 4686 | Client # - 011782 | Study # - 0010
+4.464sStudy Found: #- 136655 | Timekeeper - 6245 | Office - 13500
+4.471sProcessing #: 24383826 | FeeUserId - 5437 | Client # - 336384 | Study # - 0002
+4.477sStudy Found: #- 143647 | Timekeeper - 4223 | Office - 45108
+4.484sProcessing #: 24383873 | FeeUserId - 6989 | Client # - 300485 | Study # - 0008
+4.490sStudy Found: #- 143966 | Timekeeper - 4276 | Office - 13250
+4.496sProcessing #: 24384609 | FeeUserId - 4191 | Client # - 337434 | Study # - 0002
+4.502sStudy Found: #- 142595 | Timekeeper - 4907 | Office - 45104
+4.508sProcessing #: 24157170 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+4.514sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+41m 31.263s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/27/2025 2:00:30 AM

+33ms 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:
e885943e

+24m 56.860s 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/27/2025 1:18:58 AM

+4.014s 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:
2dd4057b
+18msOfflineTimeCommitTo3ECommandHandler - Started
+936msNo of records retrieved : 331
+3.941sProcessing #: 24386097 | FeeUserId - 590 | Client # - 309419 | Study # - 0006
+3.946sStudy Found: #- 145313 | Timekeeper - 4257 | Office - 16750
+3.951sProcessing #: 24384396 | FeeUserId - 592 | Client # - 305114 | Study # - 0017
+3.955sStudy Found: #- 144056 | Timekeeper - 5503 | Office - 45131
+3.959sProcessing #: 24386685 | FeeUserId - 658 | Client # - 013876 | Study # - 0009
+3.964sStudy Found: #- 147272 | Timekeeper - 4973 | Office - 20500
+3.968sProcessing #: 24386580 | FeeUserId - 7719 | Client # - 337664 | Study # - 0002
+3.973sStudy Found: #- 143379 | Timekeeper - 6671 | Office - 17750
+3.977sProcessing #: 24386591 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+3.981sStudy Found: #- 154282 | Timekeeper - 6671 | Office - 21500
+3.987sProcessing #: 24386601 | FeeUserId - 7719 | Client # - 012636 | Study # - 0014
+3.991sStudy Found: #- 145915 | Timekeeper - 6671 | Office - 12250
+3.996sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+4sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+11m 26.220s 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 12:53:57 AM

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

+43ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
58060df2
+42msOfflineTimeCommitTo3ECommandHandler - Started
+1.010sNo of records retrieved : 331
+4.103sProcessing #: 24386654 | FeeUserId - 7415 | Client # - 001458 | Study # - 0019
+4.108sStudy Found: #- 146273 | Timekeeper - 6488 | Office - 11250
+4.113sProcessing #: 24384458 | FeeUserId - 497 | Client # - 303433 | Study # - 0005
+4.117sStudy Found: #- 60398 | Timekeeper - 3426 | Office - 50142
+4.121sProcessing #: 24386095 | FeeUserId - 590 | Client # - 309419 | Study # - 0006
+4.125sStudy Found: #- 145313 | Timekeeper - 4257 | Office - 16750
+4.128sProcessing #: 24386092 | FeeUserId - 590 | Client # - 330286 | Study # - 0002
+4.134sStudy Found: #- 124321 | Timekeeper - 4257 | Office - 20750
+4.138sProcessing #: 24385854 | FeeUserId - 4686 | Client # - 339151 | Study # - 0001
+4.142sStudy Found: #- 154176 | Timekeeper - 6245 | Office - 15250
+4.147sProcessing #: 24383832 | FeeUserId - 7061 | Client # - 338221 | Study # - 0001
+4.151sStudy Found: #- 149749 | Timekeeper - 3958 | Office - 18500
+4.155sProcessing #: 24157176 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+4.159sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+5m 22.777s 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/27/2025 12:42:24 AM

+4.196s 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:
b61aafec
+22msOfflineTimeCommitTo3ECommandHandler - Started
+853msNo of records retrieved : 331
+4.115sProcessing #: 24386102 | FeeUserId - 590 | Client # - 304870 | Study # - 0007
+4.122sStudy Found: #- 151606 | Timekeeper - 4257 | Office - 17750
+4.128sProcessing #: 24386109 | FeeUserId - 590 | Client # - 338221 | Study # - 0001
+4.133sStudy Found: #- 149749 | Timekeeper - 4257 | Office - 18500
+4.139sProcessing #: 24386646 | FeeUserId - 658 | Client # - 338976 | Study # - 0001
+4.144sStudy Found: #- 153560 | Timekeeper - 4973 | Office - 20500
+4.149sProcessing #: 24386699 | FeeUserId - 658 | Client # - 305838 | Study # - 0006
+4.154sStudy Found: #- 148808 | Timekeeper - 4973 | Office - 18000
+4.159sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+4.165sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+4.170sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+4.176sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+3m 11.084s 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 12:37:04 AM

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

+24ms Processing

Server:
wn1mdwk000it8:2628
Worker:
a4104d21
+27msOfflineTimeCommitTo3ECommandHandler - Started
+948msNo of records retrieved : 331
+3.942sProcessing #: 24386379 | FeeUserId - 3116 | Client # - 007823 | Study # - 0010
+3.949sStudy Found: #- 145175 | Timekeeper - 5104 | Office - 14750
+3.954sProcessing #: 24384268 | FeeUserId - 7298 | Client # - 336604 | Study # - 0004
+3.960sStudy Found: #- 151328 | Timekeeper - 6510 | Office - 45147
+3.966sProcessing #: 24386657 | FeeUserId - 403 | Client # - 330286 | Study # - 0002
+3.972sStudy Found: #- 124321 | Timekeeper - 3732 | Office - 20750
+3.977sProcessing #: 24157188 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+3.983sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+1m 43.540s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/27/2025 12:33:48 AM

+4.653s 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:
1a53ba85
+18msOfflineTimeCommitTo3ECommandHandler - Started
+1.061sNo of records retrieved : 331
+4.573sProcessing #: 24384719 | FeeUserId - 568 | Client # - 338221 | Study # - 0001
+4.578sStudy Found: #- 149749 | Timekeeper - 5384 | Office - 18500
+4.583sProcessing #: 24384655 | FeeUserId - 497 | Client # - 303433 | Study # - 0006
+4.588sStudy Found: #- 60399 | Timekeeper - 3426 | Office - 50142
+4.595sProcessing #: 24386487 | FeeUserId - 590 | Client # - 013577 | Study # - 0011
+4.599sStudy Found: #- 147366 | Timekeeper - 4257 | Office - 11000
+4.603sProcessing #: 24384113 | FeeUserId - 1754 | Client # - 336270 | Study # - 0003
+4.608sStudy Found: #- 150401 | Timekeeper - 5735 | Office - 45104
+4.612sProcessing #: 24386394 | FeeUserId - 6618 | Client # - 008156 | Study # - 0014
+4.616sStudy Found: #- 145072 | Timekeeper - 4492 | Office - 17500
+4.619sProcessing #: 24386668 | FeeUserId - 7415 | Client # - 301027 | Study # - 0013
+4.623sStudy Found: #- 146272 | Timekeeper - 6488 | Office - 17750
+4.636sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+4.640sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+1m 8.440s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/27/2025 12:31:56 AM

+6.590s 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:
280f071e
+18msOfflineTimeCommitTo3ECommandHandler - Started
+2.144sNo of records retrieved : 331
+6.516sProcessing #: 24386398 | FeeUserId - 406 | Client # - 304734 | Study # - 0012
+6.521sStudy Found: #- 144656 | Timekeeper - 5483 | Office - 13250
+6.526sProcessing #: 24384720 | FeeUserId - 568 | Client # - 338221 | Study # - 0001
+6.530sStudy Found: #- 149749 | Timekeeper - 5384 | Office - 18500
+6.535sProcessing #: 24385854 | FeeUserId - 4686 | Client # - 339151 | Study # - 0001
+6.539sStudy Found: #- 154176 | Timekeeper - 6245 | Office - 15250
+6.543sProcessing #: 24384782 | FeeUserId - 4688 | Client # - 330286 | Study # - 0002
+6.548sStudy Found: #- 124321 | Timekeeper - 5126 | Office - 20750
+6.551sProcessing #: 24386663 | FeeUserId - 403 | Client # - 330286 | Study # - 0002
+6.556sStudy Found: #- 124321 | Timekeeper - 3732 | Office - 20750
+6.562sProcessing #: 24384341 | FeeUserId - 4267 | Client # - 004430 | Study # - 0024
+6.567sStudy Found: #- 148989 | Timekeeper - 4143 | Office - 14250
+6.571sProcessing #: 24157176 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+6.575sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+41.220s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/27/2025 12:30:41 AM

+4.180s 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:
wn1mdwk000it8:2628
Worker:
54410f88
+29msOfflineTimeCommitTo3ECommandHandler - Started
+995msNo of records retrieved : 331
+3.845sProcessing #: 24384718 | FeeUserId - 568 | Client # - 338221 | Study # - 0001
+3.851sStudy Found: #- 149749 | Timekeeper - 5384 | Office - 18500
+3.856sProcessing #: 24386652 | FeeUserId - 658 | Client # - 308881 | Study # - 0006
+3.862sStudy Found: #- 147871 | Timekeeper - 4973 | Office - 19250
+3.868sProcessing #: 24386700 | FeeUserId - 658 | Client # - 305838 | Study # - 0006
+3.874sStudy Found: #- 148808 | Timekeeper - 4973 | Office - 18000
+3.880sProcessing #: 24386070 | FeeUserId - 7631 | Client # - 311789 | Study # - 0006
+3.886sStudy Found: #- 148117 | Timekeeper - 6621 | Office - 18500
+3.893sProcessing #: 24386617 | FeeUserId - 6071 | Client # - 000001 | Study # - 0019
+3.899sStudy Found: #- 71133 | Timekeeper - 6306 | Office - 20500
+3.905sProcessing #: 24386373 | FeeUserId - 6439 | Client # - 313902 | Study # - 0023
+3.911sStudy Found: #- 151216 | Timekeeper - 5165 | Office - 45120
+3.916sProcessing #: 24383448 | FeeUserId - 7829 | Client # - 337692 | Study # - 0002
+3.922sStudy Found: #- 143525 | Timekeeper - 6742 | Office - 45108
+3.928sProcessing #: 24383920 | FeeUserId - 7160 | Client # - 336604 | Study # - 0003
+3.934sStudy Found: #- 150274 | Timekeeper - 3833 | Office - 45147
+3.943sProcessing #: 24384535 | FeeUserId - 497 | Client # - 303433 | Study # - 0002
+3.949sStudy Found: #- 60395 | Timekeeper - 3426 | Office - 50142
+3.955sProcessing #: 24384734 | FeeUserId - 5398 | Client # - 303660 | Study # - 0007
+3.963sStudy Found: #- 147293 | Timekeeper - 5181 | Office - 13750
+3.969sProcessing #: 24386681 | FeeUserId - 658 | Client # - 014341 | Study # - 0010
+3.975sStudy Found: #- 143876 | Timekeeper - 4973 | Office - 17250
+3.980sProcessing #: 24386688 | FeeUserId - 658 | Client # - 013876 | Study # - 0009
+3.986sStudy Found: #- 147272 | Timekeeper - 4973 | Office - 20500
+3.992sProcessing #: 24386384 | FeeUserId - 4539 | Client # - 004994 | Study # - 0008
+3.998sStudy Found: #- 139048 | Timekeeper - 5762 | Office - 19500
+4.003sProcessing #: 24386630 | FeeUserId - 6071 | Client # - 308689 | Study # - 0021
+4.009sStudy Found: #- 150738 | Timekeeper - 6306 | Office - 45134
+4.015sProcessing #: 24386612 | FeeUserId - 7419 | Client # - 330286 | Study # - 0002
+4.021sStudy Found: #- 124321 | Timekeeper - 6483 | Office - 20750
+4.026sProcessing #: 24384113 | FeeUserId - 1754 | Client # - 336270 | Study # - 0003
+4.033sStudy Found: #- 150401 | Timekeeper - 5735 | Office - 45104
+4.039sProcessing #: 24383930 | FeeUserId - 5996 | Client # - 337096 | Study # - 0019
+4.043sStudy Found: #- 154171 | Timekeeper - 6219 | Office - 45141
+4.051sProcessing #: 24384065 | FeeUserId - 3053 | Client # - 300485 | Study # - 0008
+4.057sStudy Found: #- 143966 | Timekeeper - 5262 | Office - 13250
+4.063sProcessing #: 24384219 | FeeUserId - 7298 | Client # - 336604 | Study # - 0004
+4.069sStudy Found: #- 151328 | Timekeeper - 6510 | Office - 45147
+4.075sProcessing #: 24384709 | FeeUserId - 7408 | Client # - 305156 | Study # - 0008
+4.080sStudy Found: #- 146270 | Timekeeper - 6476 | Office - 13000
+4.086sProcessing #: 24384719 | FeeUserId - 568 | Client # - 338221 | Study # - 0001
+4.093sStudy Found: #- 149749 | Timekeeper - 5384 | Office - 18500
+4.099sProcessing #: 24386653 | FeeUserId - 658 | Client # - 308881 | Study # - 0006
+4.105sStudy Found: #- 147871 | Timekeeper - 4973 | Office - 19250
+4.112sProcessing #: 24383903 | FeeUserId - 718 | Client # - 338818 | Study # - 0001
+4.118sStudy Found: #- 153063 | Timekeeper - 4310 | Office - 45121
+4.124sProcessing #: 24386619 | FeeUserId - 6071 | Client # - 308689 | Study # - 0021
+4.130sStudy Found: #- 150738 | Timekeeper - 6306 | Office - 45134
+4.136sProcessing #: 24386654 | FeeUserId - 7415 | Client # - 001458 | Study # - 0019
+4.142sStudy Found: #- 146273 | Timekeeper - 6488 | Office - 11250
+4.148sProcessing #: 24384611 | FeeUserId - 497 | Client # - 303433 | Study # - 0006
+4.154sStudy Found: #- 60399 | Timekeeper - 3426 | Office - 50142
+4.160sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+4.167sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/27/2025 12:30:00 AM Created