use NetPerfMon;select b.nodeid ,b.engineid ,c.ServerName ,COUNT(*) numberOfFailures from udt_job a ,nodes b ,Engines cwhere a.NodeID=b.nodeidand b.engineid = c.engineidand a.JobLastResult = 0group by b.nodeid ,b.engineid ,c.ServerName
Hi petersent
Does this work? I mean have you tested this as i m looking for a similar information from long time.
Yes it does work. Now I am running 10.6.1 but it does pull the UDT info out correctly
Thanks a lot petersent
Worked for me as well. I had searched a lot in community regarding this but got to know that there is no way to figure this out except log files.
This would help me in keeping tab for the failure status. Actually i also have a case opened since m getting a notfication for UDT jobs failing again and again.
Support engineer after checking has recommended to repair the UDT services once and see since the jobs are getting completed as per the log files.