// Job ID: #732089
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[23545026,23545029,23545031,23545032,23545033,23545034,23545035,23545036,23545040,23545041,23545043,23545051,23545044,23545052,23545047,23545037,23545048,23545050,23545076,23545068,23545077,23545069,23545078,23545070,23545079,23545080,23545081,23545082,23545074,23545071,23545084,23545072,23545085,23545075,23545073],\"UserId\":6597,\"UserFullName\":\"Sudheep Gantait\",\"UserWindowsId\":\"AG\\SGantait\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":6597,\"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)