What query is used to provide the RESULTS tab output in View Schedules on controller?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
I am wondering if anyone knows the query that is used to generate the RESULTS tab output when looking at the Options->View Schedules from the Controllers Designer?
In certain error conditions the Results tab will display failed worfklows with a Completion Date of January 01, 0001 12:00:00 AM and I am trying to find that data in the various Mongo DB collections.
Any thoughts?
Thank you
Tom D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Michal
I looked at the server usage report and it doesn't seem to meet our needs... one of the big issues is that the vast majority of the workflows that are run, and are of interest, are scheduled through the controller and this report is Gallery focused. I will look into editing the report but as usual I would prefer a ready made solution.
Thank you
Tom D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I run mine from a windows task scheduler bat file with a command line like the one shown below. the command line. The pink stuff at the end puts the results into the .txt file.
For some processes, I run the results through another workflow to check that everything worked as intended.
call AlteryxEngineCmd.exe "D:\THR\PartA.yxwz" "D:\THR\Teradata_Loader.yxwv" >> "D:\THR\Teradata_Loader PartA.txt" 2>&1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
