In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!
Free Trial

Alteryx Server Discussions

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

Getting Permission Error in my python code Workflow when running from Alteryx Gallery

arsh011
8 - Asteroid

I have a workflow in which a python script is running which downloads and moves the files in to a specific folder , downloading runs fine but it gives permission error when I tried to move the old files from the same folder where I was downloading, it gives error only when I scheduled this workflow from Alteryx gallery , can someone help how I give permission to the gallery of the filepaths or how can I get rid of this permission error?

1 REPLY 1
KPOLU
8 - Asteroid

Please find out the RunAs account of your server(Your server admin can help) and get read write access to the RunAs account to the folder(assuming that this is a network path) where you are moving the files to. When a workflow is executed on gallery, workflow is executed using the credentials of RunAs account.