Hi,
My client have a requirement regarding Job Queue.
Do we have any Alert system in NAV for Job queues, if Job queues fail accidentally?
Or any other way so that support team will get acknowledgement regarding Job queue Failures. So that they can easily get to know that Job queue stops and they need to support.
With Regards
Shashank Mishra
There are 2 options :
- Timely basis (let's say every 10 minutes)
You can create a sql job to read job queue status , if any failed status found then send email using sql db mail
or you can create a codeunit in NAV to ready the job queue and send email if any error . call the codeunit using powershell command "Invoke-NAVCodeunit" and setup
the script to be called in windows task scheduler
- As soon as you hit the error which causing failure
follow this : community.dynamics.com/.../162824
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148