Alteryx Server Discussions

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

Chained app upload on Company's Server

Hemant1992
7 - Meteor

Hi Alteryx Community,

 

I am trying to run the chained app on my Company's server. When I run the app, the primary app run successfully but when I choose the to run the connected/chained app, it download on my system instead of running on the server. Need help to run the complete app on the server.

 

Below are the snapshot:

 

Primary App:

 

Hemant1992_3-1597775518610.png

 

 

Second app:

 

Hemant1992_1-1597775355956.png

 

Download instead of running on the server:

Hemant1992_4-1597775567625.png

 

 

5 REPLIES 5
echuong1
Alteryx Alumni (Retired)

Can you double check the way you have your apps chained together? If you look at the interface designer, it should have upon completion run another app and uncheck show results to user.

 

When uploading, you should only have to upload the first app to the Gallery. If you click Manage Assets when saving the other pieces should be checked.

 

This link has an example of a chained app that you can follow for configuration:

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Chained-Alteryx-Analytic-Applicatio...

 

echuong1_0-1597779843245.png

 

Hemant1992
7 - Meteor

Hi @echuong1 

 

Thanks for the quick response.

 

Please tell me on success option which app I select? Oracle or SAP. As user select SAP or Oracle, the is a seperate app for both. 

 

Thanks & regards,

Hemant Kumar

echuong1
Alteryx Alumni (Retired)

If you are running a completely different process based on what the user selects, I recommend using a detour tool or the condition tool instead. Your workflow would be consolidated as well.

 

With the detour tool, based on what the user selects, the data will stream through one of the possible workflow sections (SAP or Oracle). 

 

Detour tool: https://help.alteryx.com/current/designer/detour-tool

Condition tool: https://help.alteryx.com/current/designer/condition-tool

Hemant1992
7 - Meteor

Hi @echuong1 

 

I am already using the condition tool with the below interface designer configuration. I am not sure which app I should select at on success option. Please correct me if I am making any mistake.

 

Hemant1992_0-1597782044077.png

 

hroderick
8 - Asteroid

If you have enough will, here's the way...

 

You will run step2 on successful completion of step1 .

The trick is to make step1 swap the content of step2 before successful completion.

 

In your save of step1 to gallery, add assets:  step2.yxmd,  step2_oracle.yxmd,  step2_sap.yxmd

When step 1 is running, overwrite step2.yxmd with either the oracle or the sap version