Hi Alteryx Community,
I’m experiencing an issue with one of my scheduled workflows and could use some help troubleshooting. I have an Alteryx workflow that runs daily and outputs both a .hyper file and a .yxdb file, which have the same name. These files serve as the data source for a Tableau dashboard through Tableau Bridge. The scheduling of the workflow and Tableau Bridge has enough buffer time to allow the process to complete.
The issue:
Has anyone else encountered this behavior, or does anyone have ideas on what might be causing the scheduled run to output 0 records? Any advice or troubleshooting tips would be greatly appreciated! Thank you!
Unless the credential used when you run manually from Designer is the same that Alteryx Server uses when it executes a scheduled job is the same, then permissions could certainly be the issue. However, i would have also suspected that you'd see some error messages if this were the case.
As a troubleshooting suggestion, compare the message log from the scheduled job to the manual run and look specifically and the record counts it references on each tool message to see when records it inputted or outputted no longer match up.
You may also want to look at the file paths of your output tools and make sure that they didn't change when you published to Gallery. You'll want to make sure that you exclude them from being packaged assets (Workflow Options > Manage workflow assets). Including them may change the output path to something unexpected.
Hope this helps!