// Job ID: #1098352
using AG.A1.Scheduler.Project.Contracts.Contracts.FederalFilingDeadLine;
var commitFederalFilingDeadLineCommandHandler = Activate<ICommitFederalFilingDeadLineCommandHandler>();
await commitFederalFilingDeadLineCommandHandler.Run(null, null);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Failed to retrieve Missing SOLs
System.ApplicationException: Failed to retrieve Missing SOLs ---> System.Net.Http.HttpRequestException: Request failed with status code InternalServerError at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 389 at AG.A1.Framework.Rest.RESTClient.GetInternalAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, String expectedRootElement, IDictionary`2 parameters) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 210 at AG.Integrations.RESTClients.AlliantOneApiREST.FilingFederalDeadLineController.FilingFederalDeadLineA1ApiClientController.GetMissingSOLs() in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\AlliantOneApiREST\FilingFederalDeadLineController\FilingFederalDeadLineA1ApiClientController.cs:line 44 --- End of inner exception stack trace --- at AG.Integrations.RESTClients.AlliantOneApiREST.FilingFederalDeadLineController.FilingFederalDeadLineA1ApiClientController.GetMissingSOLs() in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\AlliantOneApiREST\FilingFederalDeadLineController\FilingFederalDeadLineA1ApiClientController.cs:line 50 at AG.A1.Scheduler.Project.Application.Features.FederalFilingDeadLine.Commands.CommitFederalFilingDeadLineCommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\FederalFilingDeadLine\Commands\CommitFederalFilingDeadLineCommandHandler.cs:line 55 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)