Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

View Scheduler details

gyuen7824
5 - Atom

16843ddc-9663-4d28-a49d-b7c80716020f.png

Hi everyone, I am working on creating scheduler report details. I got some information from AS_Scehdule Table. I want more information like attached image but I am no idea how can I get this in program data or any places to display as a report table for output. 

 

Thank you!

3 REPLIES 3
KGT
13 - Pulsar

The logs for workflow runs are configured in Settings. In User Settings, you can configure where the logs are output to, and in System Settings there is a "more global" setting for logs. That location should house a .log file for each workflow run. 

gyuen7824
5 - Atom

Thank you for reply. I have viewed the logs. It is too much information. As I just want a part of it just like the image I provided in the topic. are there any other ways to capture it?

KGT
13 - Pulsar

OK, so you just want a couple of metrics from the SQLite Db then. By default the DB should be at C:\ProgramData\Alteryx\Service\Persistence but you can check that in your system settings. The schema is not well defined publicly I don't think, as it's not a core product, more something that was offered as an in-between. But it's pretty simple.

 

You have AS_Schedules, you will need to combine it with Jobs (runs of the scheduled job) and possibly some others. Have a look through the tables in that directory and explore them. But the important thing you're looking for is Jobs... as that's each individual run.

Labels
Top Solution Authors