IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #1100798
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
1762007405

State

11/1/2025 6:57:56 PM (+3.457s) 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)

+93ms Processing

Server:
dw0sdwk000ekr:2600
Worker:
bf9ba3c5
+116msOfflineTimeCommitTo3ECommandHandler - Started
+1.498sNo of records retrieved : 410

+1h 50m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+30ms Scheduled

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

Enqueue at:
11/1/2025 6:57:41 PM

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

+60ms Processing

Server:
dw0sdwk000ekr:2440
Worker:
c010fbfb

+1h 8m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/1/2025 5:06:55 PM

+3.604s 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:
dw0sdwk000ekr:2600
Worker:
4439a969
+39msOfflineTimeCommitTo3ECommandHandler - Started
+1.665sNo of records retrieved : 410

+42m 45.770s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/1/2025 3:58:14 PM

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

+3.974s Processing

Server:
dw0sdwk000ekr:2600
Worker:
27a6fb10
+121msOfflineTimeCommitTo3ECommandHandler - Started
+1.587sNo of records retrieved : 410

+24m 18.413s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/1/2025 3:15:12 PM

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

+26ms Processing

Server:
dw0sdwk000ekr:2600
Worker:
bf9ba3c5
+61msOfflineTimeCommitTo3ECommandHandler - Started
+1.080sNo of records retrieved : 410

+10m 57.517s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
11/1/2025 2:51:05 PM

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

+100ms Processing

Server:
dw0sdwk000ekr:2600
Worker:
4439a969
+111msOfflineTimeCommitTo3ECommandHandler - Started
+1.401sNo of records retrieved : 410

+4m 34.890s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
11/1/2025 2:39:58 PM

+26.260s 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 217
   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 433
   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)

+40ms Processing

Server:
dw0sdwk000ekr:2600
Worker:
bf9ba3c5
+68msOfflineTimeCommitTo3ECommandHandler - Started
+1.193sNo of records retrieved : 410
+4.534sProcessing #: 23760686 | FeeUserId - 7828 | Client # - 338472 | Study # - 0001
+4.546sStudy Found: #- 151241 | Timekeeper - 6740 | Office - 70142
+4.567sProcessing #: 21107994 | FeeUserId - 3224 | Client # - 303023 | Study # - TCS0001
+4.575sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.585sProcessing #: 20747846 | FeeUserId - 3224 | Client # - 307170 | Study # - TCS0001
+4.594sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.601sProcessing #: 21110693 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+4.610sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.617sProcessing #: 20833149 | FeeUserId - 3224 | Client # - 012115 | Study # - TCS0004
+4.626sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.634sProcessing #: 20892233 | FeeUserId - 3487 | Client # - 005590 | Study # - TCS2410
+4.648sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+4.668sProcessing #: 24317924 | FeeUserId - 6659 | Client # - 009639 | Study # - 0011
+4.682sStudy Found: #- 148521 | Timekeeper - 2 | Office - 17750
+4.691sProcessing #: 24318264 | FeeUserId - 6659 | Client # - 011721 | Study # - 0011
+4.706sStudy Found: #- 148186 | Timekeeper - 2 | Office - 13500
+4.713sProcessing #: 24318266 | FeeUserId - 6659 | Client # - 319701 | Study # - 0006
+4.721sStudy Found: #- 147500 | Timekeeper - 2 | Office - 11000
+4.729sProcessing #: 24318653 | FeeUserId - 6659 | Client # - 010627 | Study # - 0010
+4.737sStudy Found: #- 148515 | Timekeeper - 2 | Office - 15750
+4.745sProcessing #: 24318614 | FeeUserId - 6659 | Client # - 005810 | Study # - 0014
+4.753sStudy Found: #- 148935 | Timekeeper - 2 | Office - 11000
+4.760sProcessing #: 24313878 | FeeUserId - 7921 | Client # - 337877 | Study # - 0003
+4.768sStudy Found: #- 150435 | Timekeeper - 6779 | Office - 45104
+4.775sProcessing #: 20399525 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+4.783sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+4.790sProcessing #: 21131015 | FeeUserId - 3224 | Client # - 303023 | Study # - TCS0001
+4.835sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.842sProcessing #: 20728081 | FeeUserId - 3224 | Client # - 308780 | Study # - TCS0002
+4.855sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.864sProcessing #: 20522607 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+4.872sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.881sProcessing #: 20422898 | FeeUserId - 3224 | Client # - 313035 | Study # - TCS0001
+4.889sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+4.896sProcessing #: 20435351 | FeeUserId - 3487 | Client # - 307233 | Study # - TCS0001
+4.904sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+4.912sProcessing #: 24317991 | FeeUserId - 6659 | Client # - 304710 | Study # - 0008
+4.920sStudy Found: #- 149230 | Timekeeper - 2 | Office - 17750
+4.929sProcessing #: 24318272 | FeeUserId - 6659 | Client # - 012706 | Study # - 0009
+4.937sStudy Found: #- 147133 | Timekeeper - 2 | Office - 11000
+4.946sProcessing #: 24318263 | FeeUserId - 6659 | Client # - 001361 | Study # - 0011
+4.953sStudy Found: #- 149068 | Timekeeper - 2 | Office - 11000
+4.961sProcessing #: 24318656 | FeeUserId - 6659 | Client # - 013658 | Study # - 0013
+4.969sStudy Found: #- 150985 | Timekeeper - 2 | Office - 11000
+4.977sProcessing #: 24318648 | FeeUserId - 6659 | Client # - 008552 | Study # - 0025
+4.985sStudy Found: #- 148567 | Timekeeper - 2 | Office - 10000
+4.992sProcessing #: 20645809 | FeeUserId - 3224 | Client # - 302764 | Study # - TCS0002
+5.001sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.009sProcessing #: 20716204 | FeeUserId - 3224 | Client # - 318158 | Study # - TCS0001
+5.017sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.025sProcessing #: 20628928 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+5.035sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.042sProcessing #: 20602383 | FeeUserId - 3224 | Client # - 012115 | Study # - TCS0004
+5.050sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.058sProcessing #: 20615078 | FeeUserId - 3487 | Client # - 005590 | Study # - TCS2410
+5.065sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+5.072sProcessing #: 24317395 | FeeUserId - 6659 | Client # - 012723 | Study # - 0011
+5.080sStudy Found: #- 147201 | Timekeeper - 2 | Office - 20000
+5.088sProcessing #: 24318265 | FeeUserId - 6659 | Client # - 012430 | Study # - 0009
+5.096sStudy Found: #- 147786 | Timekeeper - 2 | Office - 15500
+5.113sProcessing #: 24318274 | FeeUserId - 6659 | Client # - 011763 | Study # - 0011
+5.132sStudy Found: #- 150980 | Timekeeper - 2 | Office - 13500
+5.142sProcessing #: 24318616 | FeeUserId - 6659 | Client # - 014580 | Study # - 0010
+5.151sStudy Found: #- 147054 | Timekeeper - 2 | Office - 17750
+5.162sProcessing #: 24318657 | FeeUserId - 6659 | Client # - 007616 | Study # - 0015
+5.181sStudy Found: #- 148679 | Timekeeper - 2 | Office - 15500
+5.190sProcessing #: 24318618 | FeeUserId - 6659 | Client # - 014005 | Study # - 0010
+5.200sStudy Found: #- 147374 | Timekeeper - 2 | Office - 11000
+5.210sProcessing #: 24313877 | FeeUserId - 7921 | Client # - 337877 | Study # - 0003
+5.220sStudy Found: #- 150435 | Timekeeper - 6779 | Office - 45104
+5.229sProcessing #: 20568145 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+5.237sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.246sProcessing #: 20450274 | FeeUserId - 3224 | Client # - 301201 | Study # - TCS0001
+5.253sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.264sProcessing #: 21089554 | FeeUserId - 3224 | Client # - 308780 | Study # - TCS0002
+5.273sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.281sProcessing #: 20581044 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+5.289sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.296sProcessing #: 20510505 | FeeUserId - 3224 | Client # - 313035 | Study # - TCS0001
+5.304sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.313sProcessing #: 20737386 | FeeUserId - 3487 | Client # - 307233 | Study # - TCS0001
+5.321sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+5.333sProcessing #: 24318024 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+5.342sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+5.355sProcessing #: 24318269 | FeeUserId - 6659 | Client # - 301290 | Study # - 0008
+5.365sStudy Found: #- 147562 | Timekeeper - 2 | Office - 16500
+5.375sProcessing #: 24318261 | FeeUserId - 6659 | Client # - 009224 | Study # - 0014
+5.384sStudy Found: #- 151011 | Timekeeper - 2 | Office - 12000
+5.394sProcessing #: 24318644 | FeeUserId - 6659 | Client # - 009164 | Study # - 0013
+5.404sStudy Found: #- 150949 | Timekeeper - 2 | Office - 22250
+5.413sProcessing #: 24318631 | FeeUserId - 6659 | Client # - 301516 | Study # - 0013
+5.423sStudy Found: #- 147587 | Timekeeper - 2 | Office - 21750
+5.433sProcessing #: 24318379 | FeeUserId - 7975 | Client # - 338809 | Study # - 0004
+5.442sStudy Found: #- 154441 | Timekeeper - 6825 | Office - 45131
+5.452sProcessing #: 20586657 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+5.462sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.472sProcessing #: 21100728 | FeeUserId - 3224 | Client # - 304763 | Study # - TCS0001
+5.482sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.497sProcessing #: 20380086 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+5.503sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.521sProcessing #: 20660054 | FeeUserId - 3224 | Client # - 315539 | Study # - TCS0002
+5.529sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.538sProcessing #: 20508604 | FeeUserId - 3487 | Client # - 305924 | Study # - TCS0001
+5.546sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+5.554sProcessing #: 24314613 | FeeUserId - 5459 | Client # - 316764 | Study # - 0003
+5.563sStudy Found: #- 140352 | Timekeeper - 5300 | Office - 18000
+5.570sProcessing #: 24318270 | FeeUserId - 6659 | Client # - 014305 | Study # - 0010
+5.601sStudy Found: #- 147047 | Timekeeper - 2 | Office - 13750
+5.611sProcessing #: 24318271 | FeeUserId - 6659 | Client # - 010196 | Study # - 0016
+5.619sStudy Found: #- 149359 | Timekeeper - 2 | Office - 13000
+5.628sProcessing #: 24318477 | FeeUserId - 6659 | Client # - 301046 | Study # - 0005
+5.635sStudy Found: #- 117926 | Timekeeper - 2 | Office - 17750
+5.643sProcessing #: 24318636 | FeeUserId - 6659 | Client # - 301487 | Study # - 0007
+5.651sStudy Found: #- 147487 | Timekeeper - 2 | Office - 13000
+5.659sProcessing #: 24318380 | FeeUserId - 7975 | Client # - 338809 | Study # - 0004
+5.667sStudy Found: #- 154441 | Timekeeper - 6825 | Office - 45131
+5.679sProcessing #: 20557280 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+5.686sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.694sProcessing #: 20604752 | FeeUserId - 3224 | Client # - 304763 | Study # - TCS0001
+5.702sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.710sProcessing #: 20522507 | FeeUserId - 3224 | Client # - 324848 | Study # - TCS0001
+5.718sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.726sProcessing #: 20665980 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+5.734sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.742sProcessing #: 20666503 | FeeUserId - 3224 | Client # - 313708 | Study # - TCS0001
+5.750sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.764sProcessing #: 21035177 | FeeUserId - 3487 | Client # - 302992 | Study # - TCS0001
+5.773sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+5.781sProcessing #: 24318262 | FeeUserId - 6659 | Client # - 012752 | Study # - 0011
+5.789sStudy Found: #- 147112 | Timekeeper - 2 | Office - 15500
+5.797sProcessing #: 24318268 | FeeUserId - 6659 | Client # - 011451 | Study # - 0006
+5.805sStudy Found: #- 148218 | Timekeeper - 2 | Office - 13500
+5.813sProcessing #: 24318259 | FeeUserId - 6659 | Client # - 304883 | Study # - 0007
+5.824sStudy Found: #- 149224 | Timekeeper - 2 | Office - 13750
+5.833sProcessing #: 24318643 | FeeUserId - 6659 | Client # - 005538 | Study # - 0017
+5.841sStudy Found: #- 148878 | Timekeeper - 2 | Office - 13000
+5.849sProcessing #: 24313870 | FeeUserId - 7975 | Client # - 337514 | Study # - 0002
+5.857sStudy Found: #- 142930 | Timekeeper - 6825 | Office - 45104
+5.869sProcessing #: 20784135 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+5.877sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.888sProcessing #: 20783833 | FeeUserId - 3224 | Client # - 301201 | Study # - TCS0001
+5.896sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.904sProcessing #: 20464698 | FeeUserId - 3224 | Client # - 324848 | Study # - TCS0001
+5.912sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.920sProcessing #: 20663134 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+5.928sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.934sProcessing #: 20526701 | FeeUserId - 3224 | Client # - 313708 | Study # - TCS0001
+5.942sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.952sProcessing #: 20999109 | FeeUserId - 3487 | Client # - 302992 | Study # - TCS0001
+5.960sStudy Found: #- -1 | Timekeeper - 4428 | Office -
+5.967sProcessing #: 24318025 | FeeUserId - 6659 | Client # - 339261 | Study # - 0001
+5.975sStudy Found: #- 154736 | Timekeeper - 2 | Office - 13000
+5.986sProcessing #: 24318267 | FeeUserId - 6659 | Client # - 300022 | Study # - 0007
+5.993sStudy Found: #- 146916 | Timekeeper - 2 | Office - 13250
+6.001sProcessing #: 24318260 | FeeUserId - 6659 | Client # - 013500 | Study # - 0011
+6.009sStudy Found: #- 147453 | Timekeeper - 2 | Office - 13750
+6.017sProcessing #: 24318640 | FeeUserId - 6659 | Client # - 305820 | Study # - 0006
+6.025sStudy Found: #- 148853 | Timekeeper - 2 | Office - 19250
+6.033sProcessing #: 24318635 | FeeUserId - 6659 | Client # - 006930 | Study # - 0019
+6.041sStudy Found: #- 149415 | Timekeeper - 2 | Office - 13000
+6.050sProcessing #: 24318625 | FeeUserId - 6659 | Client # - 304673 | Study # - 0026
+6.058sStudy Found: #- 149235 | Timekeeper - 2 | Office - 16500
+6.066sProcessing #: 24318633 | FeeUserId - 6659 | Client # - 010994 | Study # - 0011
+6.074sStudy Found: #- 148413 | Timekeeper - 2 | Office - 22000
+6.082sProcessing #: 24318621 | FeeUserId - 6659 | Client # - 001897 | Study # - 0020
+6.091sStudy Found: #- 149382 | Timekeeper - 2 | Office - 13000
+6.098sProcessing #: 17864852 | FeeUserId - 7223 | Client # - 302822 | Study # - 0005
+6.105sStudy Found: #- 121172 | Timekeeper - 3926 | Office - 13250
+6.113sProcessing #: 17891795 | FeeUserId - 7223 | Client # - 308395 | Study # - 0004
+6.120sStudy Found: #- 111275 | Timekeeper - 3926 | Office - 17000
+6.127sProcessing #: 17908476 | FeeUserId - 7223 | Client # - 301992 | Study # - 0004
+6.141sStudy Found: #- 91175 | Timekeeper - 3926 | Office - 18750
+6.151sProcessing #: 19845293 | FeeUserId - 6659 | Client # - 013846 | Study # - 0008
+6.160sStudy Found: #- 137313 | Timekeeper - 2 | Office - 13250
+6.170sProcessing #: 19877118 | FeeUserId - 6659 | Client # - 305831 | Study # - 0005
+6.180sStudy Found: #- 132896 | Timekeeper - 2 | Office - 19750
+6.190sProcessing #: 20453195 | FeeUserId - 4339 | Client # - 011438 | Study # - TCS0001
+6.200sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+6.219sProcessing #: 20480631 | FeeUserId - 5878 | Client # - 301648 | Study # - TCS0001
+6.229sStudy Found: #- -1 | Timekeeper - 1794 | Office -
+6.248sProcessing #: 24318651 | FeeUserId - 6659 | Client # - 005870 | Study # - 0014
+6.258sStudy Found: #- 148960 | Timekeeper - 2 | Office - 19250
+6.268sProcessing #: 24318646 | FeeUserId - 6659 | Client # - 009176 | Study # - 0023
+6.277sStudy Found: #- 148609 | Timekeeper - 2 | Office - 11000
+6.287sProcessing #: 24318626 | FeeUserId - 6659 | Client # - 005843 | Study # - 0028
+6.298sStudy Found: #- 148873 | Timekeeper - 2 | Office - 15000
+6.307sProcessing #: 24318627 | FeeUserId - 6659 | Client # - 006460 | Study # - 0013
+6.336sStudy Found: #- 148924 | Timekeeper - 2 | Office - 15500
+6.346sProcessing #: 24318642 | FeeUserId - 6659 | Client # - 008363 | Study # - 0023
+6.356sStudy Found: #- 148564 | Timekeeper - 2 | Office - 10000
+6.375sProcessing #: 17878760 | FeeUserId - 7223 | Client # - 306257 | Study # - 0003
+6.382sStudy Found: #- 112942 | Timekeeper - 3926 | Office - 10500
+6.390sProcessing #: 17891798 | FeeUserId - 7223 | Client # - 302777 | Study # - 0005
+6.397sStudy Found: #- 115909 | Timekeeper - 3926 | Office - 12250
+6.404sProcessing #: 17908480 | FeeUserId - 7223 | Client # - 305853 | Study # - 0004
+6.412sStudy Found: #- 128818 | Timekeeper - 3926 | Office - 19500
+6.421sProcessing #: 19845306 | FeeUserId - 6659 | Client # - 309547 | Study # - 0005
+6.432sStudy Found: #- 136822 | Timekeeper - 2 | Office - 20500
+6.440sProcessing #: 20342101 | FeeUserId - 4339 | Client # - 302745 | Study # - TCS0001
+6.449sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+6.457sSending to 3E: Started
+25.015sSending to 3E: #23760686 | 338472/0001 | 1/17/2025 | 1 Unit(s) - Failed
+25.024sSending to 3E: #21107994 | 303023/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.034sSending to 3E: #20747846 | 307170/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.041sSending to 3E: #21110693 | 320488/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.049sSending to 3E: #20833149 | 012115/TCS0004 | 1/18/2024 | 1 Unit(s) - Failed
+25.057sSending to 3E: #20892233 | 005590/TCS2410 | 12/12/2022 | -4 Unit(s) - Failed
+25.065sSending to 3E: #24317924 | 009639/0011 | 8/19/2025 | 40 Unit(s) - Failed
+25.075sSending to 3E: #24318264 | 011721/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.082sSending to 3E: #24318266 | 319701/0006 | 8/31/2025 | 40 Unit(s) - Failed
+25.091sSending to 3E: #24318653 | 010627/0010 | 9/30/2025 | 40 Unit(s) - Success
+25.102sSending to 3E: #24318614 | 005810/0014 | 9/30/2025 | 40 Unit(s) - Success
+25.111sSending to 3E: #24313878 | 337877/0003 | 5/22/2025 | 836736 Unit(s) - Failed
+25.119sSending to 3E: #20399525 | 010576/TCS11525 | 1/29/2024 | -5 Unit(s) - Failed
+25.128sSending to 3E: #21131015 | 303023/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.136sSending to 3E: #20728081 | 308780/TCS0002 | 1/18/2024 | 4 Unit(s) - Failed
+25.145sSending to 3E: #20522607 | 007933/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+25.153sSending to 3E: #20422898 | 313035/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.165sSending to 3E: #20435351 | 307233/TCS0001 | 12/12/2022 | 4 Unit(s) - Failed
+25.172sSending to 3E: #24317991 | 304710/0008 | 8/20/2025 | 40 Unit(s) - Failed
+25.181sSending to 3E: #24318272 | 012706/0009 | 8/31/2025 | 40 Unit(s) - Failed
+25.188sSending to 3E: #24318263 | 001361/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.196sSending to 3E: #24318656 | 013658/0013 | 9/30/2025 | 40 Unit(s) - Success
+25.204sSending to 3E: #24318648 | 008552/0025 | 9/30/2025 | 40 Unit(s) - Success
+25.212sSending to 3E: #20645809 | 302764/TCS0002 | 1/18/2024 | 1 Unit(s) - Failed
+25.221sSending to 3E: #20716204 | 318158/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.230sSending to 3E: #20628928 | 320488/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+25.238sSending to 3E: #20602383 | 012115/TCS0004 | 1/18/2024 | -1 Unit(s) - Failed
+25.246sSending to 3E: #20615078 | 005590/TCS2410 | 12/12/2022 | 4 Unit(s) - Failed
+25.254sSending to 3E: #24317395 | 012723/0011 | 7/31/2025 | 40 Unit(s) - Failed
+25.261sSending to 3E: #24318265 | 012430/0009 | 8/31/2025 | 40 Unit(s) - Failed
+25.268sSending to 3E: #24318274 | 011763/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.276sSending to 3E: #24318616 | 014580/0010 | 9/30/2025 | 40 Unit(s) - Success
+25.284sSending to 3E: #24318657 | 007616/0015 | 9/30/2025 | 40 Unit(s) - Success
+25.292sSending to 3E: #24318618 | 014005/0010 | 9/30/2025 | 40 Unit(s) - Success
+25.308sSending to 3E: #24313877 | 337877/0003 | 5/23/2025 | 2667456 Unit(s) - Failed
+25.315sSending to 3E: #20568145 | 010576/TCS11525 | 1/29/2024 | -3 Unit(s) - Failed
+25.323sSending to 3E: #20450274 | 301201/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.331sSending to 3E: #21089554 | 308780/TCS0002 | 1/18/2024 | -4 Unit(s) - Failed
+25.339sSending to 3E: #20581044 | 007933/TCS0001 | 1/18/2024 | 2 Unit(s) - Failed
+25.347sSending to 3E: #20510505 | 313035/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.354sSending to 3E: #20737386 | 307233/TCS0001 | 12/12/2022 | -4 Unit(s) - Failed
+25.361sSending to 3E: #24318024 | 009298/0012 | 8/21/2025 | 20 Unit(s) - Failed
+25.370sSending to 3E: #24318269 | 301290/0008 | 8/31/2025 | 40 Unit(s) - Failed
+25.378sSending to 3E: #24318261 | 009224/0014 | 8/31/2025 | 40 Unit(s) - Failed
+25.386sSending to 3E: #24318644 | 009164/0013 | 9/30/2025 | 40 Unit(s) - Success
+25.395sSending to 3E: #24318631 | 301516/0013 | 9/30/2025 | 40 Unit(s) - Success
+25.403sSending to 3E: #24318379 | 338809/0004 | 7/20/2025 | 1 Unit(s) - Failed
+25.411sSending to 3E: #20586657 | 005426/TCS11503 | 1/29/2024 | -6 Unit(s) - Failed
+25.418sSending to 3E: #21100728 | 304763/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.425sSending to 3E: #20380086 | 320488/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.434sSending to 3E: #20660054 | 315539/TCS0002 | 1/18/2024 | -1 Unit(s) - Failed
+25.441sSending to 3E: #20508604 | 305924/TCS0001 | 12/12/2022 | 4 Unit(s) - Failed
+25.448sSending to 3E: #24314613 | 316764/0003 | 4/29/2025 | 294912 Unit(s) - Failed
+25.457sSending to 3E: #24318270 | 014305/0010 | 8/31/2025 | 40 Unit(s) - Failed
+25.466sSending to 3E: #24318271 | 010196/0016 | 8/31/2025 | 40 Unit(s) - Failed
+25.474sSending to 3E: #24318477 | 301046/0005 | 9/15/2025 | 20 Unit(s) - Success
+25.482sSending to 3E: #24318636 | 301487/0007 | 9/30/2025 | 40 Unit(s) - Success
+25.489sSending to 3E: #24318380 | 338809/0004 | 7/15/2025 | 2 Unit(s) - Failed
+25.504sSending to 3E: #20557280 | 005426/TCS11503 | 1/29/2024 | -3 Unit(s) - Failed
+25.513sSending to 3E: #20604752 | 304763/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.523sSending to 3E: #20522507 | 324848/TCS0001 | 1/18/2024 | 2 Unit(s) - Failed
+25.533sSending to 3E: #20665980 | 007933/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+25.542sSending to 3E: #20666503 | 313708/TCS0001 | 1/18/2024 | -1 Unit(s) - Failed
+25.552sSending to 3E: #21035177 | 302992/TCS0001 | 12/12/2022 | 2 Unit(s) - Failed
+25.562sSending to 3E: #24318262 | 012752/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.572sSending to 3E: #24318268 | 011451/0006 | 8/31/2025 | 40 Unit(s) - Failed
+25.581sSending to 3E: #24318259 | 304883/0007 | 8/31/2025 | 40 Unit(s) - Failed
+25.590sSending to 3E: #24318643 | 005538/0017 | 9/30/2025 | 40 Unit(s) - Success
+25.600sSending to 3E: #24313870 | 337514/0002 | 5/26/2025 | 196608 Unit(s) - Failed
+25.609sSending to 3E: #20784135 | 010576/TCS11525 | 1/29/2024 | 5 Unit(s) - Failed
+25.619sSending to 3E: #20783833 | 301201/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.628sSending to 3E: #20464698 | 324848/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+25.637sSending to 3E: #20663134 | 007933/TCS0001 | 1/18/2024 | 2 Unit(s) - Failed
+25.668sSending to 3E: #20526701 | 313708/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+25.686sSending to 3E: #20999109 | 302992/TCS0001 | 12/12/2022 | -2 Unit(s) - Failed
+25.695sSending to 3E: #24318025 | 339261/0001 | 8/21/2025 | 40 Unit(s) - Failed
+25.704sSending to 3E: #24318267 | 300022/0007 | 8/31/2025 | 40 Unit(s) - Failed
+25.715sSending to 3E: #24318260 | 013500/0011 | 8/31/2025 | 40 Unit(s) - Failed
+25.724sSending to 3E: #24318640 | 305820/0006 | 9/30/2025 | 40 Unit(s) - Success
+25.734sSending to 3E: #24318635 | 006930/0019 | 9/30/2025 | 40 Unit(s) - Success
+25.744sSending to 3E: #24318625 | 304673/0026 | 9/30/2025 | 40 Unit(s) - Success
+25.754sSending to 3E: #24318633 | 010994/0011 | 9/30/2025 | 40 Unit(s) - Success
+25.764sSending to 3E: #24318621 | 001897/0020 | 9/30/2025 | 40 Unit(s) - Success
+25.773sSending to 3E: #17864852 | 302822/0005 | 7/12/2023 | 20 Unit(s) - Failed
+25.783sSending to 3E: #17891795 | 308395/0004 | 7/15/2023 | 20 Unit(s) - Failed
+25.793sSending to 3E: #17908476 | 301992/0004 | 7/18/2023 | 20 Unit(s) - Failed
+25.802sSending to 3E: #19845293 | 013846/0008 | 1/1/2024 | 40 Unit(s) - Failed
+25.812sSending to 3E: #19877118 | 305831/0005 | 1/4/2024 | 40 Unit(s) - Failed
+25.822sSending to 3E: #20453195 | 011438/TCS0001 | 2/1/2022 | 2 Unit(s) - Failed
+25.832sSending to 3E: #20480631 | 301648/TCS0001 | 12/12/2022 | -4 Unit(s) - Failed
+25.841sSending to 3E: #24318651 | 005870/0014 | 9/30/2025 | 40 Unit(s) - Success
+25.851sSending to 3E: #24318646 | 009176/0023 | 9/30/2025 | 40 Unit(s) - Success
+25.870sSending to 3E: #24318626 | 005843/0028 | 9/30/2025 | 40 Unit(s) - Success
+25.880sSending to 3E: #24318627 | 006460/0013 | 9/30/2025 | 40 Unit(s) - Success
+25.890sSending to 3E: #24318642 | 008363/0023 | 9/30/2025 | 40 Unit(s) - Success
+25.899sSending to 3E: #17878760 | 306257/0003 | 7/14/2023 | 40 Unit(s) - Failed
+25.910sSending to 3E: #17891798 | 302777/0005 | 7/15/2023 | 20 Unit(s) - Failed
+25.922sSending to 3E: #17908480 | 305853/0004 | 7/18/2023 | 40 Unit(s) - Failed
+25.931sSending to 3E: #19845306 | 309547/0005 | 1/1/2024 | 40 Unit(s) - Failed
+25.942sSending to 3E: #20342101 | 302745/TCS0001 | 2/1/2022 | -2 Unit(s) - Failed

+1m 57.303s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/1/2025 2:35:00 PM

+3.057s 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:
dw0sdwk000ekr:2600
Worker:
27a6fb10
+91msOfflineTimeCommitTo3ECommandHandler - Started
+1.151sNo of records retrieved : 410

+57.497s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/1/2025 2:33:01 PM

+2.833s 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:
dw0sdwk000ekr:2600
Worker:
4439a969
+91msOfflineTimeCommitTo3ECommandHandler - Started
+1.036sNo of records retrieved : 410

+1m 12.257s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/1/2025 2:31:48 PM

+2.974s 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:
dw0sdwk000ekr:2600
Worker:
69060bd5
+39msOfflineTimeCommitTo3ECommandHandler - Started
+1.065sNo of records retrieved : 410

+36.946s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/1/2025 2:30:37 PM

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

+124ms Processing

Server:
dw0sdwk000ekr:2600
Worker:
390f05b5
+147msOfflineTimeCommitTo3ECommandHandler - Started
+1.133sNo of records retrieved : 410

+30ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

11/1/2025 2:30:05 PM Created