IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #1115257
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
1763227812

State

11/15/2025 9:59:51 PM (+3.050s) 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)

+27ms Processing

Server:
dw0sdwk000fbp:1316
Worker:
ef868340
+33msOfflineTimeCommitTo3ECommandHandler - Started
+1.231sNo of records retrieved : 417

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/15/2025 9:59:36 PM

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

+50ms Processing

Server:
dw0sdwk000fbp:6240
Worker:
550f5d8f

+1h 9m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/15/2025 8:07:06 PM

+5.410s 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:
dw1sdwk000cv1:4464
Worker:
ef8f0c75
+50msOfflineTimeCommitTo3ECommandHandler - Started
+1.418sNo of records retrieved : 417

+42m 5.926s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/15/2025 6:57:49 PM

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

+90ms Processing

Server:
dw1sdwk000cv1:4464
Worker:
81abf43c
+175msOfflineTimeCommitTo3ECommandHandler - Started
+1.612sNo of records retrieved : 417

+21m 52.443s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
11/15/2025 6:15:51 PM

+26.547s 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 274
   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)

+63ms Processing

Server:
dw1sdwk000cv1:4464
Worker:
3ff36b01
+62msOfflineTimeCommitTo3ECommandHandler - Started
+2.074sNo of records retrieved : 417
+6.220sProcessing #: 24314613 | FeeUserId - 5459 | Client # - 316764 | Study # - 0003
+6.235sStudy Found: #- 140352 | Timekeeper - 5300 | Office - 18000
+6.277sProcessing #: 24313848 | FeeUserId - 7352 | Client # - 335848 | Study # - 0004
+6.295sStudy Found: #- 144013 | Timekeeper - 6513 | Office - 45110
+6.301sProcessing #: 20586657 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+6.315sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.335sProcessing #: 24314511 | FeeUserId - 595 | Client # - 012505 | Study # - 0012
+6.344sStudy Found: #- 145137 | Timekeeper - 5284 | Office - 16000
+6.350sProcessing #: 20450274 | FeeUserId - 3224 | Client # - 301201 | Study # - TCS0001
+6.358sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.371sProcessing #: 21089554 | FeeUserId - 3224 | Client # - 308780 | Study # - TCS0002
+6.378sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.385sProcessing #: 20581044 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+6.392sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.398sProcessing #: 20510505 | FeeUserId - 3224 | Client # - 313035 | Study # - TCS0001
+6.404sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.410sProcessing #: 24317395 | FeeUserId - 6659 | Client # - 012723 | Study # - 0011
+6.418sStudy Found: #- 147201 | Timekeeper - 2 | Office - 20000
+6.424sProcessing #: 24318265 | FeeUserId - 6659 | Client # - 012430 | Study # - 0009
+6.430sStudy Found: #- 147786 | Timekeeper - 2 | Office - 15500
+6.436sProcessing #: 24318274 | FeeUserId - 6659 | Client # - 011763 | Study # - 0011
+6.442sStudy Found: #- 150980 | Timekeeper - 2 | Office - 13500
+6.450sProcessing #: 24313820 | FeeUserId - 7352 | Client # - 335848 | Study # - 0004
+6.459sStudy Found: #- 144013 | Timekeeper - 6513 | Office - 45110
+6.465sProcessing #: 20399525 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+6.472sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.478sProcessing #: 20553023 | FeeUserId - 3224 | Client # - 302764 | Study # - TCS0002
+6.485sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.492sProcessing #: 20525277 | FeeUserId - 3224 | Client # - 318158 | Study # - TCS0001
+6.498sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.506sProcessing #: 20564124 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+6.511sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.518sProcessing #: 20765469 | FeeUserId - 3224 | Client # - 315539 | Study # - TCS0002
+6.524sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.534sProcessing #: 20893318 | FeeUserId - 5878 | Client # - 301648 | Study # - TCS0001
+6.540sStudy Found: #- -1 | Timekeeper - 1794 | Office -
+6.546sProcessing #: 24318025 | FeeUserId - 6659 | Client # - 339261 | Study # - 0001
+6.554sStudy Found: #- 154736 | Timekeeper - 2 | Office - 13000
+6.561sProcessing #: 24318267 | FeeUserId - 6659 | Client # - 300022 | Study # - 0007
+6.567sStudy Found: #- 146916 | Timekeeper - 2 | Office - 13250
+6.573sProcessing #: 24318260 | FeeUserId - 6659 | Client # - 013500 | Study # - 0011
+6.579sStudy Found: #- 147453 | Timekeeper - 2 | Office - 13750
+6.585sProcessing #: 24318640 | FeeUserId - 6659 | Client # - 305820 | Study # - 0006
+6.591sStudy Found: #- 148853 | Timekeeper - 2 | Office - 19250
+6.597sProcessing #: 24320250 | FeeUserId - 50 | Client # - 312646 | Study # - 0005
+6.607sStudy Found: #- 130831 | Timekeeper - 3872 | Office - 22000
+6.614sProcessing #: 24313823 | FeeUserId - 7352 | Client # - 335848 | Study # - 0004
+6.620sStudy Found: #- 144013 | Timekeeper - 6513 | Office - 45110
+6.627sProcessing #: 20557280 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+6.633sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.639sProcessing #: 24314510 | FeeUserId - 595 | Client # - 012505 | Study # - 0012
+6.644sStudy Found: #- 145137 | Timekeeper - 5284 | Office - 16000
+6.651sProcessing #: 21131015 | FeeUserId - 3224 | Client # - 303023 | Study # - TCS0001
+6.656sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.662sProcessing #: 20728081 | FeeUserId - 3224 | Client # - 308780 | Study # - TCS0002
+6.670sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.676sProcessing #: 20522607 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+6.684sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.690sProcessing #: 20422898 | FeeUserId - 3224 | Client # - 313035 | Study # - TCS0001
+6.697sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.703sProcessing #: 24317401 | FeeUserId - 6659 | Client # - 308525 | Study # - 0006
+6.709sStudy Found: #- 147738 | Timekeeper - 2 | Office - 18000
+6.716sProcessing #: 24318275 | FeeUserId - 6659 | Client # - 011606 | Study # - 0011
+6.721sStudy Found: #- 148203 | Timekeeper - 2 | Office - 13500
+6.728sProcessing #: 24318273 | FeeUserId - 6659 | Client # - 012969 | Study # - 0010
+6.735sStudy Found: #- 147137 | Timekeeper - 2 | Office - 16000
+6.741sProcessing #: 24313825 | FeeUserId - 7352 | Client # - 335848 | Study # - 0004
+6.748sStudy Found: #- 144013 | Timekeeper - 6513 | Office - 45110
+6.754sProcessing #: 20568145 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+6.759sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.765sProcessing #: 24314508 | FeeUserId - 595 | Client # - 303062 | Study # - 0011
+6.774sStudy Found: #- 143615 | Timekeeper - 5284 | Office - 13250
+6.781sProcessing #: 20645809 | FeeUserId - 3224 | Client # - 302764 | Study # - TCS0002
+6.787sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.794sProcessing #: 20716204 | FeeUserId - 3224 | Client # - 318158 | Study # - TCS0001
+6.800sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.807sProcessing #: 20628928 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+6.821sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.827sProcessing #: 20602383 | FeeUserId - 3224 | Client # - 012115 | Study # - TCS0004
+6.834sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.841sProcessing #: 23949783 | FeeUserId - 5947 | Client # - 338571 | Study # - 0001
+6.847sStudy Found: #- 151759 | Timekeeper - 1756 | Office - 18500
+6.858sProcessing #: 24318262 | FeeUserId - 6659 | Client # - 012752 | Study # - 0011
+6.864sStudy Found: #- 147112 | Timekeeper - 2 | Office - 15500
+6.870sProcessing #: 24318268 | FeeUserId - 6659 | Client # - 011451 | Study # - 0006
+6.876sStudy Found: #- 148218 | Timekeeper - 2 | Office - 13500
+6.883sProcessing #: 24318259 | FeeUserId - 6659 | Client # - 304883 | Study # - 0007
+6.889sStudy Found: #- 149224 | Timekeeper - 2 | Office - 13750
+6.896sProcessing #: 24313854 | FeeUserId - 7352 | Client # - 336384 | Study # - 0002
+6.902sStudy Found: #- 143647 | Timekeeper - 6513 | Office - 45108
+6.908sProcessing #: 20784135 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+6.914sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+6.920sProcessing #: 24314509 | FeeUserId - 595 | Client # - 012505 | Study # - 0012
+6.926sStudy Found: #- 145137 | Timekeeper - 5284 | Office - 16000
+6.933sProcessing #: 21107994 | FeeUserId - 3224 | Client # - 303023 | Study # - TCS0001
+6.939sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.946sProcessing #: 20747846 | FeeUserId - 3224 | Client # - 307170 | Study # - TCS0001
+6.952sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.958sProcessing #: 21110693 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+6.964sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.970sProcessing #: 20833149 | FeeUserId - 3224 | Client # - 012115 | Study # - TCS0004
+6.976sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.982sProcessing #: 24314615 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+6.987sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+6.994sProcessing #: 24318270 | FeeUserId - 6659 | Client # - 014305 | Study # - 0010
+7.001sStudy Found: #- 147047 | Timekeeper - 2 | Office - 13750
+7.009sProcessing #: 24318271 | FeeUserId - 6659 | Client # - 010196 | Study # - 0016
+7.014sStudy Found: #- 149359 | Timekeeper - 2 | Office - 13000
+7.020sProcessing #: 24318477 | FeeUserId - 6659 | Client # - 301046 | Study # - 0005
+7.026sStudy Found: #- 117926 | Timekeeper - 2 | Office - 17750
+7.032sProcessing #: 24318636 | FeeUserId - 6659 | Client # - 301487 | Study # - 0007
+7.038sStudy Found: #- 147487 | Timekeeper - 2 | Office - 13000
+7.045sProcessing #: 24318650 | FeeUserId - 6659 | Client # - 009226 | Study # - 0010
+7.051sStudy Found: #- 148629 | Timekeeper - 2 | Office - 10000
+7.059sProcessing #: 24318639 | FeeUserId - 6659 | Client # - 307408 | Study # - 0006
+7.065sStudy Found: #- 147733 | Timekeeper - 2 | Office - 20500
+7.072sProcessing #: 24318658 | FeeUserId - 6659 | Client # - 013710 | Study # - 0009
+7.077sStudy Found: #- 147278 | Timekeeper - 2 | Office - 20250
+7.084sProcessing #: 24318628 | FeeUserId - 6659 | Client # - 009886 | Study # - 0023
+7.090sStudy Found: #- 148493 | Timekeeper - 2 | Office - 13000
+7.096sProcessing #: 17878760 | FeeUserId - 7223 | Client # - 306257 | Study # - 0003
+7.103sStudy Found: #- 112942 | Timekeeper - 3926 | Office - 10500
+7.109sProcessing #: 17891798 | FeeUserId - 7223 | Client # - 302777 | Study # - 0005
+7.116sStudy Found: #- 115909 | Timekeeper - 3926 | Office - 12250
+7.123sProcessing #: 17908480 | FeeUserId - 7223 | Client # - 305853 | Study # - 0004
+7.129sStudy Found: #- 128818 | Timekeeper - 3926 | Office - 19500
+7.143sProcessing #: 19845304 | FeeUserId - 6659 | Client # - 000962 | Study # - 0014
+7.149sStudy Found: #- 133164 | Timekeeper - 2 | Office - 21500
+7.155sProcessing #: 20342101 | FeeUserId - 4339 | Client # - 302745 | Study # - TCS0001
+7.162sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+7.168sProcessing #: 20384680 | FeeUserId - 5856 | Client # - 011194 | Study # - TCS14843
+7.174sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.179sProcessing #: 24318604 | FeeUserId - 6659 | Client # - 010344 | Study # - 0011
+7.186sStudy Found: #- 148451 | Timekeeper - 2 | Office - 14250
+7.192sProcessing #: 24318630 | FeeUserId - 6659 | Client # - 302107 | Study # - 0006
+7.199sStudy Found: #- 146884 | Timekeeper - 2 | Office - 20250
+7.205sProcessing #: 24318655 | FeeUserId - 6659 | Client # - 013292 | Study # - 0010
+7.210sStudy Found: #- 147618 | Timekeeper - 2 | Office - 15500
+7.217sProcessing #: 24318634 | FeeUserId - 6659 | Client # - 009402 | Study # - 0024
+7.223sStudy Found: #- 148556 | Timekeeper - 2 | Office - 20500
+7.230sProcessing #: 24318617 | FeeUserId - 6659 | Client # - 011726 | Study # - 0010
+7.236sStudy Found: #- 148185 | Timekeeper - 2 | Office - 13750
+7.242sProcessing #: 17864850 | FeeUserId - 7223 | Client # - 011526 | Study # - 0008
+7.258sStudy Found: #- 90046 | Timekeeper - 3926 | Office - 22000
+7.289sProcessing #: 17878769 | FeeUserId - 7223 | Client # - 009506 | Study # - 0010
+7.307sStudy Found: #- 115348 | Timekeeper - 3926 | Office - 20500
+7.316sProcessing #: 17891797 | FeeUserId - 7223 | Client # - 002801 | Study # - 0017
+7.326sStudy Found: #- 115390 | Timekeeper - 3926 | Office - 17000
+7.337sProcessing #: 17908479 | FeeUserId - 7223 | Client # - 305525 | Study # - 0004
+7.347sStudy Found: #- 118651 | Timekeeper - 3926 | Office - 15000
+7.367sProcessing #: 19597761 | FeeUserId - 6659 | Client # - 009812 | Study # - 0007
+7.377sStudy Found: #- 126382 | Timekeeper - 2 | Office - 15500
+7.387sProcessing #: 19869203 | FeeUserId - 6659 | Client # - 301677 | Study # - 0005
+7.395sStudy Found: #- 134222 | Timekeeper - 2 | Office - 17500
+7.402sProcessing #: 24318643 | FeeUserId - 6659 | Client # - 005538 | Study # - 0017
+7.410sStudy Found: #- 148878 | Timekeeper - 2 | Office - 13000
+7.417sProcessing #: 24318651 | FeeUserId - 6659 | Client # - 005870 | Study # - 0014
+7.423sStudy Found: #- 148960 | Timekeeper - 2 | Office - 19250
+7.429sProcessing #: 24318646 | FeeUserId - 6659 | Client # - 009176 | Study # - 0023
+7.435sStudy Found: #- 148609 | Timekeeper - 2 | Office - 11000
+7.445sProcessing #: 24318626 | FeeUserId - 6659 | Client # - 005843 | Study # - 0028
+7.451sStudy Found: #- 148873 | Timekeeper - 2 | Office - 15000
+7.456sProcessing #: 24318627 | FeeUserId - 6659 | Client # - 006460 | Study # - 0013
+7.463sStudy Found: #- 148924 | Timekeeper - 2 | Office - 15500
+7.469sProcessing #: 17870303 | FeeUserId - 7223 | Client # - 333387 | Study # - 0006
+7.475sStudy Found: #- 128873 | Timekeeper - 3926 | Office - 19250
+7.481sProcessing #: 17891802 | FeeUserId - 7223 | Client # - 003004 | Study # - 0019
+7.487sStudy Found: #- 117174 | Timekeeper - 3926 | Office - 11000
+7.493sProcessing #: 17908478 | FeeUserId - 7223 | Client # - 301992 | Study # - 0005
+7.501sStudy Found: #- 114961 | Timekeeper - 3926 | Office - 18750
+7.509sProcessing #: 19845299 | FeeUserId - 6659 | Client # - 301132 | Study # - 0006
+7.515sStudy Found: #- 134236 | Timekeeper - 2 | Office - 13250
+7.523sProcessing #: 20521437 | FeeUserId - 4088 | Client # - 008501 | Study # - TCS2597
+7.534sStudy Found: #- -1 | Timekeeper - 6070 | Office -
+7.540sProcessing #: 20568106 | FeeUserId - 4339 | Client # - 011438 | Study # - TCS0001
+7.547sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+7.555sProcessing #: 20422742 | FeeUserId - 5856 | Client # - 008630 | Study # - TCS0001
+7.561sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.567sProcessing #: 20482196 | FeeUserId - 7132 | Client # - 313902 | Study # - 0009
+7.583sStudy Found: #- 123530 | Timekeeper - 5975 | Office - 15000
+7.590sProcessing #: 20558159 | FeeUserId - 4088 | Client # - 008501 | Study # - TCS2597
+7.595sStudy Found: #- -1 | Timekeeper - 6070 | Office -
+7.601sProcessing #: 20615078 | FeeUserId - 3487 | Client # - 005590 | Study # - TCS2410
+7.610sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+7.620sProcessing #: 20749125 | FeeUserId - 5856 | Client # - 300322 | Study # - TCS0001
+7.627sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.635sProcessing #: 20752531 | FeeUserId - 4339 | Client # - 301211 | Study # - TCS0001
+7.640sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+7.647sProcessing #: 20860818 | FeeUserId - 5856 | Client # - 011438 | Study # - TCS14766
+7.653sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.660sProcessing #: 20910596 | FeeUserId - 5856 | Client # - 011252 | Study # - TCS14653
+7.670sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.677sProcessing #: 21023692 | FeeUserId - 5856 | Client # - 009300 | Study # - TCS14842
+7.686sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.692sProcessing #: 21120045 | FeeUserId - 5856 | Client # - 012867 | Study # - TCS0001
+7.699sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.706sProcessing #: 21127719 | FeeUserId - 5856 | Client # - 008630 | Study # - TCS0001
+7.712sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.720sProcessing #: 20456462 | FeeUserId - 5856 | Client # - 011194 | Study # - TCS14843
+7.727sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+7.734sSending to 3E: Started
+25.302sSending to 3E: #24314613 | 316764/0003 | 4/29/2025 | 294912 Unit(s) - Failed
+25.311sSending to 3E: #24313848 | 335848/0004 | 5/13/2025 | 147456 Unit(s) - Failed
+25.319sSending to 3E: #20586657 | 005426/TCS11503 | 1/29/2024 | -6 Unit(s) - Failed
+25.326sSending to 3E: #24314511 | 012505/0012 | 5/13/2025 | 165888 Unit(s) - Failed
+25.335sSending to 3E: #20450274 | 301201/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.342sSending to 3E: #21089554 | 308780/TCS0002 | 1/18/2024 | -4 Unit(s) - Failed
+25.348sSending to 3E: #20581044 | 007933/TCS0001 | 1/18/2024 | 2 Unit(s) - Failed
+25.355sSending to 3E: #20510505 | 313035/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.361sSending to 3E: #24317395 | 012723/0011 | 7/31/2025 | 40 Unit(s) - Failed
+25.369sSending to 3E: #24318265 | 012430/0009 | 8/31/2025 | 40 Unit(s) - Failed
+25.377sSending to 3E: #24318274 | 011763/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.388sSending to 3E: #24313820 | 335848/0004 | 5/21/2025 | 138240 Unit(s) - Failed
+25.393sSending to 3E: #20399525 | 010576/TCS11525 | 1/29/2024 | -5 Unit(s) - Failed
+25.401sSending to 3E: #20553023 | 302764/TCS0002 | 1/18/2024 | -1 Unit(s) - Failed
+25.407sSending to 3E: #20525277 | 318158/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.414sSending to 3E: #20564124 | 320488/TCS0001 | 1/18/2024 | 2 Unit(s) - Failed
+25.428sSending to 3E: #20765469 | 315539/TCS0002 | 1/18/2024 | 1 Unit(s) - Failed
+25.449sSending to 3E: #20893318 | 301648/TCS0001 | 12/12/2022 | 4 Unit(s) - Failed
+25.468sSending to 3E: #24318025 | 339261/0001 | 8/21/2025 | 40 Unit(s) - Failed
+25.476sSending to 3E: #24318267 | 300022/0007 | 8/31/2025 | 40 Unit(s) - Failed
+25.484sSending to 3E: #24318260 | 013500/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.489sSending to 3E: #24318640 | 305820/0006 | 9/30/2025 | 80 Unit(s) - Failed
+25.498sSending to 3E: #24320250 | 312646/0005 | 11/14/2025 | 3 Unit(s) - Success
+25.506sSending to 3E: #24313823 | 335848/0004 | 5/23/2025 | 196608 Unit(s) - Failed
+25.513sSending to 3E: #20557280 | 005426/TCS11503 | 1/29/2024 | -3 Unit(s) - Failed
+25.520sSending to 3E: #24314510 | 012505/0012 | 5/12/2025 | 221184 Unit(s) - Failed
+25.529sSending to 3E: #21131015 | 303023/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.538sSending to 3E: #20728081 | 308780/TCS0002 | 1/18/2024 | 4 Unit(s) - Failed
+25.545sSending to 3E: #20522607 | 007933/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+25.552sSending to 3E: #20422898 | 313035/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.559sSending to 3E: #24317401 | 308525/0006 | 7/31/2025 | 40 Unit(s) - Failed
+25.565sSending to 3E: #24318275 | 011606/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.572sSending to 3E: #24318273 | 012969/0010 | 8/31/2025 | 40 Unit(s) - Failed
+25.579sSending to 3E: #24313825 | 335848/0004 | 5/21/2025 | 221184 Unit(s) - Failed
+25.587sSending to 3E: #20568145 | 010576/TCS11525 | 1/29/2024 | -3 Unit(s) - Failed
+25.593sSending to 3E: #24314508 | 303062/0011 | 5/9/2025 | 221184 Unit(s) - Failed
+25.601sSending to 3E: #20645809 | 302764/TCS0002 | 1/18/2024 | 1 Unit(s) - Failed
+25.608sSending to 3E: #20716204 | 318158/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.614sSending to 3E: #20628928 | 320488/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+25.621sSending to 3E: #20602383 | 012115/TCS0004 | 1/18/2024 | -1 Unit(s) - Failed
+25.628sSending to 3E: #23949783 | 338571/0001 | 2/17/2025 | 2 Unit(s) - Failed
+25.636sSending to 3E: #24318262 | 012752/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.666sSending to 3E: #24318268 | 011451/0006 | 8/31/2025 | 40 Unit(s) - Failed
+25.675sSending to 3E: #24318259 | 304883/0007 | 8/31/2025 | 40 Unit(s) - Failed
+25.686sSending to 3E: #24313854 | 336384/0002 | 5/21/2025 | 196608 Unit(s) - Failed
+25.696sSending to 3E: #20784135 | 010576/TCS11525 | 1/29/2024 | 5 Unit(s) - Failed
+25.702sSending to 3E: #24314509 | 012505/0012 | 5/9/2025 | 165888 Unit(s) - Failed
+25.716sSending to 3E: #21107994 | 303023/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.724sSending to 3E: #20747846 | 307170/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.731sSending to 3E: #21110693 | 320488/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.736sSending to 3E: #20833149 | 012115/TCS0004 | 1/18/2024 | 1 Unit(s) - Failed
+25.744sSending to 3E: #24314615 | 308689/0014 | 4/14/2025 | 135168 Unit(s) - Failed
+25.753sSending to 3E: #24318270 | 014305/0010 | 8/31/2025 | 40 Unit(s) - Failed
+25.763sSending to 3E: #24318271 | 010196/0016 | 8/31/2025 | 40 Unit(s) - Failed
+25.770sSending to 3E: #24318477 | 301046/0005 | 9/15/2025 | 20 Unit(s) - Failed
+25.777sSending to 3E: #24318636 | 301487/0007 | 9/30/2025 | 40 Unit(s) - Failed
+25.783sSending to 3E: #24318650 | 009226/0010 | 9/30/2025 | 40 Unit(s) - Failed
+25.790sSending to 3E: #24318639 | 307408/0006 | 9/30/2025 | 40 Unit(s) - Failed
+25.796sSending to 3E: #24318658 | 013710/0009 | 9/30/2025 | 40 Unit(s) - Failed
+25.803sSending to 3E: #24318628 | 009886/0023 | 9/30/2025 | 40 Unit(s) - Failed
+25.809sSending to 3E: #17878760 | 306257/0003 | 7/14/2023 | 40 Unit(s) - Failed
+25.815sSending to 3E: #17891798 | 302777/0005 | 7/15/2023 | 20 Unit(s) - Failed
+25.822sSending to 3E: #17908480 | 305853/0004 | 7/18/2023 | 40 Unit(s) - Failed
+25.828sSending to 3E: #19845304 | 000962/0014 | 1/1/2024 | 40 Unit(s) - Failed
+25.840sSending to 3E: #20342101 | 302745/TCS0001 | 2/1/2022 | -2 Unit(s) - Failed
+25.846sSending to 3E: #20384680 | 011194/TCS14843 | 12/12/2022 | -2 Unit(s) - Failed
+25.853sSending to 3E: #24318604 | 010344/0011 | 9/29/2025 | 80 Unit(s) - Failed
+25.859sSending to 3E: #24318630 | 302107/0006 | 9/30/2025 | 80 Unit(s) - Failed
+25.868sSending to 3E: #24318655 | 013292/0010 | 9/30/2025 | 80 Unit(s) - Failed
+25.877sSending to 3E: #24318634 | 009402/0024 | 9/30/2025 | 80 Unit(s) - Failed
+25.884sSending to 3E: #24318617 | 011726/0010 | 9/30/2025 | 80 Unit(s) - Failed
+25.893sSending to 3E: #17864850 | 011526/0008 | 7/12/2023 | 20 Unit(s) - Failed
+25.903sSending to 3E: #17878769 | 009506/0010 | 7/14/2023 | 20 Unit(s) - Failed
+25.911sSending to 3E: #17891797 | 002801/0017 | 7/15/2023 | 20 Unit(s) - Failed
+25.918sSending to 3E: #17908479 | 305525/0004 | 7/18/2023 | 40 Unit(s) - Failed
+25.924sSending to 3E: #19597761 | 009812/0007 | 12/5/2023 | 20 Unit(s) - Failed
+25.931sSending to 3E: #19869203 | 301677/0005 | 1/3/2024 | 40 Unit(s) - Failed
+25.937sSending to 3E: #24318643 | 005538/0017 | 9/30/2025 | 80 Unit(s) - Failed
+25.944sSending to 3E: #24318651 | 005870/0014 | 9/30/2025 | 80 Unit(s) - Failed
+25.952sSending to 3E: #24318646 | 009176/0023 | 9/30/2025 | 80 Unit(s) - Failed
+25.957sSending to 3E: #24318626 | 005843/0028 | 9/30/2025 | 40 Unit(s) - Failed
+25.964sSending to 3E: #24318627 | 006460/0013 | 9/30/2025 | 40 Unit(s) - Failed
+25.970sSending to 3E: #17870303 | 333387/0006 | 7/13/2023 | 40 Unit(s) - Failed
+25.977sSending to 3E: #17891802 | 003004/0019 | 7/15/2023 | 20 Unit(s) - Failed
+25.984sSending to 3E: #17908478 | 301992/0005 | 7/18/2023 | 20 Unit(s) - Failed
+25.992sSending to 3E: #19845299 | 301132/0006 | 1/1/2024 | 40 Unit(s) - Failed
+25.999sSending to 3E: #20521437 | 008501/TCS2597 | 1/29/2024 | 4 Unit(s) - Failed
+26.008sSending to 3E: #20568106 | 011438/TCS0001 | 2/1/2022 | -3 Unit(s) - Failed
+26.017sSending to 3E: #20422742 | 008630/TCS0001 | 12/12/2022 | -1 Unit(s) - Failed
+26.026sSending to 3E: #20482196 | 313902/0009 | 1/19/2024 | 12 Unit(s) - Failed
+26.033sSending to 3E: #20558159 | 008501/TCS2597 | 1/29/2024 | 2 Unit(s) - Failed
+26.039sSending to 3E: #20615078 | 005590/TCS2410 | 12/12/2022 | 4 Unit(s) - Failed
+26.045sSending to 3E: #20749125 | 300322/TCS0001 | 12/12/2022 | -4 Unit(s) - Failed
+26.053sSending to 3E: #20752531 | 301211/TCS0001 | 2/1/2022 | 3 Unit(s) - Failed
+26.061sSending to 3E: #20860818 | 011438/TCS14766 | 12/12/2022 | -1 Unit(s) - Failed
+26.067sSending to 3E: #20910596 | 011252/TCS14653 | 12/12/2022 | 1 Unit(s) - Failed
+26.081sSending to 3E: #21023692 | 009300/TCS14842 | 12/12/2022 | -1 Unit(s) - Failed
+26.096sSending to 3E: #21120045 | 012867/TCS0001 | 12/12/2022 | 1 Unit(s) - Failed
+26.106sSending to 3E: #21127719 | 008630/TCS0001 | 12/12/2022 | -1 Unit(s) - Failed
+26.111sSending to 3E: #20456462 | 011194/TCS14843 | 12/12/2022 | 1 Unit(s) - Failed

+12m 27.633s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/15/2025 5:53:22 PM

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

+20ms Processing

Server:
dw1sdwk000cv1:4464
Worker:
ef8f0c75
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.331sNo of records retrieved : 417

+6m 30.940s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
11/15/2025 5:40:57 PM

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

+30ms Processing

Server:
dw1sdwk000cv1:4948
Worker:
83a63d96

+1m 49.660s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/15/2025 5:34:25 PM

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

+23ms Processing

Server:
dw1sdwk000cv1:4464
Worker:
c68ff683
+32msOfflineTimeCommitTo3ECommandHandler - Started
+3.158sNo of records retrieved : 417

+54.857s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
11/15/2025 5:32:26 PM

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

+43ms Processing

Server:
dw1sdwk000cv1:4464
Worker:
3ff36b01
+253msOfflineTimeCommitTo3ECommandHandler - Started
+2.150sNo of records retrieved : 417

+30.087s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/15/2025 5:31:23 PM

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

+40ms Processing

Server:
dw1sdwk000cv1:4948
Worker:
b265b9b4

+37.646s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/15/2025 5:30:57 PM

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

+40ms Processing

Server:
dw1sdwk000cv1:4464
Worker:
ef8f0c75
+61msOfflineTimeCommitTo3ECommandHandler - Started
+1.420sNo of records retrieved : 417

+30ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

11/15/2025 5:30:12 PM Created