Added square brackets around OPEN column in LOT table to prevent SQL insert/update errors. Updated PROC_QUEUE monitor to monitor the PROC_QUEUE2 table.

This commit is contained in:
Infineon\StieberD
2025-07-01 08:54:24 -07:00
parent 8f25d78fe6
commit 653ba1619f
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Service RunMonitors()
GoSub ClearCursors
Mona_Services('SendMetric', 'SQL_PENDING', 'SQL_PENDING', QueueCount)
Query = 'SELECT PROC_QUEUE'
Query = 'SELECT PROC_QUEUE2'
RList(Query, TARGET_ACTIVELIST$, '', '', '')
QueueCount = @RecCount
GoSub ClearCursors