Hi
Hoping someone can point me in the right direction.
We have an application that runs scanning batch jobs and writes to a SQL database table with the status of each batch job.
COMPLETED
ERROR
PROCESSING
The table 'Batchinfo' has a column called Status and I want to monitor that Status column for any 'ERROR ' status and generate an alert email.
Alternatively if we can get it to write to a log file can I monitor that for the ERROR messages?
I did find an AppInsight query but that only looks at the first column for a numerical value.
I have NPM 11.5.3 and SAM 6.2.2 installed.
Any suggestions?
Regards
LPOR