// Job ID: #1948958
using ClarityConnect.Clients.GLV;
var gLV = Activate<GLV>();
await gLV.OrderSyncCEFToSyspro(null, null);
| CurrentCulture |  | 
| CurrentUICulture |  | 
| RecurringJobId |  | 
| Time |  | 
Triggered via Dashboard UI
An exception occurred during performance of the job.
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 Client not authenticated to send mail. Error: 535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [DM5PR08CA0040.namprd08.prod.outlook.com 2025-10-27T13:54:32.395Z 08DE14F7A17DEAEB]
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 Client not authenticated to send mail. Error: 535 5.7.139 Authentication unsuccessful, the user credentials were incorrect. [DM5PR08CA0040.namprd08.prod.outlook.com 2025-10-27T13:54:32.395Z 08DE14F7A17DEAEB] at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.EndSend(IAsyncResult result) at System.Net.Mail.SendMailAsyncResult.SendMailFromCompleted(IAsyncResult result) --- End of stack trace from previous location --- at System.Net.Mail.SendMailAsyncResult.End(IAsyncResult result) at System.Net.Mail.SmtpClient.SendMailCallback(IAsyncResult result) --- End of stack trace from previous location --- at ClarityConnect.Utilities.EmailService.SendEmail(String subject, String body) in C:\data\projects\GLV\PRD\Connect-v3\ClarityConnect.Utilities\EmailService\EmailService.cs:line 68 at ClarityConnect.Utilities.EmailService.EmailInfo(String body, String subject) in C:\data\projects\GLV\PRD\Connect-v3\ClarityConnect.Utilities\EmailService\EmailService.cs:line 36 at ClarityConnect.Clients.GLV.GLV.UpdateFailCountOrDeactivate(SalesOrderModel order, CancellationToken token) in C:\data\projects\GLV\PRD\Connect-v3\ClarityConnect.Clients.GLV\Jobs\OrderSyncCEFToSyspro.cs:line 145 at ClarityConnect.Clients.GLV.GLV.SyncOrderCEFToSyspro(SalesOrderModel order, Boolean needToThrow, List`1 orderIDs, PerformContext context, CancellationToken token) in C:\data\projects\GLV\PRD\Connect-v3\ClarityConnect.Clients.GLV\Jobs\OrderSyncCEFToSyspro.cs:line 102 at ClarityConnect.Clients.GLV.GLV.OrderSyncCEFToSyspro(PerformContext context, CancellationToken token) in C:\data\projects\GLV\PRD\Connect-v3\ClarityConnect.Clients.GLV\Jobs\OrderSyncCEFToSyspro.cs:line 34 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)