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 Designer Desktop Discussions

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

Message Tool issues on Alteryx Server

hemant86
11 - Bolide

Hi Team,

 

I'm using certain validation on columns for ex. checking correct data type, input columns to be blank, checking for correct date etc. in the input files and displaying the relevant messages to the user if any validation fails and stop the workflow from further proceeding and producing a output file which has all records with incorrect data and user needs to correct it. Now everything is working fine in the desktop version of Alteryx. But when I try it on Server the error messages are displayed correctly but the output file for errors is not produced. Any suggestion or work around on this.

 

Thanks in Advance!!

2 REPLIES 2
TheOC
16 - Nebula
16 - Nebula

hey @hemant86 

My guess would be that the path to your log file has been packaged, and the output file will be saving into a temporary folder. You can circumnavigate this by deselecting the file when uploading the workflow in 'manage workflow assets':

TheOC_0-1647257993885.png



TheOC_1-1647258000850.png


Ensure that the path is to a network drive or relative path, mapped the same on the server. When a file is selected to be packaged, a version of that file is zipped with the workflow, and put onto the server. The server workflow then uses that specific file, rather than the version of the file that you are wanting to have access to, too. 

 

Hope this makes sense,
Cheers,
TheOC

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
hemant86
11 - Bolide

Thanks for your response @TheOC . I tried as you said. I deselected the 2 output options in workflow settings. And also I'm using relative path for both the out files which needs to be produced in case of Errors. But still no luck. The workflow stops with the Error message given in the message tool but no output file is produced to download. Please correct me if I'm wrong.

hemant86_0-1647262105098.png

(Output)Error Records.xlsx

(Output)Total Present Days.xlsx

Labels
Top Solution Authors