IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #64131
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
1695821410

State

9/27/2023 6:16:39 PM (+1m 28.864s) 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)

+23ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+32msOfflineTimeCommitTo3ECommandHandler - Started
+210msNo of records retrieved : 4
+384msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+393msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+403msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+412msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+419msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+425msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+431msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+437msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+444msSending to 3E: Started

+1h 50m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/27/2023 6:14:59 PM

+1m 28.754s 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)

+150ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+155msOfflineTimeCommitTo3ECommandHandler - Started
+430msNo of records retrieved : 4
+588msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+595msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+602msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+608msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+615msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+621msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+627msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+634msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+641msSending to 3E: Started

+1h 12m 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/27/2023 4:23:31 PM

+57ms 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()

+43m 33.520s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/27/2023 3:11:10 PM

+1m 28.870s 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)

+23ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+29msOfflineTimeCommitTo3ECommandHandler - Started
+357msNo of records retrieved : 2
+518msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+525msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+532msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+619msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+626msSending to 3E: Started

+24m 18.047s 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/27/2023 2:26:13 PM

+1m 28.487s 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
+75msNo of records retrieved : 2
+242msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+248msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+255msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+261msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+267msSending to 3E: Started

+11m 46.996s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+70ms Scheduled

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

Enqueue at:
9/27/2023 2:00:19 PM

+1m 28.757s 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)

+23ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+29msOfflineTimeCommitTo3ECommandHandler - Started
+298msNo of records retrieved : 2
+476msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+484msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+491msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+497msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+504msSending to 3E: Started

+5m 31.527s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
9/27/2023 1:47:10 PM

+1m 28.806s 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:
af9760ea
+33msOfflineTimeCommitTo3ECommandHandler - Started
+279msNo of records retrieved : 2
+473msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+480msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+487msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+493msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+499msSending to 3E: Started

+1m 46.487s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+43ms Scheduled

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

Enqueue at:
9/27/2023 1:40:03 PM

+1m 28.607s 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)

+73ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+33msOfflineTimeCommitTo3ECommandHandler - Started
+217msNo of records retrieved : 2
+370msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+376msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+382msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+388msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+394msSending to 3E: Started

+1m 31.470s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+34ms Scheduled

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

Enqueue at:
9/27/2023 1:36:48 PM

+1m 28.636s 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:
a41d126c
+35msOfflineTimeCommitTo3ECommandHandler - Started
+147msNo of records retrieved : 2
+271msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+280msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+285msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+300msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+310msSending to 3E: Started

+31.600s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
9/27/2023 1:33:55 PM

+1m 28.480s 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)

+16ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+22msOfflineTimeCommitTo3ECommandHandler - Started
+85msNo of records retrieved : 2
+210msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+217msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+226msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+232msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+238msSending to 3E: Started

+15.780s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+44ms Scheduled

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

Enqueue at:
9/27/2023 1:31:54 PM

+1m 29.106s 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
+32msOfflineTimeCommitTo3ECommandHandler - Started
+639msNo of records retrieved : 2
+837msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+843msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+850msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+856msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+862msSending to 3E: Started

+6ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

9/27/2023 1:30:10 PM Created