Hi All,
I am trying to access jobs logs in the Scheduler and succeeded. I would have though that in the 'AS_Results' table I would be able to find the actual Result of the executed jobs that would allow me to distinguish between Workflows ran with errors (Red indicator) and Workflows ran with conversion errors (Yellow indicator), but I couldn't find it.
In the 'AS_Queue' table, you can find a job status being 'Complete' or 'Error'. The problem is when a Red indicator is on, I want to flag this as 'problem' or error and need to look at, but since the job completed, the status is 'Complete'. Is there a good way to resolve this so that I can flag the jobs that result in Error (Red indicator) but showing 'Complete' as status?
Thanks in advance
Henri
Solved! Go to Solution.
Server Usage Report
http://downloads.alteryx.com/downloads.html
This workflow provides user access, content, schedules, and job analysis information about your Server and outputs results via a Tableau workbook, or PDF and Excel files. |
You can modify this to get the information you are looking for...
Thanks Angela,
I didn't realise that the information that I wanted reside in the column called '_ServiceData' with 'BLOB' data type. All I need to do is to parse the data in this column.
Regards
Henri