IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #954368
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
1747087206

State

5/13/2025 2:32:01 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)

+20ms Processing

Server:
wn1mdwk000ger:10320
Worker:
bdf406b9

+1h 50m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/13/2025 2:31:52 AM

+3.277s 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:
wn1mdwk000ger:11052
Worker:
bfa4b16a
+28msOfflineTimeCommitTo3ECommandHandler - Started
+1.032sNo of records retrieved : 198
+3.153sProcessing #: 24243876 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+3.160sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+3.167sProcessing #: 24309989 | FeeUserId - 6659 | Client # - 305775 | Study # - 0007
+3.173sStudy Found: #- 151442 | Timekeeper - 2 | Office - 13000
+3.180sProcessing #: 24316838 | FeeUserId - 6659 | Client # - 324782 | Study # - 0006
+3.186sStudy Found: #- 150108 | Timekeeper - 2 | Office - 15250
+3.194sProcessing #: 24316839 | FeeUserId - 6659 | Client # - 006432 | Study # - 0020
+3.200sStudy Found: #- 149438 | Timekeeper - 2 | Office - 12250
+3.206sProcessing #: 24316858 | FeeUserId - 6659 | Client # - 008008 | Study # - 0015
+3.215sStudy Found: #- 137239 | Timekeeper - 2 | Office - 11000
+3.221sProcessing #: 24316864 | FeeUserId - 6659 | Client # - 339155 | Study # - 0001
+3.229sStudy Found: #- 154188 | Timekeeper - 2 | Office - 16000
+3.235sProcessing #: 24321693 | FeeUserId - 6659 | Client # - 303791 | Study # - 0008
+3.241sStudy Found: #- 147306 | Timekeeper - 2 | Office - 16500
+3.247sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+3.253sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+1h 8m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/13/2025 12:41:12 AM

+43ms 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:
wn0mdwk000ayr:10292
Worker:
6640c11c

+44m 13.166s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/12/2025 11:32:27 PM

+3.210s 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:
wn0mdwk000ayr:8920
Worker:
b11ca6e5
+21msOfflineTimeCommitTo3ECommandHandler - Started
+1.624sNo of records retrieved : 198
+3.017sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+3.021sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+3.027sProcessing #: 24316842 | FeeUserId - 6659 | Client # - 000294 | Study # - 0021
+3.033sStudy Found: #- 145201 | Timekeeper - 2 | Office - 12250
+3.037sProcessing #: 24316851 | FeeUserId - 6659 | Client # - 305177 | Study # - 0007
+3.043sStudy Found: #- 149135 | Timekeeper - 2 | Office - 18250
+3.048sProcessing #: 24316840 | FeeUserId - 6659 | Client # - 300279 | Study # - 0013
+3.053sStudy Found: #- 143848 | Timekeeper - 2 | Office - 16250
+3.058sProcessing #: 24316848 | FeeUserId - 6659 | Client # - 300731 | Study # - 0008
+3.064sStudy Found: #- 146238 | Timekeeper - 2 | Office - 18500
+3.068sProcessing #: 24321695 | FeeUserId - 6659 | Client # - 321467 | Study # - 0005
+3.073sStudy Found: #- 154229 | Timekeeper - 2 | Office - 17750
+3.077sProcessing #: 24325340 | FeeUserId - 6659 | Client # - 011897 | Study # - 0011
+3.082sStudy Found: #- 143372 | Timekeeper - 2 | Office - 13250
+3.086sProcessing #: 24243881 | FeeUserId - 7088 | Client # - 010175 | Study # - 0021
+3.090sStudy Found: #- 143420 | Timekeeper - 5640 | Office - 19750
+3.095sProcessing #: 24330670 | FeeUserId - 6659 | Client # - 305919 | Study # - 0007
+3.100sStudy Found: #- 148832 | Timekeeper - 2 | Office - 12750
+3.106sProcessing #: 24330674 | FeeUserId - 6659 | Client # - 300689 | Study # - 0007
+3.111sStudy Found: #- 143359 | Timekeeper - 2 | Office - 11000
+3.115sProcessing #: 24333100 | FeeUserId - 6659 | Client # - 308191 | Study # - 0006
+3.120sStudy Found: #- 143618 | Timekeeper - 2 | Office - 11000
+3.124sProcessing #: 24309985 | FeeUserId - 6659 | Client # - 320290 | Study # - 0010
+3.129sStudy Found: #- 151663 | Timekeeper - 2 | Office - 12000
+3.133sProcessing #: 24316853 | FeeUserId - 6659 | Client # - 014312 | Study # - 0014
+3.138sStudy Found: #- 145016 | Timekeeper - 2 | Office - 22000
+3.142sProcessing #: 24316859 | FeeUserId - 6659 | Client # - 304176 | Study # - 0006
+3.146sStudy Found: #- 147281 | Timekeeper - 2 | Office - 17750
+3.150sProcessing #: 24316833 | FeeUserId - 6659 | Client # - 322013 | Study # - 0004
+3.157sStudy Found: #- 143311 | Timekeeper - 2 | Office - 10750
+3.161sProcessing #: 24316836 | FeeUserId - 6659 | Client # - 338127 | Study # - 0002
+3.166sStudy Found: #- 146088 | Timekeeper - 2 | Office - 12000
+3.170sProcessing #: 24321690 | FeeUserId - 6659 | Client # - 300837 | Study # - 0006
+3.175sStudy Found: #- 146026 | Timekeeper - 2 | Office - 11000
+3.179sProcessing #: 24325338 | FeeUserId - 6659 | Client # - 009765 | Study # - 0012
+3.184sStudy Found: #- 144758 | Timekeeper - 2 | Office - 20500
+3.189sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+3.194sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+24m 11.850s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/12/2025 10:48:23 PM

+3.907s 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:
wn1mdwk000ger:11052
Worker:
25f1e241
+24msOfflineTimeCommitTo3ECommandHandler - Started
+2.179sNo of records retrieved : 198
+3.870sProcessing #: 24243878 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+3.876sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+3.881sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+3.887sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+10m 43.093s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/12/2025 10:24:05 PM

+2.183s 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:
wn1mdwk000ger:11052
Worker:
d085b414
+28msOfflineTimeCommitTo3ECommandHandler - Started
+970msNo of records retrieved : 198
+2.125sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.132sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.138sProcessing #: 24157115 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.145sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.150sProcessing #: 24157172 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.157sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+6m 27.737s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/12/2025 10:13:16 PM

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

+50ms Processing

Server:
wn1mdwk000ger:11052
Worker:
cc39b05f
+60msOfflineTimeCommitTo3ECommandHandler - Started
+1.043sNo of records retrieved : 198
+2.455sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.462sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+3m 27.467s 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/12/2025 10:06:41 PM

+2.643s 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:
wn1mdwk000ger:11052
Worker:
df9bb69d
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.093sNo of records retrieved : 198
+2.513sProcessing #: 24316861 | FeeUserId - 6659 | Client # - 310302 | Study # - 0011
+2.521sStudy Found: #- 147895 | Timekeeper - 2 | Office - 20250
+2.528sProcessing #: 24316847 | FeeUserId - 6659 | Client # - 302536 | Study # - 0009
+2.536sStudy Found: #- 146462 | Timekeeper - 2 | Office - 11250
+2.542sProcessing #: 24316855 | FeeUserId - 6659 | Client # - 014811 | Study # - 0008
+2.548sStudy Found: #- 146515 | Timekeeper - 2 | Office - 19000
+2.554sProcessing #: 24316834 | FeeUserId - 6659 | Client # - 005778 | Study # - 0011
+2.560sStudy Found: #- 143407 | Timekeeper - 2 | Office - 13250
+2.566sProcessing #: 24321691 | FeeUserId - 6659 | Client # - 300290 | Study # - 0008
+2.572sStudy Found: #- 143265 | Timekeeper - 2 | Office - 13250
+2.579sProcessing #: 24325343 | FeeUserId - 6659 | Client # - 332829 | Study # - 0004
+2.584sStudy Found: #- 146485 | Timekeeper - 2 | Office - 11000
+2.591sProcessing #: 24330668 | FeeUserId - 6659 | Client # - 008505 | Study # - 0018
+2.598sStudy Found: #- 132939 | Timekeeper - 2 | Office - 15250
+2.605sProcessing #: 24157110 | FeeUserId - 4339 | Client # - 337489 | Study # - 0001
+2.612sStudy Found: #- 142804 | Timekeeper - 4844 | Office - 16750
+2.617sProcessing #: 24157251 | FeeUserId - 4339 | Client # - 013072 | Study # - 0005
+2.624sStudy Found: #- 111308 | Timekeeper - 4844 | Office - 20500

+1m 42.353s 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/12/2025 10:03:20 PM

+2.684s 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:
wn1mdwk000ger:11052
Worker:
d926a955
+25msOfflineTimeCommitTo3ECommandHandler - Started
+832msNo of records retrieved : 198
+2.160sProcessing #: 24178035 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.167sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.174sProcessing #: 24309989 | FeeUserId - 6659 | Client # - 305775 | Study # - 0007
+2.180sStudy Found: #- 151442 | Timekeeper - 2 | Office - 13000
+2.187sProcessing #: 24316838 | FeeUserId - 6659 | Client # - 324782 | Study # - 0006
+2.193sStudy Found: #- 150108 | Timekeeper - 2 | Office - 15250
+2.199sProcessing #: 24316839 | FeeUserId - 6659 | Client # - 006432 | Study # - 0020
+2.205sStudy Found: #- 149438 | Timekeeper - 2 | Office - 12250
+2.212sProcessing #: 24316858 | FeeUserId - 6659 | Client # - 008008 | Study # - 0015
+2.219sStudy Found: #- 137239 | Timekeeper - 2 | Office - 11000
+2.224sProcessing #: 24316864 | FeeUserId - 6659 | Client # - 339155 | Study # - 0001
+2.231sStudy Found: #- 154188 | Timekeeper - 2 | Office - 16000
+2.237sProcessing #: 24321693 | FeeUserId - 6659 | Client # - 303791 | Study # - 0008
+2.244sStudy Found: #- 147306 | Timekeeper - 2 | Office - 16500
+2.250sProcessing #: 24157110 | FeeUserId - 4339 | Client # - 337489 | Study # - 0001
+2.257sStudy Found: #- 142804 | Timekeeper - 4844 | Office - 16750
+2.263sProcessing #: 24325339 | FeeUserId - 6659 | Client # - 314763 | Study # - 0007
+2.269sStudy Found: #- 144352 | Timekeeper - 2 | Office - 22000
+2.275sProcessing #: 24330679 | FeeUserId - 6659 | Client # - 319305 | Study # - 0005
+2.281sStudy Found: #- 154076 | Timekeeper - 2 | Office - 20500
+2.287sProcessing #: 24333105 | FeeUserId - 6659 | Client # - 319709 | Study # - 0006
+2.293sStudy Found: #- 149380 | Timekeeper - 2 | Office - 18500
+2.299sProcessing #: 24158065 | FeeUserId - 3240 | Client # - 334822 | Study # - 0005
+2.307sStudy Found: #- 143912 | Timekeeper - 5260 | Office - 45145
+2.314sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.321sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.326sProcessing #: 24316852 | FeeUserId - 6659 | Client # - 304096 | Study # - 0007
+2.332sStudy Found: #- 146276 | Timekeeper - 2 | Office - 11000
+2.338sProcessing #: 24316845 | FeeUserId - 6659 | Client # - 302594 | Study # - 0007
+2.345sStudy Found: #- 148004 | Timekeeper - 2 | Office - 11000
+2.353sProcessing #: 24316857 | FeeUserId - 6659 | Client # - 009676 | Study # - 0012
+2.360sStudy Found: #- 148503 | Timekeeper - 2 | Office - 11000
+2.366sProcessing #: 24316862 | FeeUserId - 6659 | Client # - 304794 | Study # - 0007
+2.372sStudy Found: #- 149250 | Timekeeper - 2 | Office - 10000
+2.378sProcessing #: 24321696 | FeeUserId - 6659 | Client # - 303425 | Study # - 0007
+2.384sStudy Found: #- 146354 | Timekeeper - 2 | Office - 20500
+2.391sProcessing #: 24325341 | FeeUserId - 6659 | Client # - 002981 | Study # - 0011
+2.403sStudy Found: #- 148992 | Timekeeper - 2 | Office - 13750
+2.408sProcessing #: 24330673 | FeeUserId - 6659 | Client # - 013963 | Study # - 0011
+2.414sStudy Found: #- 144501 | Timekeeper - 2 | Office - 17250
+2.420sProcessing #: 24330678 | FeeUserId - 6659 | Client # - 011308 | Study # - 0011
+2.427sStudy Found: #- 137383 | Timekeeper - 2 | Office - 20500
+2.432sProcessing #: 24333106 | FeeUserId - 6659 | Client # - 007713 | Study # - 0015
+2.438sStudy Found: #- 150179 | Timekeeper - 2 | Office - 15000
+2.443sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.448sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.454sProcessing #: 24313121 | FeeUserId - 6659 | Client # - 339156 | Study # - 0001
+2.462sStudy Found: #- 154192 | Timekeeper - 2 | Office - 17500
+2.469sProcessing #: 24316841 | FeeUserId - 6659 | Client # - 301741 | Study # - 0006
+2.474sStudy Found: #- 143583 | Timekeeper - 2 | Office - 18000
+2.480sProcessing #: 24316835 | FeeUserId - 6659 | Client # - 303963 | Study # - 0012
+2.485sStudy Found: #- 151345 | Timekeeper - 2 | Office - 12000
+2.491sProcessing #: 24316850 | FeeUserId - 6659 | Client # - 304539 | Study # - 0008
+2.497sStudy Found: #- 151451 | Timekeeper - 2 | Office - 12750
+2.501sProcessing #: 24316866 | FeeUserId - 6659 | Client # - 339161 | Study # - 0001
+2.509sStudy Found: #- 154214 | Timekeeper - 2 | Office - 13250
+2.516sProcessing #: 24321692 | FeeUserId - 6659 | Client # - 335753 | Study # - 0001
+2.521sStudy Found: #- 137676 | Timekeeper - 2 | Office - 14250
+2.529sProcessing #: 24178049 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.533sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.541sProcessing #: 24325344 | FeeUserId - 6659 | Client # - 313632 | Study # - 0005
+2.547sStudy Found: #- 154254 | Timekeeper - 2 | Office - 10500
+2.553sProcessing #: 24330672 | FeeUserId - 6659 | Client # - 008527 | Study # - 0014
+2.558sStudy Found: #- 144918 | Timekeeper - 2 | Office - 11000
+2.563sProcessing #: 24333098 | FeeUserId - 6659 | Client # - 303330 | Study # - 0007
+2.569sStudy Found: #- 143287 | Timekeeper - 2 | Office - 20250
+2.574sProcessing #: 24309985 | FeeUserId - 6659 | Client # - 320290 | Study # - 0010
+2.581sStudy Found: #- 151663 | Timekeeper - 2 | Office - 12000
+2.587sProcessing #: 24316853 | FeeUserId - 6659 | Client # - 014312 | Study # - 0014
+2.593sStudy Found: #- 145016 | Timekeeper - 2 | Office - 22000
+2.600sProcessing #: 24316859 | FeeUserId - 6659 | Client # - 304176 | Study # - 0006
+2.606sStudy Found: #- 147281 | Timekeeper - 2 | Office - 17750
+2.611sProcessing #: 24316833 | FeeUserId - 6659 | Client # - 322013 | Study # - 0004
+2.617sStudy Found: #- 143311 | Timekeeper - 2 | Office - 10750
+2.622sProcessing #: 24316836 | FeeUserId - 6659 | Client # - 338127 | Study # - 0002
+2.628sStudy Found: #- 146088 | Timekeeper - 2 | Office - 12000
+2.633sProcessing #: 24321690 | FeeUserId - 6659 | Client # - 300837 | Study # - 0006
+2.638sStudy Found: #- 146026 | Timekeeper - 2 | Office - 11000
+2.645sProcessing #: 24325338 | FeeUserId - 6659 | Client # - 009765 | Study # - 0012
+2.650sStudy Found: #- 144758 | Timekeeper - 2 | Office - 20500
+2.656sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.662sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+42.487s 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/12/2025 10:01:37 PM

+2.537s 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:
wn0mdwk000ayr:8920
Worker:
d843de91
+18msOfflineTimeCommitTo3ECommandHandler - Started
+968msNo of records retrieved : 198
+2.431sProcessing #: 24316851 | FeeUserId - 6659 | Client # - 305177 | Study # - 0007
+2.437sStudy Found: #- 149135 | Timekeeper - 2 | Office - 18250
+2.442sProcessing #: 24316840 | FeeUserId - 6659 | Client # - 300279 | Study # - 0013
+2.447sStudy Found: #- 143848 | Timekeeper - 2 | Office - 16250
+2.452sProcessing #: 24316842 | FeeUserId - 6659 | Client # - 000294 | Study # - 0021
+2.457sStudy Found: #- 145201 | Timekeeper - 2 | Office - 12250
+2.462sProcessing #: 24316848 | FeeUserId - 6659 | Client # - 300731 | Study # - 0008
+2.468sStudy Found: #- 146238 | Timekeeper - 2 | Office - 18500
+2.473sProcessing #: 24321695 | FeeUserId - 6659 | Client # - 321467 | Study # - 0005
+2.477sStudy Found: #- 154229 | Timekeeper - 2 | Office - 17750
+2.481sProcessing #: 24325340 | FeeUserId - 6659 | Client # - 011897 | Study # - 0011
+2.486sStudy Found: #- 143372 | Timekeeper - 2 | Office - 13250
+2.490sProcessing #: 24330670 | FeeUserId - 6659 | Client # - 305919 | Study # - 0007
+2.499sStudy Found: #- 148832 | Timekeeper - 2 | Office - 12750
+2.504sProcessing #: 24178049 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.511sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.515sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.520sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+43.880s 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/12/2025 10:00:52 PM

+2.496s 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:
wn0mdwk000ayr:8920
Worker:
63ce9d6d
+22msOfflineTimeCommitTo3ECommandHandler - Started
+991msNo of records retrieved : 198
+2.400sProcessing #: 24309985 | FeeUserId - 6659 | Client # - 320290 | Study # - 0010
+2.408sStudy Found: #- 151663 | Timekeeper - 2 | Office - 12000
+2.414sProcessing #: 24316853 | FeeUserId - 6659 | Client # - 014312 | Study # - 0014
+2.419sStudy Found: #- 145016 | Timekeeper - 2 | Office - 22000
+2.423sProcessing #: 24316859 | FeeUserId - 6659 | Client # - 304176 | Study # - 0006
+2.429sStudy Found: #- 147281 | Timekeeper - 2 | Office - 17750
+2.434sProcessing #: 24316833 | FeeUserId - 6659 | Client # - 322013 | Study # - 0004
+2.439sStudy Found: #- 143311 | Timekeeper - 2 | Office - 10750
+2.443sProcessing #: 24316836 | FeeUserId - 6659 | Client # - 338127 | Study # - 0002
+2.448sStudy Found: #- 146088 | Timekeeper - 2 | Office - 12000
+2.452sProcessing #: 24321690 | FeeUserId - 6659 | Client # - 300837 | Study # - 0006
+2.457sStudy Found: #- 146026 | Timekeeper - 2 | Office - 11000
+2.461sProcessing #: 24325338 | FeeUserId - 6659 | Client # - 009765 | Study # - 0012
+2.466sStudy Found: #- 144758 | Timekeeper - 2 | Office - 20500
+2.470sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.475sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.479sProcessing #: 24243858 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.483sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/12/2025 10:00:06 PM Created