We are configured couple jobs in Visual cron some of them are related to SQL task directly calling the stored procedure from the server by using window authentication, and some of them are related to Backups. Frequently we are getting below mentioned error while executing the jobs.
JobName queued email checker/sender (*****) Job failed at 4/11/2020 5:00 PM with Error:
Msg 18452, Level 14, State 1, Procedure , Line 65536 Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Exception in Task: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication..
Please suggest a solution for the above mentioned Issue.
Thank you.