// Job ID: #732182
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[23545410,23545411,23545412,23545413,23545414,23545415,23545416,23545417,23545418,23545419,23545420,23545421,23545422,23545423,23545424,23545425,23545426,23545427,23545428,23545429,23545430,23545431,23545432,23545433,23545434,23545435,23545436,23545437,23545438],\"UserId\":4991,\"UserFullName\":\"Naveen Donga\",\"UserWindowsId\":\"AG\\NDonga\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":4991,\"IsAGTalent\":true}"),
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 85 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)