Hello everyone!
I'm trying to schedule these workflows, but they show me these errors. When I rub them manually, they work.
Thanks!
hey @Mayra2291
it looks like you are pulling files that are saved on your desktop or downloads folder into your workflow.
when running this workflow from the server, the server machine doesnt have access to your personal computer and therefore it causes an error.
one way to bypass this would be to save your inputs into a UNC shared folder location, and permission the server to have access to the folder.
Hi @gautiergodard
Thank you for your response. I don't use Alteryx server. I'm using the desktop version to write into the SQL server.
Hi @Mayra2291
This seems to be a permissions issue when the workflow tries to run scheduled, these are few things to check.
I strongly suggest to review your Desktop Scheduler configuration, in particular the account running the scheduled workflows, you may follow this article to find out the account being used: Configure Desktop with Scheduler written by LisaL, unfortunatelly I can't replicate your issue on my workstation.
Hope this helps,
Arnaldo