run command - runs fine in designer but wants output file in server
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am trying to get my run command working on alteryx server. However it is asking for an output and I dont really want one as the vb script does everything for me. I just need the script to run on the server - nothing else.
How can I just run the vbscript in run command without output or input?
running in designer works the vbscript runs fine.
- Labels:
- Custom Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @wonka1234
Have you tried to remove the Workflow_Temp.yxdb that you have under Output? This field is optional in case you don't need to write an output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@christine_assaad so when i remove that i get error "when there is an incoming connection this tool requires an output file to be configured".
So naturally I remove the read results and.. then "either output or input connection is required"..
so hmm.. what to do here..