// Job ID: #263513
using ClarityConnect.Clients.GLV;
var gLV = Activate<GLV>();
await gLV.OrderSyncCEFToSyspro(null, null);
CurrentCulture |
|
CurrentUICulture |
|
RecurringJobId |
|
Time |
|
An exception occurred during processing of a background job.
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.) ---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197. at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResult asyncResult) --- End of stack trace from previous location --- at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50 at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12 --- End of inner exception stack trace --- at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationService service, IOptions`1 options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19 at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope ) at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider) at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters) at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context) at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0() at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation) at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation) at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation) at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters) at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context) at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)