Customer FR29251 Infor To Magento

// Id: #3755621
using ClarityConnect.Clients.CUT;

var cUT = Activate<CUT>();
await cUT.CustomerInforToMagBackgroundTask(
    "FR29251",
    null,
    null);

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RetryCount
3

State

9/1/2026 3:34:11 AM (+1.878s) Failed

An exception occurred during performance of the job.

System.Collections.Generic.KeyNotFoundException (2022-cli-con-1:1300)

Infor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.

System.Collections.Generic.KeyNotFoundException: Infor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 99
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 155
   at ClarityConnect.Clients.CUT.CUT.CustomerInforToMagBackgroundTask(String custNum, PerformContext context, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 77
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

+11ms Processing

Server:
2022-cli-con-1:1300
Worker:
feecde57
+1.035sSyncing customer FR29251
+1.826sInfor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.

+1m 36.599s Enqueued

Triggered by DelayedJobScheduler

+4ms Scheduled

Retry attempt 3 of 3: Infor shows Customer ID: 29251 for FR29251, but t…

Enqueue at:
9/1/2026 3:34:01 AM

+8.809s Failed

An exception occurred during performance of the job.

System.Collections.Generic.KeyNotFoundException (2022-cli-con-1:1300)

Infor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.

System.Collections.Generic.KeyNotFoundException: Infor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 99
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 155
   at ClarityConnect.Clients.CUT.CUT.CustomerInforToMagBackgroundTask(String custNum, PerformContext context, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 77
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

+9ms Processing

Server:
2022-cli-con-1:1300
Worker:
6e787079
+8.084sSyncing customer FR29251
+8.808sInfor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.

+1m 8.806s Enqueued

Triggered by DelayedJobScheduler

+4ms Scheduled

Retry attempt 2 of 3: A connection attempt failed because the connected…

Enqueue at:
9/1/2026 3:32:23 AM

+21.843s Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException (2022-cli-con-1:1300)

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (mastercutlery.com:443)

System.Net.Http.HttpRequestException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (mastercutlery.com:443)
 ---> System.Net.Sockets.SocketException (10060): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|281_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.HttpConnectionWaiter`1.WaitForConnectionAsync(Boolean async, CancellationToken requestCancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendAsync>g__Core|5_0(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendAsync>g__Core|5_0(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at ClarityConnect.Connectors.Magento.MagentoIntegrationService.Request(HttpMethod method, String url, CancellationToken token, String body) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Connectors.Magento\IntegrationService\MagentoIntegrationService.cs:line 153
   at ClarityConnect.Connectors.Magento.MagentoIntegrationService.Read[TModel](ReadRequest request, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Connectors.Magento\IntegrationService\MagentoIntegrationService.cs:line 45
   at ClarityConnect.Connectors.Magento.MagentoService.ReadCustomerByID(Int32 id, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Connectors.Magento\Service\MagentoService.Customer.cs:line 15
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 90
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 155
   at ClarityConnect.Clients.CUT.CUT.CustomerInforToMagBackgroundTask(String custNum, PerformContext context, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 77
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

+9ms Processing

Server:
2022-cli-con-1:1300
Worker:
5d3fe6cf
+61msSyncing customer FR29251
+21.838sA connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (mastercutlery.com:443)

+31.132s Enqueued

Triggered by DelayedJobScheduler

+2ms Scheduled

Retry attempt 1 of 3: Infor shows Customer ID: 29251 for FR29251, but t…

Enqueue at:
9/1/2026 3:30:41 AM

+6.972s Failed

An exception occurred during performance of the job.

System.Collections.Generic.KeyNotFoundException (2022-cli-con-1:1300)

Infor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.

System.Collections.Generic.KeyNotFoundException: Infor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 99
   at ClarityConnect.Clients.CUT.CUT.ProcessCustomerInforToMagento(PerformContext context, String custNum, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 155
   at ClarityConnect.Clients.CUT.CUT.CustomerInforToMagBackgroundTask(String custNum, PerformContext context, CancellationToken token) in C:\Data\Projects\CUT\Connect-v3\ClarityConnect.Clients.CUT\Jobs\ProcessCustomers.cs:line 77
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

+57ms Processing

Server:
2022-cli-con-1:1300
Worker:
1bd28555
+6.123sSyncing customer FR29251
+6.947sInfor shows Customer ID: 29251 for FR29251, but that record was not found in Magento.

+123ms Enqueued

9/1/2026 3:30:15 AM Created