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 Server Discussions

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

Dropdown-enabled Analytic App fails in Gallery

BharathKumaran
6 - Meteoroid

We are facing an issue when publishing an Analytic App with a dropdown interface tool to our Alteryx Gallery (Server version 2024.2).

 

Issue Summary:

- The analytic app runs successfully in Alteryx Designer.

- When the same app is published to Alteryx Gallery and executed from the browser, it fails immediately after selecting a value in the dropdown.

- If we remove the dropdown interface tool and publish the same workflow as an app, it runs successfully in Gallery.

 

BharathKumaran_0-1760012477379.png

 

 

Requesting to kindly help us identify the cause of this issue and resolve this error.

12 REPLIES 12
abacon
13 - Pulsar

@BharathKumaran How is the dropdown configured? It is hard to say why this is failing without seeing the dropdown configurations.

 

Bacon

BharathKumaran
6 - Meteoroid

Thanks for the reply.

The dropdown is configured as an External Source with a file input (.yxdb).
The file contains two columns — NAME and VALUE. 
Also please find attached the analytic app.

abacon
13 - Pulsar

@BharathKumaran I will take a look when I can but off the top of my head - does the server have access to the YXDB file used? I would look where the YXDB file is located - does the server machine have access to the file? If so, is the file path used the UNC path? Meaning the fully path, no mapped drives.

 

I will take a look though here soon and let you know if I have any other thoughts.

 

Bacon

abacon
13 - Pulsar

@BharathKumaran Just looked, when you pushed up the workflow to the server, did you package the yxdb file with the workflow? If you save to the server and select manage workflow assets, you will see the options in the screenshot. Make sure the YXDB file is selected.

 

Bacon

 

image.png

BharathKumaran
6 - Meteoroid

Thanks for the support.

Yes, I have packaged the yxdb file with the workflow. This app runs perfectly in the gallery browser within the VM. But when I run this outside of the VM, it fails.

BharathKumaran_0-1760017669608.png


Also I'm attaching a simpler workflow where the dropdown is directly connected to a text input, but it still fails with the same error when processed outside of the VM.

abacon
13 - Pulsar

@BharathKumaran What is the error you are getting? I don't see anything other than 'workflow has failed' in your original screenshot.

 

Bacon

BharathKumaran
6 - Meteoroid

BharathKumaran_0-1760025303267.png

this is the only error its showing, not able to see anything in the workflows results as well, its empty

 

abacon
13 - Pulsar

@BharathKumaran There is no workflow result? If it failed there should be a log created with some form of error.

 

Bacon

BharathKumaran
6 - Meteoroid

yes, it fails and there are no entries in workflow results

BharathKumaran_0-1760025902963.pngBharathKumaran_1-1760025938469.png