×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On Wed, May 4, 2022 at 12:54 PM Richard Reeve <rjrjr64@xxxxxxxxx> wrote:
What is the best option out there to monitor batch jobs off hours that
till alert via text/email when a jobs errors or takes longer than
expected? I googled it but didn't come up with much.
Different people/organizations will have different definitions for "best".
Where I work, budget is extremely tight, so if we can roll our own, we
do. (And if we can't, we usually just do without.)
In this case, we did set up our own alert system. The traditional way
to find out job statuses programmatically is to use the QUSLJOB system
API. There are quite a few forums/blogs/articles on the subject.
Nowadays, IBM i Services include a lot of SQL-accessible table
functions (such as ACTIVE_JOB_INFO) that retrieve the same
information. Look under "Work Management Services" for relevant
options.
I trust you know, or can find out, how to send emails from your
system. Text messages can be sent as emails to <number>@vtext.com,
<number>@txt.att.net, etc. You just have to know the carrier for each
number.
John Y.
As an Amazon Associate we earn from qualifying purchases.