We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Error running Event #1: returned an error code: 2

diegosantos
8 - Asteroid

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:

 

chained wf1.png

 

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

chained wf2.png

 

All these paths and files are in the server.

 

Any hint?

6 REPLIES 6
OTrieger
14 - Magnetar

@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 \\

OTrieger
14 - Magnetar

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....

diegosantos
8 - Asteroid

@OTrieger 

 

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

 

chained wf3.png

 

But in Gallery (browser) the manual execute show me the error yet.

 

chained wf4.png

diegosantos
8 - Asteroid

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?

diegosantos
8 - Asteroid

I've already give the permissions but same error on CMD (but worked in CMD), don't work only at Gallerychained wf5.png

Wesley Mendonca
9 - Comet

Hey @diegosantos. Did you get what was it? 

Labels
Top Solution Authors