
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
*This post is locked for comments
I have the same question (0)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