Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Run command on a gallery

rajat_del
7 - Meteor

Hi,

 

I have a macro which i am running through events on the completion of a workflow. The vbs script although lies on my desktop. I upload the workflow on the gallery but it fails with the error:

  • Error running Event #1: The external program "cscript.exe" returned an error code: 1: Access is denied. (5)

 

Any ideas what i can do since i would like it to be automated?

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @rajat_del 

 

Ideally, your desktop is not accessible by the server. You need to place the vba script in shared drive/network drive, provide gallery access to the path and then reference in gallery workflows.

 

Hope this helps : )

rajat_del
7 - Meteor

I tried by keeping the vbs script and the macro on Onedrive, but still it says access denied.

 

There has to be a better solution.

Labels
Top Solution Authors