IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #1108470
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
1762630210

State

11/9/2025 12:02:01 AM (+370ms) 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)

+63ms Processing

Server:
dw0sdwk000ewl:332
Worker:
b18326fd

+1h 50m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/9/2025 12:01:59 AM

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

+50ms Processing

Server:
dw0sdwk000ewl:332
Worker:
f862b38d

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/8/2025 10:11:42 PM

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

+50ms Processing

Server:
dw0sdwk000ewl:5572
Worker:
89d28c9f
+80msOfflineTimeCommitTo3ECommandHandler - Started
+1.334sNo of records retrieved : 415

+40m 39.310s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+20ms Scheduled

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

Enqueue at:
11/8/2025 9:01:11 PM

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

+137ms Processing

Server:
dw0sdwk000ewl:332
Worker:
d098ee79

+24m 28.666s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
11/8/2025 8:20:28 PM

+3.823s 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:
dw0sdwk000ewl:5572
Worker:
774197d7
+38msOfflineTimeCommitTo3ECommandHandler - Started
+1.698sNo of records retrieved : 415

+12m 26.120s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/8/2025 7:56:02 PM

+4.464s 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:
dw0sdwk000ewl:5572
Worker:
2deab158
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.383sNo of records retrieved : 415

+5m 56.746s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/8/2025 7:43:25 PM

+3.540s 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:
dw0sdwk000ewl:5572
Worker:
89d28c9f
+66msOfflineTimeCommitTo3ECommandHandler - Started
+1.276sNo of records retrieved : 415

+2m 45.043s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/8/2025 7:37:30 PM

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

+24ms Processing

Server:
dw0sdwk000ewl:332
Worker:
b18326fd

+1m 29.956s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/8/2025 7:34:39 PM

+103ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at 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)

+23ms Processing

Server:
dw0sdwk000ewl:332
Worker:
f862b38d

+26.910s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/8/2025 7:33:17 PM

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

+24ms Processing

Server:
dw0sdwk000ewl:5572
Worker:
774197d7
+34msOfflineTimeCommitTo3ECommandHandler - Started
+1.093sNo of records retrieved : 415

+47.363s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
11/8/2025 7:32:38 PM

+1m 52.597s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 324
   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)

+183ms Processing

Server:
dw0sdwk000ewl:5572
Worker:
2deab158
+273msOfflineTimeCommitTo3ECommandHandler - Started
+3.009sNo of records retrieved : 415
+6.925sProcessing #: 24314541 | FeeUserId - 4868 | Client # - 330286 | Study # - 0002
+6.936sStudy Found: #- 124321 | Timekeeper - 3018 | Office - 20750
+7.007sProcessing #: 24314521 | FeeUserId - 4868 | Client # - 304423 | Study # - 0004
+7.025sStudy Found: #- 114737 | Timekeeper - 3018 | Office - 10500
+7.035sProcessing #: 24314526 | FeeUserId - 4868 | Client # - 336783 | Study # - 0005
+7.045sStudy Found: #- 144868 | Timekeeper - 3018 | Office - 17750
+7.055sProcessing #: 24314516 | FeeUserId - 4868 | Client # - 010801 | Study # - 0008
+7.065sStudy Found: #- 137178 | Timekeeper - 3018 | Office - 11000
+7.085sProcessing #: 19845299 | FeeUserId - 6659 | Client # - 301132 | Study # - 0006
+7.106sStudy Found: #- 134236 | Timekeeper - 2 | Office - 13250
+7.136sProcessing #: 20770394 | FeeUserId - 7183 | Client # - 013892 | Study # - TCS0002
+7.166sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+7.176sProcessing #: 20534399 | FeeUserId - 7373 | Client # - 000001 | Study # - 0018
+7.377sStudy Found: #- 69884 | Timekeeper - 6516 | Office - 20500
+7.406sProcessing #: 24216384 | FeeUserId - 611 | Client # - 010038 | Study # - 0020
+7.417sStudy Found: #- 152070 | Timekeeper - 1499 | Office - 19250
+7.426sProcessing #: 5829601 | FeeUserId - 6767 | Client # - 012986 | Study # - 0008
+7.437sStudy Found: #- 113554 | Timekeeper - 3359 | Office - 10750
+7.457sProcessing #: 17864856 | FeeUserId - 7223 | Client # - 304631 | Study # - 0005
+7.467sStudy Found: #- 120287 | Timekeeper - 3926 | Office - 19250
+7.477sProcessing #: 17878763 | FeeUserId - 7223 | Client # - 301713 | Study # - 0001
+7.487sStudy Found: #- 108572 | Timekeeper - 3926 | Office - 11000
+7.507sProcessing #: 24314543 | FeeUserId - 4868 | Client # - 318781 | Study # - 0005
+7.527sStudy Found: #- 147498 | Timekeeper - 3018 | Office - 20500
+7.537sProcessing #: 24314539 | FeeUserId - 4868 | Client # - 319647 | Study # - 0005
+7.558sStudy Found: #- 150345 | Timekeeper - 3018 | Office - 12000
+7.577sProcessing #: 24314528 | FeeUserId - 4868 | Client # - 337083 | Study # - 0002
+7.597sStudy Found: #- 141395 | Timekeeper - 3018 | Office - 10500
+7.618sProcessing #: 19597761 | FeeUserId - 6659 | Client # - 009812 | Study # - 0007
+7.648sStudy Found: #- 126382 | Timekeeper - 2 | Office - 15500
+7.658sProcessing #: 19869203 | FeeUserId - 6659 | Client # - 301677 | Study # - 0005
+7.668sStudy Found: #- 134222 | Timekeeper - 2 | Office - 17500
+7.688sProcessing #: 20706283 | FeeUserId - 7183 | Client # - 009976 | Study # - TCS0001
+7.708sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+7.718sProcessing #: 24314283 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+7.729sStudy Not Found
+7.738sProcessing #: 24308697 | FeeUserId - 611 | Client # - 010038 | Study # - 0020
+7.748sStudy Found: #- 152070 | Timekeeper - 1499 | Office - 19250
+7.758sProcessing #: 9001980 | FeeUserId - 6767 | Client # - 012986 | Study # - 0008
+7.768sStudy Found: #- 113554 | Timekeeper - 3359 | Office - 10750
+7.789sProcessing #: 17864855 | FeeUserId - 7223 | Client # - 300825 | Study # - 0005
+7.808sStudy Found: #- 114153 | Timekeeper - 3926 | Office - 17250
+7.828sProcessing #: 17891799 | FeeUserId - 7223 | Client # - 011684 | Study # - 0009
+7.838sStudy Found: #- 116721 | Timekeeper - 3926 | Office - 13250
+7.848sProcessing #: 24314537 | FeeUserId - 4868 | Client # - 301961 | Study # - 0007
+7.859sStudy Found: #- 136768 | Timekeeper - 3018 | Office - 11000
+7.869sProcessing #: 24314530 | FeeUserId - 4868 | Client # - 302932 | Study # - 0009
+7.879sStudy Found: #- 149392 | Timekeeper - 3018 | Office - 20500
+7.889sProcessing #: 24314527 | FeeUserId - 4868 | Client # - 337083 | Study # - 0001
+7.909sStudy Found: #- 141394 | Timekeeper - 3018 | Office - 10500
+7.929sProcessing #: 24314514 | FeeUserId - 4868 | Client # - 338635 | Study # - 0001
+7.939sStudy Found: #- 151994 | Timekeeper - 3018 | Office - 18500
+7.970sProcessing #: 19845304 | FeeUserId - 6659 | Client # - 000962 | Study # - 0014
+7.990sStudy Found: #- 133164 | Timekeeper - 2 | Office - 21500
+8.012sProcessing #: 21052387 | FeeUserId - 7183 | Client # - 013892 | Study # - TCS0002
+8.029sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+8.049sProcessing #: 24314290 | FeeUserId - 7719 | Client # - 301167 | Study # - 0003
+8.060sStudy Not Found
+8.070sProcessing #: 24308696 | FeeUserId - 611 | Client # - 010038 | Study # - 0020
+8.080sStudy Found: #- 152070 | Timekeeper - 1499 | Office - 19250
+8.099sProcessing #: 16198915 | FeeUserId - 6767 | Client # - 012986 | Study # - 0008
+8.119sStudy Found: #- 113554 | Timekeeper - 3359 | Office - 10750
+8.140sProcessing #: 17864857 | FeeUserId - 7223 | Client # - 009765 | Study # - 0009
+8.150sStudy Found: #- 109460 | Timekeeper - 3926 | Office - 20500
+8.160sProcessing #: 17878762 | FeeUserId - 7223 | Client # - 008825 | Study # - 0014
+8.180sStudy Found: #- 108571 | Timekeeper - 3926 | Office - 11000
+8.200sProcessing #: 24314519 | FeeUserId - 4868 | Client # - 304423 | Study # - 0006
+8.220sStudy Found: #- 149326 | Timekeeper - 3018 | Office - 10500
+8.230sProcessing #: 24314522 | FeeUserId - 4868 | Client # - 336702 | Study # - 0001
+8.260sStudy Found: #- 139984 | Timekeeper - 3018 | Office - 20500
+8.280sProcessing #: 24314549 | FeeUserId - 4868 | Client # - 338921 | Study # - 0001
+8.301sStudy Found: #- 153382 | Timekeeper - 3018 | Office - 14750
+8.311sProcessing #: 19845306 | FeeUserId - 6659 | Client # - 309547 | Study # - 0005
+8.321sStudy Found: #- 136822 | Timekeeper - 2 | Office - 20500
+8.331sProcessing #: 20347161 | FeeUserId - 7183 | Client # - 013892 | Study # - TCS0002
+8.351sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+8.361sProcessing #: 20875670 | FeeUserId - 7373 | Client # - 335735 | Study # - 0001
+8.394sStudy Found: #- 137641 | Timekeeper - 6516 | Office - 12500
+8.421sProcessing #: 24318200 | FeeUserId - 603 | Client # - 010038 | Study # - 0035
+8.430sStudy Found: #- 154677 | Timekeeper - 3544 | Office - 45137
+8.451sProcessing #: 23949783 | FeeUserId - 5947 | Client # - 338571 | Study # - 0001
+8.461sStudy Found: #- 151759 | Timekeeper - 1756 | Office - 18500
+8.662sProcessing #: 17864850 | FeeUserId - 7223 | Client # - 011526 | Study # - 0008
+8.682sStudy Found: #- 90046 | Timekeeper - 3926 | Office - 22000
+8.702sProcessing #: 17878769 | FeeUserId - 7223 | Client # - 009506 | Study # - 0010
+8.723sStudy Found: #- 115348 | Timekeeper - 3926 | Office - 20500
+8.743sProcessing #: 17891797 | FeeUserId - 7223 | Client # - 002801 | Study # - 0017
+8.753sStudy Found: #- 115390 | Timekeeper - 3926 | Office - 17000
+8.763sProcessing #: 24314542 | FeeUserId - 4868 | Client # - 330257 | Study # - 0006
+8.773sStudy Found: #- 149658 | Timekeeper - 3018 | Office - 16000
+8.783sProcessing #: 24314546 | FeeUserId - 4868 | Client # - 336422 | Study # - 0002
+8.793sStudy Found: #- 139412 | Timekeeper - 3018 | Office - 17750
+8.813sProcessing #: 24314533 | FeeUserId - 4868 | Client # - 338891 | Study # - 0001
+8.823sStudy Found: #- 153282 | Timekeeper - 3018 | Office - 11000
+8.843sProcessing #: 19845317 | FeeUserId - 6659 | Client # - 311601 | Study # - 0009
+8.863sStudy Found: #- 133273 | Timekeeper - 2 | Office - 13250
+8.882sProcessing #: 20211185 | FeeUserId - 6659 | Client # - 328769 | Study # - 0004
+8.893sStudy Found: #- 140230 | Timekeeper - 2 | Office - 17750
+8.903sProcessing #: 20760383 | FeeUserId - 7373 | Client # - 335735 | Study # - 0001
+8.914sStudy Found: #- 137641 | Timekeeper - 6516 | Office - 12500
+8.923sProcessing #: 24314613 | FeeUserId - 5459 | Client # - 316764 | Study # - 0003
+8.934sStudy Found: #- 140352 | Timekeeper - 5300 | Office - 18000
+8.944sProcessing #: 24313918 | FeeUserId - 7012 | Client # - 337066 | Study # - 0002
+8.954sStudy Found: #- 152797 | Timekeeper - 4773 | Office - 45121
+8.964sProcessing #: 17878760 | FeeUserId - 7223 | Client # - 306257 | Study # - 0003
+8.974sStudy Found: #- 112942 | Timekeeper - 3926 | Office - 10500
+8.984sProcessing #: 17891798 | FeeUserId - 7223 | Client # - 302777 | Study # - 0005
+8.994sStudy Found: #- 115909 | Timekeeper - 3926 | Office - 12250
+9.004sProcessing #: 24314520 | FeeUserId - 4868 | Client # - 304423 | Study # - 0005
+9.014sStudy Found: #- 137169 | Timekeeper - 3018 | Office - 10500
+9.034sProcessing #: 24314523 | FeeUserId - 4868 | Client # - 336702 | Study # - 0002
+9.044sStudy Found: #- 139985 | Timekeeper - 3018 | Office - 20500
+9.114sProcessing #: 24314517 | FeeUserId - 4868 | Client # - 305076 | Study # - 0008
+9.146sStudy Found: #- 151688 | Timekeeper - 3018 | Office - 15500
+9.164sProcessing #: 19845316 | FeeUserId - 6659 | Client # - 012742 | Study # - 0016
+9.195sStudy Found: #- 136825 | Timekeeper - 2 | Office - 15250
+9.215sProcessing #: 20529250 | FeeUserId - 7183 | Client # - 013892 | Study # - TCS0002
+9.226sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+9.235sProcessing #: 20526601 | FeeUserId - 7373 | Client # - 335735 | Study # - 0001
+9.244sStudy Found: #- 137641 | Timekeeper - 6516 | Office - 12500
+9.255sProcessing #: 24216385 | FeeUserId - 611 | Client # - 010038 | Study # - 0020
+9.265sStudy Found: #- 152070 | Timekeeper - 1499 | Office - 19250
+9.276sProcessing #: 10698609 | FeeUserId - 6767 | Client # - 012986 | Study # - 0008
+9.285sStudy Found: #- 113554 | Timekeeper - 3359 | Office - 10750
+9.296sProcessing #: 17864854 | FeeUserId - 7223 | Client # - 012344 | Study # - 0007
+9.305sStudy Found: #- 118013 | Timekeeper - 3926 | Office - 10000
+9.316sProcessing #: 17878770 | FeeUserId - 7223 | Client # - 307993 | Study # - 0003
+9.336sStudy Found: #- 121664 | Timekeeper - 3926 | Office - 11000
+9.356sProcessing #: 17891804 | FeeUserId - 7223 | Client # - 328144 | Study # - 0001
+9.376sStudy Found: #- 120578 | Timekeeper - 3926 | Office - 16750
+9.396sProcessing #: 24314544 | FeeUserId - 4868 | Client # - 318781 | Study # - 0004
+9.418sStudy Found: #- 142632 | Timekeeper - 3018 | Office - 20500
+9.436sProcessing #: 24314538 | FeeUserId - 4868 | Client # - 300780 | Study # - 0007
+9.446sStudy Found: #- 148023 | Timekeeper - 3018 | Office - 13000
+9.476sProcessing #: 24314534 | FeeUserId - 4868 | Client # - 338376 | Study # - 0002
+9.486sStudy Found: #- 150531 | Timekeeper - 3018 | Office - 11000
+9.496sProcessing #: 19845309 | FeeUserId - 6659 | Client # - 329424 | Study # - 0003
+9.507sStudy Found: #- 138846 | Timekeeper - 2 | Office - 20250
+9.516sProcessing #: 19877036 | FeeUserId - 6659 | Client # - 305856 | Study # - 0005
+9.526sStudy Found: #- 132449 | Timekeeper - 2 | Office - 20000
+9.537sProcessing #: 21104313 | FeeUserId - 7183 | Client # - 009976 | Study # - TCS0001
+9.577sStudy Found: #- -1 | Timekeeper - 2668 | Office -
+9.587sProcessing #: 24243858 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+9.597sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500
+9.607sProcessing #: 24308699 | FeeUserId - 611 | Client # - 010038 | Study # - 0020
+9.618sStudy Found: #- 152070 | Timekeeper - 1499 | Office - 19250
+9.647sProcessing #: 24313926 | FeeUserId - 7012 | Client # - 337066 | Study # - 0002
+9.657sStudy Found: #- 152797 | Timekeeper - 4773 | Office - 45121
+9.667sProcessing #: 17864852 | FeeUserId - 7223 | Client # - 302822 | Study # - 0005
+9.688sStudy Found: #- 121172 | Timekeeper - 3926 | Office - 13250
+9.708sProcessing #: 17891795 | FeeUserId - 7223 | Client # - 308395 | Study # - 0004
+9.728sStudy Found: #- 111275 | Timekeeper - 3926 | Office - 17000
+9.749sProcessing #: 24314545 | FeeUserId - 4868 | Client # - 318781 | Study # - 0003
+9.847sStudy Found: #- 109706 | Timekeeper - 3018 | Office - 20500
+9.877sProcessing #: 24314531 | FeeUserId - 4868 | Client # - 335088 | Study # - 0002
+9.888sStudy Found: #- 131452 | Timekeeper - 3018 | Office - 11000
+9.908sProcessing #: 24314535 | FeeUserId - 4868 | Client # - 338376 | Study # - 0001
+9.918sStudy Found: #- 150530 | Timekeeper - 3018 | Office - 11000
+9.938sProcessing #: 19845293 | FeeUserId - 6659 | Client # - 013846 | Study # - 0008
+9.948sStudy Found: #- 137313 | Timekeeper - 2 | Office - 13250
+9.958sProcessing #: 19877118 | FeeUserId - 6659 | Client # - 305831 | Study # - 0005
+9.978sStudy Found: #- 132896 | Timekeeper - 2 | Office - 19750
+9.998sProcessing #: 20894015 | FeeUserId - 7373 | Client # - 000001 | Study # - 0018
+10.007sStudy Found: #- 69884 | Timekeeper - 6516 | Office - 20500
+10.018sProcessing #: 24308715 | FeeUserId - 611 | Client # - 010038 | Study # - 0020
+10.028sStudy Found: #- 152070 | Timekeeper - 1499 | Office - 19250
+10.038sProcessing #: 24313919 | FeeUserId - 7012 | Client # - 337066 | Study # - 0002
+10.058sStudy Found: #- 152797 | Timekeeper - 4773 | Office - 45121
+10.068sProcessing #: 17870303 | FeeUserId - 7223 | Client # - 333387 | Study # - 0006
+10.079sStudy Found: #- 128873 | Timekeeper - 3926 | Office - 19250
+10.089sProcessing #: 17891802 | FeeUserId - 7223 | Client # - 003004 | Study # - 0019
+10.109sStudy Found: #- 117174 | Timekeeper - 3926 | Office - 11000
+10.119sProcessing #: 17908478 | FeeUserId - 7223 | Client # - 301992 | Study # - 0005
+10.139sStudy Found: #- 114961 | Timekeeper - 3926 | Office - 18750
+10.148sProcessing #: 17908476 | FeeUserId - 7223 | Client # - 301992 | Study # - 0004
+10.159sStudy Found: #- 91175 | Timekeeper - 3926 | Office - 18750
+10.179sProcessing #: 20871551 | FeeUserId - 4339 | Client # - 302745 | Study # - TCS0001
+10.189sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+10.199sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+10.210sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250
+10.228sProcessing #: 24313823 | FeeUserId - 7352 | Client # - 335848 | Study # - 0004
+10.239sStudy Found: #- 144013 | Timekeeper - 6513 | Office - 45110
+10.249sProcessing #: 24314144 | FeeUserId - 3245 | Client # - 000001 | Study # - 0019
+10.259sStudy Found: #- 71133 | Timekeeper - 6302 | Office - 20500
+10.269sProcessing #: 20399525 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+10.280sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+10.289sProcessing #: 20464698 | FeeUserId - 3224 | Client # - 324848 | Study # - TCS0001
+10.300sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+10.310sProcessing #: 20482196 | FeeUserId - 7132 | Client # - 313902 | Study # - 0009
+10.320sStudy Found: #- 123530 | Timekeeper - 5975 | Office - 15000
+10.340sProcessing #: 20485951 | FeeUserId - 5856 | Client # - 009300 | Study # - TCS14842
+10.360sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+10.380sProcessing #: 20526701 | FeeUserId - 3224 | Client # - 313708 | Study # - TCS0001
+10.390sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+10.400sProcessing #: 20550294 | FeeUserId - 5856 | Client # - 011252 | Study # - TCS14653
+10.421sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+10.432sProcessing #: 20663134 | FeeUserId - 3224 | Client # - 007933 | Study # - TCS0001
+10.451sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+10.461sProcessing #: 20698828 | FeeUserId - 5856 | Client # - 011194 | Study # - TCS14843
+10.483sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+10.501sSending to 3E: Started

+10ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

11/8/2025 7:30:10 PM Created