IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #64952
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
1695958202

State

9/29/2023 8:17:53 AM (+1m 28.656s) 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+37ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+47msOfflineTimeCommitTo3ECommandHandler - Started
+193msNo of records retrieved : 4
+366msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+372msStudy Not Found
+379msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+385msStudy Not Found
+390msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+396msStudy Not Found
+402msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+408msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+415msSending to 3E: Started

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+60ms Scheduled

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

Enqueue at:
9/29/2023 8:16:10 AM

+1m 28.907s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

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

+36ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+61msOfflineTimeCommitTo3ECommandHandler - Started
+366msNo of records retrieved : 4
+600msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+607msStudy Not Found
+613msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+620msStudy Not Found
+627msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+635msStudy Not Found
+641msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+647msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+654msSending to 3E: Started

+1h 11m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 9 of 10: Could not load file or assembly 'AG.A1.Scheduler.…

Enqueue at:
9/29/2023 6:22:54 AM

+63ms Failed

Can not change the state to 'Processing': target method was not found.

System.IO.FileNotFoundException

Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Hangfire.Common.TypeHelper.AssemblyResolver(String assemblyString)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at System.TypeNameParser.ResolveAssembly(String asmName, Func`2 assemblyResolver, Boolean throwOnError, StackCrawlMark& stackMark)
   at System.TypeNameParser.ConstructType(Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.TypeNameParser.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError)
   at Hangfire.Common.TypeHelper.DefaultTypeResolver(String typeName)
   at Hangfire.Storage.InvocationData.DeserializeJob()

+44m 6.254s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+110ms Scheduled

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

Enqueue at:
9/29/2023 5:11:25 AM

+1m 28.903s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+40ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+50msOfflineTimeCommitTo3ECommandHandler - Started
+456msNo of records retrieved : 4
+632msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+642msStudy Not Found
+648msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+654msStudy Not Found
+662msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+668msStudy Not Found
+673msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+679msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+685msSending to 3E: Started

+23m 19.100s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+43ms Scheduled

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

Enqueue at:
9/29/2023 4:25:52 AM

+1m 28.800s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+37ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
64c0aebc
+60msOfflineTimeCommitTo3ECommandHandler - Started
+241msNo of records retrieved : 4
+400msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+409msStudy Not Found
+419msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+428msStudy Not Found
+437msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+446msStudy Not Found
+455msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+464msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+474msSending to 3E: Started

+13m 31.770s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+57ms Scheduled

Retry attempt 6 of 10: Could not load file or assembly 'AG.A1.Scheduler.…

Enqueue at:
9/29/2023 4:01:04 AM

+30ms Failed

Can not change the state to 'Processing': target method was not found.

System.IO.FileNotFoundException

Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Hangfire.Common.TypeHelper.AssemblyResolver(String assemblyString)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at System.TypeNameParser.ResolveAssembly(String asmName, Func`2 assemblyResolver, Boolean throwOnError, StackCrawlMark& stackMark)
   at System.TypeNameParser.ConstructType(Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.TypeNameParser.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError)
   at Hangfire.Common.TypeHelper.DefaultTypeResolver(String typeName)
   at Hangfire.Storage.InvocationData.DeserializeJob()

+5m 16.763s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+50ms Scheduled

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

Enqueue at:
9/29/2023 3:47:31 AM

+1m 28.960s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+17ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+24msOfflineTimeCommitTo3ECommandHandler - Started
+221msNo of records retrieved : 4
+700msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+707msStudy Not Found
+717msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+723msStudy Not Found
+730msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+736msStudy Not Found
+743msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+749msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+759msSending to 3E: Started

+2m 1.286s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+74ms Scheduled

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

Enqueue at:
9/29/2023 3:40:49 AM

+1m 28.996s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+34ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+40msOfflineTimeCommitTo3ECommandHandler - Started
+181msNo of records retrieved : 4
+693msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+700msStudy Not Found
+707msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+714msStudy Not Found
+720msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+726msStudy Not Found
+732msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+738msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+750msSending to 3E: Started

+1m 16.693s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+53ms Scheduled

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

Enqueue at:
9/29/2023 3:37:11 AM

+1m 28.497s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+20ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+23msOfflineTimeCommitTo3ECommandHandler - Started
+78msNo of records retrieved : 4
+201msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+208msStudy Not Found
+214msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+227msStudy Not Found
+233msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+238msStudy Not Found
+244msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+251msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+257msSending to 3E: Started

+1m 1.590s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/29/2023 3:34:23 AM

+1m 28.684s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

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

+53ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+60msOfflineTimeCommitTo3ECommandHandler - Started
+214msNo of records retrieved : 4
+429msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+435msStudy Not Found
+441msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+447msStudy Not Found
+453msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+459msStudy Not Found
+465msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+471msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+477msSending to 3E: Started

+33.057s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+60ms Scheduled

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

Enqueue at:
9/29/2023 3:31:53 AM

+1m 29.036s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+24ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+37msOfflineTimeCommitTo3ECommandHandler - Started
+552msNo of records retrieved : 4
+738msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+745msStudy Not Found
+751msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+756msStudy Not Found
+762msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+768msStudy Not Found
+774msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+780msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+786msSending to 3E: Started

+6ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

9/29/2023 3:30:03 AM Created