Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Alteryx Server Usage Report

srkreddy
5 - Atom

Hi There,

 

I am looking to get the server usage report with these conditions 

did the workflow run on scheduler if yes what is the service account it used if not scheduler then which user ran that particular workflow? is this something possible, I have the Alteryx Sever Usage report macro, but that does not have information I am looking for.

1 REPLY 1
Yoshiro_Fujimori
15 - Aurora

Hi @srkreddy 

If you run the macro, you would get a .tde file.

It has fields like "Schedule ID", and you can tell if the record is a scheduled job or not.

It has "Job Creator Name", and you can tell who kicked the job.

It have more interesting fields you can explorer further.

Good luck!