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

List of Warnings and Errors in Message

ROXANNEAQUINO
5 - Atom

Hello,

 

Is there a site where I can find the list of 'all' the Warnings and Errors that will show in the result window? I have a project where I need to identify and classify the warnings.

 

Any help is greatly appreciated.

Thank you so much 

4 REPLIES 4
CharlieS
17 - Castor
17 - Castor

In short, no. There is a massive number that can occur depends on what tools you're using and what dependencies you connect to. Some errors are just passed from external sources so there's never going to be a complete list. You can even write your own error and warnings. 

 

What are you trying to achieve? it might be best to set up your own warnings and errors so you can customize the message the user sees if you want to help others understand a particular process.

ROXANNEAQUINO
5 - Atom

I need to classify whether a warning is acceptable or not during solutions review. Thanks by the way.

ArnaldoSandoval
12 - Quasar

Hi @ROXANNEAQUINO 

 

I am looking at the Alteryx Results Window it has interesting content that could be helpful with solutions review, regarding the workflow's messages types:

01-Message-Types.png

The conversion errors deserve immediate actions, your workflow could be missing important field data because the workflow does not convert them properly, the developer should take care of them.

 

Also, the performance profiling may help to identify execution time bottle necks in your workflow, below a sample of the Workflow's messages when performance profile is enabled. It is at the bottom of the same page linked above.

01-Message-Types-02.png

You may also configure your Alteryx Designer to write these log files to a folder somewhere in your environment, so you can post analyse them with a workflow as parte of the Solution Review, you may also find the location of these files on the server.

01-Message-Types-03.png

Regarding the location of these log files on the Gallery you may find this topic interesting Where do i see the workflow log files and the worker it ran on 

 

Hope this helps you

Arnaldo

ROXANNEAQUINO
5 - Atom

Thank  you! These will definitely help me.

Labels
Top Solution Authors