Hello community, I'm trying to manual execute a workflow in the server (by browser interface) that have a "before run event" to another wf, and i'm getting this error:
When I connect to the server (RDP) and run by Alteryx Designer it's worked well, but when I save the WF in the server and manual execute by (browser gallery) this error happens.
Here is the event configuration
All these paths and files are in the server.
Any hint?
@diegosantos C; and D; are mapped drives that will work from Designer however Alteryx will not recognize them when saved to the Gallery/Server.
If you want that path will work on the Server you must use the full path to that folder, normally will start with \\
The server is a computer by itself and C; Drive and D: Drive will differ then one that is on your computer. So Alteryx need an absolute path, the full path, means that the path will not start with C:, D:, O: M: etc. have to be the full path including the server path....
Thank you for your help and quickly respond. When I change to a full path as you said, the command worked as well, when executed in cmd
But in Gallery (browser) the manual execute show me the error yet.
Now i realized that exist one error:
Error - Alteryx Engine: Error opening translation database file:/SAPLALTERYXSBX1/c$/Program Files/Alteryx/bin/Messages/Glot.dat?immutable=1: unable to open database file
What is this file? Glot.dat?
I've already give the permissions but same error on CMD (but worked in CMD), don't work only at Gallery
Hey @diegosantos. Did you get what was it?