IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #64573
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
1695897000

State

9/28/2023 3:15:12 PM (+1m 28.770s) 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
+46msOfflineTimeCommitTo3ECommandHandler - Started
+202msNo of records retrieved : 4
+392msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+399msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+406msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+412msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+417msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+424msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+430msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+436msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+443msSending to 3E: Started

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
9/28/2023 3:13:38 PM

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

+76ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+80msOfflineTimeCommitTo3ECommandHandler - Started
+220msNo of records retrieved : 4
+402msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+408msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+415msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+422msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+428msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+434msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+440msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+446msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+452msSending to 3E: Started

+1h 9m 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/28/2023 1:20:48 PM

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

+41m 18.273s 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/28/2023 12:10:51 PM

+1m 28.707s 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:
a41d126c
+30msOfflineTimeCommitTo3ECommandHandler - Started
+166msNo of records retrieved : 4
+446msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+453msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+459msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+465msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+471msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+477msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+483msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+489msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+496msSending to 3E: Started

+22m 47.763s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
9/28/2023 11:28:10 AM

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

+27ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+26msOfflineTimeCommitTo3ECommandHandler - Started
+149msNo of records retrieved : 4
+288msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+295msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+301msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+307msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+313msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+321msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+327msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+333msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+339msSending to 3E: Started

+12m 2.060s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/28/2023 11:03:52 AM

+1m 28.530s 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:
9a72185c
+24msOfflineTimeCommitTo3ECommandHandler - Started
+94msNo of records retrieved : 4
+241msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+248msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+254msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+260msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+266msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+272msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+278msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+284msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+291msSending to 3E: Started

+5m 58.403s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/28/2023 10:50:24 AM

+1m 31.860s 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:
a9b6f8de
+25msOfflineTimeCommitTo3ECommandHandler - Started
+3.397sNo of records retrieved : 4
+3.557sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+3.564sStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+3.571sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+3.577sStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+3.583sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+3.589sStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+3.595sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+3.602sStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+3.609sSending to 3E: Started

+3m 31.360s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+70ms Scheduled

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

Enqueue at:
9/28/2023 10:43:01 AM

+1m 28.830s 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
+237msNo of records retrieved : 4
+530msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+537msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+544msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+550msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+556msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+566msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+577msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+583msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+589msSending to 3E: Started

+2m 1.444s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/28/2023 10:37:48 AM

+1m 28.693s 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:
64c0aebc
+27msOfflineTimeCommitTo3ECommandHandler - Started
+225msNo of records retrieved : 4
+371msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+378msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+385msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+391msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+398msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+404msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+409msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+417msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+423msSending to 3E: Started

+46.220s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+47ms Scheduled

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

Enqueue at:
9/28/2023 10:34:16 AM

+1m 28.803s 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:
a9b6f8de
+24msOfflineTimeCommitTo3ECommandHandler - Started
+146msNo of records retrieved : 4
+271msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+280msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+293msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+299msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+312msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+320msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+329msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+339msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+347msSending to 3E: Started

+46.354s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
9/28/2023 10:32:09 AM

+1m 28.760s 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:
af9760ea
+46msOfflineTimeCommitTo3ECommandHandler - Started
+335msNo of records retrieved : 4
+495msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+501msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+508msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+515msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+521msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+527msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+534msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+540msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+547msSending to 3E: Started

+13ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

9/28/2023 10:30:00 AM Created