IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #1109940
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
1762776003

State

11/10/2025 4:33:10 PM (+103ms) 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 Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type)
   at Hangfire.AspNetCore.AspNetCoreJobActivatorScope.Resolve(Type type)
   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)

+54ms Processing

Server:
dw0sdwk000ewl:5100
Worker:
7e9b5f4c

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 10 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 4:32:58 PM

+2.980s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 118
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 93
   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 157
   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)

+44ms Processing

Server:
dw0sdwk000ewl:6348
Worker:
481bdd6f
+38msOfflineTimeCommitTo3ECommandHandler - Started
+1.069sNo of records retrieved : 415

+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:
11/10/2025 2:40:45 PM

+1.137s 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:
dw0sdwk000ewl:4908
Worker:
a54103b9

+41m 27.737s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

Retry attempt 8 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 1:30:17 PM

+4.666s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at Newtonsoft.Json.JsonConvert.SerializeObject(Object value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.SerializeObject(Object value)
   at AG.A1.Framework.Extensions.ObjectExtensions.ToJsonEx[T](T input) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Extensions\ObjectExtensions.cs:line 115
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 113
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 92
   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 157
   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)

+64ms Processing

Server:
dw0sdwk000ewl:6348
Worker:
e44895fb
+86msOfflineTimeCommitTo3ECommandHandler - Started
+2.371sNo of records retrieved : 415

+24m 3.463s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
11/10/2025 12:48:39 PM

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

+187ms Processing

Server:
wvdappdevv2-19:26656
Worker:
12db4be3

+12m 3.820s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+23ms Scheduled

Retry attempt 6 of 10: Request failed with status code InternalServerErr…

Enqueue at:
11/10/2025 12:24:37 PM

+35.134s Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException

Request failed with status code InternalServerError

System.Net.Http.HttpRequestException: Request failed with status code InternalServerError
   at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 389
   at AG.A1.Framework.Rest.RESTClient.ExecutePOSTAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, IDictionary`2 bodyParameters, IDictionary`2 urlParameters) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 273
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.OfflineSubmit(List`1 currentUserEntries) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 215
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.UpdateOfflineSubmitEntries() in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 432
   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 71
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+23ms Processing

Server:
dw0sdwk000ewl:4724
Worker:
dae9ec7b
+36msOfflineTimeCommitTo3ECommandHandler - Started
+1.351sNo of records retrieved : 415
+5.486sProcessing #: 20399525 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+5.494sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.502sProcessing #: 24314326 | FeeUserId - 7621 | Client # - 324247 | Study # - 0009
+5.516sStudy Found: #- 141816 | Timekeeper - 6679 | Office - 13750
+5.548sProcessing #: 24318262 | FeeUserId - 6659 | Client # - 012752 | Study # - 0011
+5.566sStudy Found: #- 147112 | Timekeeper - 2 | Office - 15500
+5.575sProcessing #: 24318268 | FeeUserId - 6659 | Client # - 011451 | Study # - 0006
+5.588sStudy Found: #- 148218 | Timekeeper - 2 | Office - 13500
+5.607sProcessing #: 24318259 | FeeUserId - 6659 | Client # - 304883 | Study # - 0007
+5.616sStudy Found: #- 149224 | Timekeeper - 2 | Office - 13750
+5.624sProcessing #: 24318643 | FeeUserId - 6659 | Client # - 005538 | Study # - 0017
+5.631sStudy Found: #- 148878 | Timekeeper - 2 | Office - 13000
+5.638sProcessing #: 24318651 | FeeUserId - 6659 | Client # - 005870 | Study # - 0014
+5.652sStudy Found: #- 148960 | Timekeeper - 2 | Office - 19250
+5.660sProcessing #: 24318646 | FeeUserId - 6659 | Client # - 009176 | Study # - 0023
+5.667sStudy Found: #- 148609 | Timekeeper - 2 | Office - 11000
+5.674sProcessing #: 24318626 | FeeUserId - 6659 | Client # - 005843 | Study # - 0028
+5.681sStudy Found: #- 148873 | Timekeeper - 2 | Office - 15000
+5.688sProcessing #: 24318627 | FeeUserId - 6659 | Client # - 006460 | Study # - 0013
+5.695sStudy Found: #- 148924 | Timekeeper - 2 | Office - 15500
+5.702sProcessing #: 24318642 | FeeUserId - 6659 | Client # - 008363 | Study # - 0023
+5.715sStudy Found: #- 148564 | Timekeeper - 2 | Office - 10000
+5.727sProcessing #: 20784135 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+5.735sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.744sProcessing #: 24317401 | FeeUserId - 6659 | Client # - 308525 | Study # - 0006
+5.752sStudy Found: #- 147738 | Timekeeper - 2 | Office - 18000
+5.759sProcessing #: 24318275 | FeeUserId - 6659 | Client # - 011606 | Study # - 0011
+5.766sStudy Found: #- 148203 | Timekeeper - 2 | Office - 13500
+5.773sProcessing #: 24318273 | FeeUserId - 6659 | Client # - 012969 | Study # - 0010
+5.797sStudy Found: #- 147137 | Timekeeper - 2 | Office - 16000
+5.807sProcessing #: 24318604 | FeeUserId - 6659 | Client # - 010344 | Study # - 0011
+5.815sStudy Found: #- 148451 | Timekeeper - 2 | Office - 14250
+5.821sProcessing #: 24318630 | FeeUserId - 6659 | Client # - 302107 | Study # - 0006
+5.829sStudy Found: #- 146884 | Timekeeper - 2 | Office - 20250
+5.836sProcessing #: 24318655 | FeeUserId - 6659 | Client # - 013292 | Study # - 0010
+5.844sStudy Found: #- 147618 | Timekeeper - 2 | Office - 15500
+5.852sProcessing #: 24318634 | FeeUserId - 6659 | Client # - 009402 | Study # - 0024
+5.860sStudy Found: #- 148556 | Timekeeper - 2 | Office - 20500
+5.867sProcessing #: 24318617 | FeeUserId - 6659 | Client # - 011726 | Study # - 0010
+5.874sStudy Found: #- 148185 | Timekeeper - 2 | Office - 13750
+5.881sProcessing #: 24318638 | FeeUserId - 6659 | Client # - 009557 | Study # - 0024
+5.888sStudy Found: #- 151012 | Timekeeper - 2 | Office - 17750
+5.894sProcessing #: 24319620 | FeeUserId - 6659 | Client # - 303757 | Study # - 0007
+5.920sStudy Found: #- 145491 | Timekeeper - 2 | Office - 19250
+5.926sProcessing #: 20586657 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+5.934sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.942sProcessing #: 24317924 | FeeUserId - 6659 | Client # - 009639 | Study # - 0011
+5.950sStudy Found: #- 148521 | Timekeeper - 2 | Office - 17750
+5.957sProcessing #: 24318264 | FeeUserId - 6659 | Client # - 011721 | Study # - 0011
+5.967sStudy Found: #- 148186 | Timekeeper - 2 | Office - 13500
+6.001sProcessing #: 24318266 | FeeUserId - 6659 | Client # - 319701 | Study # - 0006
+6.018sStudy Found: #- 147500 | Timekeeper - 2 | Office - 11000
+6.038sProcessing #: 24318653 | FeeUserId - 6659 | Client # - 010627 | Study # - 0010
+6.048sStudy Found: #- 148515 | Timekeeper - 2 | Office - 15750
+6.059sProcessing #: 24318614 | FeeUserId - 6659 | Client # - 005810 | Study # - 0014
+6.067sStudy Found: #- 148935 | Timekeeper - 2 | Office - 11000
+6.078sProcessing #: 24318659 | FeeUserId - 6659 | Client # - 002082 | Study # - 0011
+6.089sStudy Found: #- 149058 | Timekeeper - 2 | Office - 11000
+6.098sProcessing #: 24318622 | FeeUserId - 6659 | Client # - 303145 | Study # - 0006
+6.108sStudy Found: #- 147636 | Timekeeper - 2 | Office - 20500
+6.119sProcessing #: 24318641 | FeeUserId - 6659 | Client # - 014400 | Study # - 0011
+6.125sStudy Found: #- 147052 | Timekeeper - 2 | Office - 11000
+6.135sProcessing #: 24318629 | FeeUserId - 6659 | Client # - 013519 | Study # - 0011
+6.142sStudy Found: #- 147254 | Timekeeper - 2 | Office - 11000
+6.149sProcessing #: 24319825 | FeeUserId - 6659 | Client # - 011059 | Study # - 0012
+6.156sStudy Found: #- 148277 | Timekeeper - 2 | Office - 20500
+6.165sProcessing #: 20568145 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+6.172sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.180sProcessing #: 24314322 | FeeUserId - 7624 | Client # - 312684 | Study # - 0009
+6.190sStudy Found: #- 151086 | Timekeeper - 6681 | Office - 14500
+6.196sProcessing #: 24318270 | FeeUserId - 6659 | Client # - 014305 | Study # - 0010
+6.203sStudy Found: #- 147047 | Timekeeper - 2 | Office - 13750
+6.210sProcessing #: 24318271 | FeeUserId - 6659 | Client # - 010196 | Study # - 0016
+6.217sStudy Found: #- 149359 | Timekeeper - 2 | Office - 13000
+6.223sProcessing #: 24318477 | FeeUserId - 6659 | Client # - 301046 | Study # - 0005
+6.231sStudy Found: #- 117926 | Timekeeper - 2 | Office - 17750
+6.250sProcessing #: 24318636 | FeeUserId - 6659 | Client # - 301487 | Study # - 0007
+6.257sStudy Found: #- 147487 | Timekeeper - 2 | Office - 13000
+6.266sProcessing #: 24318650 | FeeUserId - 6659 | Client # - 009226 | Study # - 0010
+6.277sStudy Found: #- 148629 | Timekeeper - 2 | Office - 10000
+6.285sProcessing #: 24318639 | FeeUserId - 6659 | Client # - 307408 | Study # - 0006
+6.291sStudy Found: #- 147733 | Timekeeper - 2 | Office - 20500
+6.297sProcessing #: 24318658 | FeeUserId - 6659 | Client # - 013710 | Study # - 0009
+6.304sStudy Found: #- 147278 | Timekeeper - 2 | Office - 20250
+6.309sProcessing #: 24318628 | FeeUserId - 6659 | Client # - 009886 | Study # - 0023
+6.324sStudy Found: #- 148493 | Timekeeper - 2 | Office - 13000
+6.331sProcessing #: 24319611 | FeeUserId - 6659 | Client # - 007329 | Study # - 0026
+6.340sStudy Found: #- 148705 | Timekeeper - 2 | Office - 13000
+6.347sProcessing #: 20557280 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+6.357sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.364sProcessing #: 24317395 | FeeUserId - 6659 | Client # - 012723 | Study # - 0011
+6.373sStudy Found: #- 147201 | Timekeeper - 2 | Office - 20000
+6.380sProcessing #: 24318265 | FeeUserId - 6659 | Client # - 012430 | Study # - 0009
+6.386sStudy Found: #- 147786 | Timekeeper - 2 | Office - 15500
+6.394sProcessing #: 24318274 | FeeUserId - 6659 | Client # - 011763 | Study # - 0011
+6.401sStudy Found: #- 150980 | Timekeeper - 2 | Office - 13500
+6.409sProcessing #: 24318616 | FeeUserId - 6659 | Client # - 014580 | Study # - 0010
+6.416sStudy Found: #- 147054 | Timekeeper - 2 | Office - 17750
+6.422sProcessing #: 24318657 | FeeUserId - 6659 | Client # - 007616 | Study # - 0015
+6.428sStudy Found: #- 148679 | Timekeeper - 2 | Office - 15500
+6.434sProcessing #: 24318618 | FeeUserId - 6659 | Client # - 014005 | Study # - 0010
+6.442sStudy Found: #- 147374 | Timekeeper - 2 | Office - 11000
+6.450sProcessing #: 24318624 | FeeUserId - 6659 | Client # - 304540 | Study # - 0006
+6.456sStudy Found: #- 149294 | Timekeeper - 2 | Office - 16500
+6.463sProcessing #: 24318647 | FeeUserId - 6659 | Client # - 301977 | Study # - 0007
+6.470sStudy Found: #- 146880 | Timekeeper - 2 | Office - 15000
+6.478sProcessing #: 24318652 | FeeUserId - 6659 | Client # - 300708 | Study # - 0010
+6.485sStudy Found: #- 149412 | Timekeeper - 2 | Office - 12250
+6.492sProcessing #: 24319824 | FeeUserId - 6659 | Client # - 301264 | Study # - 0008
+6.499sStudy Found: #- 147497 | Timekeeper - 2 | Office - 13000
+6.505sProcessing #: 24319977 | FeeUserId - 6659 | Client # - 001088 | Study # - 0015
+6.511sStudy Found: #- 155006 | Timekeeper - 2 | Office - 19250
+6.524sProcessing #: 24320050 | FeeUserId - 6659 | Client # - 326547 | Study # - 0004
+6.530sStudy Found: #- 147223 | Timekeeper - 2 | Office - 17750
+6.539sProcessing #: 24320063 | FeeUserId - 6659 | Client # - 008364 | Study # - 0015
+6.546sStudy Found: #- 146637 | Timekeeper - 2 | Office - 22000
+6.558sProcessing #: 24320060 | FeeUserId - 6659 | Client # - 307889 | Study # - 0006
+6.567sStudy Found: #- 147673 | Timekeeper - 2 | Office - 15000
+6.575sProcessing #: 24320072 | FeeUserId - 6659 | Client # - 303672 | Study # - 0008
+6.582sStudy Found: #- 152835 | Timekeeper - 2 | Office - 11000
+6.589sProcessing #: 17864850 | FeeUserId - 7223 | Client # - 011526 | Study # - 0008
+6.596sStudy Found: #- 90046 | Timekeeper - 3926 | Office - 22000
+6.603sProcessing #: 17878769 | FeeUserId - 7223 | Client # - 009506 | Study # - 0010
+6.610sStudy Found: #- 115348 | Timekeeper - 3926 | Office - 20500
+6.617sProcessing #: 17891797 | FeeUserId - 7223 | Client # - 002801 | Study # - 0017
+6.625sStudy Found: #- 115390 | Timekeeper - 3926 | Office - 17000
+6.632sProcessing #: 17908479 | FeeUserId - 7223 | Client # - 305525 | Study # - 0004
+6.639sStudy Found: #- 118651 | Timekeeper - 3926 | Office - 15000
+6.646sProcessing #: 19597761 | FeeUserId - 6659 | Client # - 009812 | Study # - 0007
+6.652sStudy Found: #- 126382 | Timekeeper - 2 | Office - 15500
+6.660sProcessing #: 19869203 | FeeUserId - 6659 | Client # - 301677 | Study # - 0005
+6.684sStudy Found: #- 134222 | Timekeeper - 2 | Office - 17500
+6.691sProcessing #: 24319987 | FeeUserId - 6659 | Client # - 302544 | Study # - 0002
+6.698sStudy Found: #- 154998 | Timekeeper - 2 | Office - 19250
+6.705sProcessing #: 24320048 | FeeUserId - 6659 | Client # - 001788 | Study # - 0013
+6.712sStudy Found: #- 148993 | Timekeeper - 2 | Office - 12250
+6.719sProcessing #: 24320053 | FeeUserId - 6659 | Client # - 302119 | Study # - 0007
+6.726sStudy Found: #- 146862 | Timekeeper - 2 | Office - 18500
+6.733sProcessing #: 24320046 | FeeUserId - 6659 | Client # - 302352 | Study # - 0008
+6.740sStudy Found: #- 148282 | Timekeeper - 2 | Office - 11000
+6.747sProcessing #: 24314290 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+6.754sStudy Not Found
+6.760sProcessing #: 17864856 | FeeUserId - 7223 | Client # - 304631 | Study # - 0005
+6.766sStudy Found: #- 120287 | Timekeeper - 3926 | Office - 19250
+6.773sProcessing #: 17878763 | FeeUserId - 7223 | Client # - 301713 | Study # - 0001
+6.780sStudy Found: #- 108572 | Timekeeper - 3926 | Office - 11000
+6.787sProcessing #: 17891801 | FeeUserId - 7223 | Client # - 328321 | Study # - 0001
+6.797sStudy Found: #- 120840 | Timekeeper - 3926 | Office - 16750
+6.804sProcessing #: 19845293 | FeeUserId - 6659 | Client # - 013846 | Study # - 0008
+6.811sStudy Found: #- 137313 | Timekeeper - 2 | Office - 13250
+6.817sProcessing #: 19877118 | FeeUserId - 6659 | Client # - 305831 | Study # - 0005
+6.824sStudy Found: #- 132896 | Timekeeper - 2 | Office - 19750
+6.842sProcessing #: 20342101 | FeeUserId - 4339 | Client # - 302745 | Study # - TCS0001
+6.849sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+6.857sProcessing #: 20893318 | FeeUserId - 5878 | Client # - 301648 | Study # - TCS0001
+6.864sStudy Found: #- -1 | Timekeeper - 1794 | Office -
+6.871sProcessing #: 24318024 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+6.877sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+6.884sProcessing #: 24318269 | FeeUserId - 6659 | Client # - 301290 | Study # - 0008
+6.890sStudy Found: #- 147562 | Timekeeper - 2 | Office - 16500
+6.896sProcessing #: 24318261 | FeeUserId - 6659 | Client # - 009224 | Study # - 0014
+6.904sStudy Found: #- 151011 | Timekeeper - 2 | Office - 12000
+6.912sProcessing #: 24318644 | FeeUserId - 6659 | Client # - 009164 | Study # - 0013
+6.918sStudy Found: #- 150949 | Timekeeper - 2 | Office - 22250
+6.925sProcessing #: 24318631 | FeeUserId - 6659 | Client # - 301516 | Study # - 0013
+6.932sStudy Found: #- 147587 | Timekeeper - 2 | Office - 21750
+6.939sProcessing #: 24318635 | FeeUserId - 6659 | Client # - 006930 | Study # - 0019
+6.947sStudy Found: #- 149415 | Timekeeper - 2 | Office - 13000
+6.953sProcessing #: 24318625 | FeeUserId - 6659 | Client # - 304673 | Study # - 0026
+6.960sStudy Found: #- 149235 | Timekeeper - 2 | Office - 16500
+6.967sProcessing #: 24318633 | FeeUserId - 6659 | Client # - 010994 | Study # - 0011
+6.973sStudy Found: #- 148413 | Timekeeper - 2 | Office - 22000
+6.980sProcessing #: 24318621 | FeeUserId - 6659 | Client # - 001897 | Study # - 0020
+6.988sStudy Found: #- 149382 | Timekeeper - 2 | Office - 13000
+6.995sProcessing #: 24319823 | FeeUserId - 6659 | Client # - 339266 | Study # - 0001
+7.034sStudy Found: #- 154751 | Timekeeper - 2 | Office - 13500
+7.044sProcessing #: 20380086 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+7.054sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+7.075sProcessing #: 20453195 | FeeUserId - 4339 | Client # - 011438 | Study # - TCS0001
+7.094sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+7.105sProcessing #: 20472851 | FeeUserId - 4088 | Client # - 303063 | Study # - TCS0001
+7.115sStudy Found: #- -1 | Timekeeper - 6070 | Office -
+7.125sProcessing #: 20652231 | FeeUserId - 5856 | Client # - 009300 | Study # - TCS14842
+7.134sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.141sProcessing #: 20660054 | FeeUserId - 3224 | Client # - 315539 | Study # - TCS0002
+7.148sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+7.158sProcessing #: 20706283 | FeeUserId - 7183 | Client # - 009976 | Study # - TCS0001
+7.175sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+7.182sProcessing #: 20730831 | FeeUserId - 5856 | Client # - 300322 | Study # - TCS0001
+7.190sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.204sProcessing #: 20737386 | FeeUserId - 3487 | Client # - 307233 | Study # - TCS0001
+7.214sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+7.221sProcessing #: 20747790 | FeeUserId - 5856 | Client # - 011438 | Study # - TCS14766
+7.228sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.234sProcessing #: 20797098 | FeeUserId - 5856 | Client # - 011194 | Study # - TCS14843
+7.241sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.248sProcessing #: 20823470 | FeeUserId - 5856 | Client # - 011252 | Study # - TCS14653
+7.255sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.264sProcessing #: 20892703 | FeeUserId - 5856 | Client # - 008630 | Study # - TCS0001
+7.271sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.279sSending to 3E: Started
+33.473sSending to 3E: #20399525 | 010576/TCS11525 | 1/29/2024 | -5 Unit(s) - Failed
+33.492sSending to 3E: #24314326 | 324247/0009 | 5/23/2025 | 34 Unit(s) - Failed
+33.499sSending to 3E: #24318262 | 012752/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.509sSending to 3E: #24318268 | 011451/0006 | 8/31/2025 | 40 Unit(s) - Failed
+33.519sSending to 3E: #24318259 | 304883/0007 | 8/31/2025 | 40 Unit(s) - Failed
+33.528sSending to 3E: #24318643 | 005538/0017 | 9/30/2025 | 80 Unit(s) - Failed
+33.569sSending to 3E: #24318651 | 005870/0014 | 9/30/2025 | 80 Unit(s) - Failed
+33.579sSending to 3E: #24318646 | 009176/0023 | 9/30/2025 | 80 Unit(s) - Failed
+33.589sSending to 3E: #24318626 | 005843/0028 | 9/30/2025 | 40 Unit(s) - Failed
+33.598sSending to 3E: #24318627 | 006460/0013 | 9/30/2025 | 40 Unit(s) - Failed
+33.609sSending to 3E: #24318642 | 008363/0023 | 9/30/2025 | 40 Unit(s) - Failed
+33.619sSending to 3E: #20784135 | 010576/TCS11525 | 1/29/2024 | 5 Unit(s) - Failed
+33.625sSending to 3E: #24317401 | 308525/0006 | 7/31/2025 | 40 Unit(s) - Failed
+33.634sSending to 3E: #24318275 | 011606/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.643sSending to 3E: #24318273 | 012969/0010 | 8/31/2025 | 40 Unit(s) - Failed
+33.673sSending to 3E: #24318604 | 010344/0011 | 9/29/2025 | 80 Unit(s) - Failed
+33.686sSending to 3E: #24318630 | 302107/0006 | 9/30/2025 | 80 Unit(s) - Failed
+33.697sSending to 3E: #24318655 | 013292/0010 | 9/30/2025 | 80 Unit(s) - Failed
+33.707sSending to 3E: #24318634 | 009402/0024 | 9/30/2025 | 80 Unit(s) - Failed
+33.717sSending to 3E: #24318617 | 011726/0010 | 9/30/2025 | 80 Unit(s) - Failed
+33.726sSending to 3E: #24318638 | 009557/0024 | 9/30/2025 | 80 Unit(s) - Failed
+33.736sSending to 3E: #24319620 | 303757/0007 | 10/11/2025 | 40 Unit(s) - Success
+33.747sSending to 3E: #20586657 | 005426/TCS11503 | 1/29/2024 | -6 Unit(s) - Failed
+33.753sSending to 3E: #24317924 | 009639/0011 | 8/19/2025 | 40 Unit(s) - Failed
+33.762sSending to 3E: #24318264 | 011721/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.770sSending to 3E: #24318266 | 319701/0006 | 8/31/2025 | 40 Unit(s) - Failed
+33.777sSending to 3E: #24318653 | 010627/0010 | 9/30/2025 | 80 Unit(s) - Failed
+33.787sSending to 3E: #24318614 | 005810/0014 | 9/30/2025 | 80 Unit(s) - Failed
+33.793sSending to 3E: #24318659 | 002082/0011 | 9/30/2025 | 80 Unit(s) - Failed
+33.808sSending to 3E: #24318622 | 303145/0006 | 9/30/2025 | 80 Unit(s) - Failed
+33.817sSending to 3E: #24318641 | 014400/0011 | 9/30/2025 | 40 Unit(s) - Failed
+33.830sSending to 3E: #24318629 | 013519/0011 | 9/30/2025 | 40 Unit(s) - Failed
+33.844sSending to 3E: #24319825 | 011059/0012 | 10/17/2025 | 80 Unit(s) - Success
+33.878sSending to 3E: #20568145 | 010576/TCS11525 | 1/29/2024 | -3 Unit(s) - Failed
+33.898sSending to 3E: #24314322 | 312684/0009 | 5/25/2025 | 221184 Unit(s) - Failed
+33.918sSending to 3E: #24318270 | 014305/0010 | 8/31/2025 | 40 Unit(s) - Failed
+33.939sSending to 3E: #24318271 | 010196/0016 | 8/31/2025 | 40 Unit(s) - Failed
+33.955sSending to 3E: #24318477 | 301046/0005 | 9/15/2025 | 20 Unit(s) - Failed
+33.965sSending to 3E: #24318636 | 301487/0007 | 9/30/2025 | 40 Unit(s) - Failed
+33.978sSending to 3E: #24318650 | 009226/0010 | 9/30/2025 | 40 Unit(s) - Failed
+33.986sSending to 3E: #24318639 | 307408/0006 | 9/30/2025 | 40 Unit(s) - Failed
+33.994sSending to 3E: #24318658 | 013710/0009 | 9/30/2025 | 40 Unit(s) - Failed
+34.001sSending to 3E: #24318628 | 009886/0023 | 9/30/2025 | 40 Unit(s) - Failed
+34.009sSending to 3E: #24319611 | 007329/0026 | 10/5/2025 | 80 Unit(s) - Success
+34.042sSending to 3E: #20557280 | 005426/TCS11503 | 1/29/2024 | -3 Unit(s) - Failed
+34.062sSending to 3E: #24317395 | 012723/0011 | 7/31/2025 | 40 Unit(s) - Failed
+34.075sSending to 3E: #24318265 | 012430/0009 | 8/31/2025 | 40 Unit(s) - Failed
+34.095sSending to 3E: #24318274 | 011763/0011 | 8/31/2025 | 40 Unit(s) - Failed
+34.165sSending to 3E: #24318616 | 014580/0010 | 9/30/2025 | 40 Unit(s) - Failed
+34.176sSending to 3E: #24318657 | 007616/0015 | 9/30/2025 | 40 Unit(s) - Failed
+34.188sSending to 3E: #24318618 | 014005/0010 | 9/30/2025 | 40 Unit(s) - Failed
+34.217sSending to 3E: #24318624 | 304540/0006 | 9/30/2025 | 40 Unit(s) - Failed
+34.226sSending to 3E: #24318647 | 301977/0007 | 9/30/2025 | 40 Unit(s) - Failed
+34.237sSending to 3E: #24318652 | 300708/0010 | 9/30/2025 | 40 Unit(s) - Failed
+34.247sSending to 3E: #24319824 | 301264/0008 | 10/17/2025 | 40 Unit(s) - Success
+34.267sSending to 3E: #24319977 | 001088/0015 | 10/22/2025 | 80 Unit(s) - Success
+34.277sSending to 3E: #24320050 | 326547/0004 | 10/31/2025 | 40 Unit(s) - Success
+34.287sSending to 3E: #24320063 | 008364/0015 | 10/31/2025 | 40 Unit(s) - Success
+34.297sSending to 3E: #24320060 | 307889/0006 | 10/31/2025 | 40 Unit(s) - Success
+34.307sSending to 3E: #24320072 | 303672/0008 | 11/5/2025 | 40 Unit(s) - Success
+34.313sSending to 3E: #17864850 | 011526/0008 | 7/12/2023 | 20 Unit(s) - Failed
+34.321sSending to 3E: #17878769 | 009506/0010 | 7/14/2023 | 20 Unit(s) - Failed
+34.328sSending to 3E: #17891797 | 002801/0017 | 7/15/2023 | 20 Unit(s) - Failed
+34.335sSending to 3E: #17908479 | 305525/0004 | 7/18/2023 | 40 Unit(s) - Failed
+34.347sSending to 3E: #19597761 | 009812/0007 | 12/5/2023 | 20 Unit(s) - Failed
+34.357sSending to 3E: #19869203 | 301677/0005 | 1/3/2024 | 40 Unit(s) - Failed
+34.367sSending to 3E: #24319987 | 302544/0002 | 10/28/2025 | 40 Unit(s) - Success
+34.377sSending to 3E: #24320048 | 001788/0013 | 10/31/2025 | 40 Unit(s) - Success
+34.387sSending to 3E: #24320053 | 302119/0007 | 10/31/2025 | 40 Unit(s) - Success
+34.397sSending to 3E: #24320046 | 302352/0008 | 10/31/2025 | 40 Unit(s) - Success
+34.406sSending to 3E: #24314290 | 301167/0003 | 5/13/2025 | 16 Unit(s) - Failed
+34.417sSending to 3E: #17864856 | 304631/0005 | 7/12/2023 | 20 Unit(s) - Failed
+34.438sSending to 3E: #17878763 | 301713/0001 | 7/14/2023 | 20 Unit(s) - Failed
+34.447sSending to 3E: #17891801 | 328321/0001 | 7/15/2023 | 20 Unit(s) - Failed
+34.455sSending to 3E: #19845293 | 013846/0008 | 1/1/2024 | 40 Unit(s) - Failed
+34.466sSending to 3E: #19877118 | 305831/0005 | 1/4/2024 | 40 Unit(s) - Failed
+34.473sSending to 3E: #20342101 | 302745/TCS0001 | 2/1/2022 | -2 Unit(s) - Failed
+34.482sSending to 3E: #20893318 | 301648/TCS0001 | 12/12/2022 | 4 Unit(s) - Failed
+34.489sSending to 3E: #24318024 | 009298/0012 | 8/21/2025 | 20 Unit(s) - Failed
+34.498sSending to 3E: #24318269 | 301290/0008 | 8/31/2025 | 40 Unit(s) - Failed
+34.505sSending to 3E: #24318261 | 009224/0014 | 8/31/2025 | 40 Unit(s) - Failed
+34.512sSending to 3E: #24318644 | 009164/0013 | 9/30/2025 | 40 Unit(s) - Failed
+34.519sSending to 3E: #24318631 | 301516/0013 | 9/30/2025 | 40 Unit(s) - Failed
+34.529sSending to 3E: #24318635 | 006930/0019 | 9/30/2025 | 40 Unit(s) - Failed
+34.540sSending to 3E: #24318625 | 304673/0026 | 9/30/2025 | 40 Unit(s) - Failed
+34.549sSending to 3E: #24318633 | 010994/0011 | 9/30/2025 | 40 Unit(s) - Failed
+34.559sSending to 3E: #24318621 | 001897/0020 | 9/30/2025 | 40 Unit(s) - Failed
+34.569sSending to 3E: #24319823 | 339266/0001 | 10/17/2025 | 40 Unit(s) - Success
+34.576sSending to 3E: #20380086 | 320488/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+34.584sSending to 3E: #20453195 | 011438/TCS0001 | 2/1/2022 | 2 Unit(s) - Failed
+34.592sSending to 3E: #20472851 | 303063/TCS0001 | 1/31/2024 | -8 Unit(s) - Failed
+34.598sSending to 3E: #20652231 | 009300/TCS14842 | 12/12/2022 | -1 Unit(s) - Failed
+34.606sSending to 3E: #20660054 | 315539/TCS0002 | 1/18/2024 | -1 Unit(s) - Failed
+34.620sSending to 3E: #20706283 | 009976/TCS0001 | 1/18/2024 | 2 Unit(s) - Failed
+34.630sSending to 3E: #20730831 | 300322/TCS0001 | 12/12/2022 | 3 Unit(s) - Failed
+34.645sSending to 3E: #20737386 | 307233/TCS0001 | 12/12/2022 | -4 Unit(s) - Failed
+34.692sSending to 3E: #20747790 | 011438/TCS14766 | 12/12/2022 | 1 Unit(s) - Failed
+34.712sSending to 3E: #20797098 | 011194/TCS14843 | 12/12/2022 | 2 Unit(s) - Failed
+34.732sSending to 3E: #20823470 | 011252/TCS14653 | 12/12/2022 | -1 Unit(s) - Failed
+34.753sSending to 3E: #20892703 | 008630/TCS0001 | 12/12/2022 | 1 Unit(s) - Failed

+5m 4.397s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 5 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 12:12:07 PM

+3.573s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 113
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 92
   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 157
   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)

+40ms Processing

Server:
dw0sdwk000ewl:4724
Worker:
8e5bb0cb
+44msOfflineTimeCommitTo3ECommandHandler - Started
+1.432sNo of records retrieved : 415

+3m 26.894s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

Retry attempt 4 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 12:06:59 PM

+3.240s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 113
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 92
   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 157
   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:
dw0sdwk000ewl:4724
Worker:
30ecbaae
+33msOfflineTimeCommitTo3ECommandHandler - Started
+1.347sNo of records retrieved : 415

+1m 22.793s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

Retry attempt 3 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 12:03:22 PM

+7.680s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 113
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 92
   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 157
   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)

+27ms Processing

Server:
dw0sdwk000ewl:4724
Worker:
32cf0657
+70msOfflineTimeCommitTo3ECommandHandler - Started
+3.130sNo of records retrieved : 415

+1m 11.860s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+6ms Scheduled

Retry attempt 2 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 12:02:01 PM

+3.184s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 113
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 92
   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 157
   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:
dw0sdwk000ewl:4724
Worker:
b94a7703
+76msOfflineTimeCommitTo3ECommandHandler - Started
+1.277sNo of records retrieved : 415

+38.597s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 1 of 10: Nullable object must have a value.

Enqueue at:
11/10/2025 12:00:41 PM

+4.263s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 113
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 92
   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 157
   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)

+127ms Processing

Server:
dw0sdwk000ewl:4724
Worker:
dae9ec7b
+173msOfflineTimeCommitTo3ECommandHandler - Started
+1.289sNo of records retrieved : 415

+30ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

11/10/2025 12:00:03 PM Created