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
Solved! Go to Solution.
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.
I need to classify whether a warning is acceptable or not during solutions review. Thanks by the way.
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:
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.
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.
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
Thank you! These will definitely help me.