// Job ID: #979236
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[24417546,24417564,24417630,24417647,24417520,24417590,24417605,24417623,24417600,24417526,24417545,24417562,24417577,24417594,24417610,24417629,24417646,24417604,24417642,24417557,24417586,24417622,24417639,24417528,24417547,24417563,24417511,24417512,24417530,24417513,24417548,24417566,24417578,24417596,24417612,24417632,24417527,24417544,24417565,24417595],\"UserId\":8048,\"UserFullName\":\"Deepak Prasad\",\"UserWindowsId\":\"ACS\\DPrasad\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":8048,\"IsAGTalent\":false}"),
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
No entries found to commit.
System.Exception: No entries found to commit. at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.CommitTimeEntryTo3ECommandHandler.Handle(CommitTimeEntriesTo3ERequest request, CancellationToken cancellationToken, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\CommitTimeEntryTo3ECommandHandler.cs:line 88 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)