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

Alteryx Server Usage Report Utility- AlteryxResultCode

pdx
6 - Meteoroid

Hi, I just updated server software to 2024.2. Using the new version of Alteryx Sever Usage Report Utility (v0_1_11). I'm exporting all outputs to yxdb. In the Execution.yxdb output I see a column 'AlteryxResultCode'. I'm thinking these are Warning, Error, Success but am not sure which result goes with each result code. I'd greatly appreciate if someone could point me to documentation or other resource.

AlteryxResultsCode.png

2 REPLIES 2
steven456a
5 - Atom

@pdx MyMilestoneCardwrote:

Hi, I just updated server software to 2024.2. Using the new version of Alteryx Sever Usage Report Utility (v0_1_11). I'm exporting all outputs to yxdb. In the Execution.yxdb output I see a column 'AlteryxResultCode'. I'm thinking these are Warning, Error, Success but am not sure which result goes with each result code. I'd greatly appreciate if someone could point me to documentation or other resource.

AlteryxResultsCode.png



The `AlteryxResultCode` in the `Execution.yxdb` file gives the numerical status allotted to each workflow job. Codes passed to this parameter can have the following values and meanings: **`0` for Success**, **`1` for Warning**, and **`2` for Error`.** It is a key denoting the state of your custom server health monitoring package and lets you almost immediately know whether each workflow run ended successfully or ran into issues.

abacon
12 - Quasar

@steven456a is correct, I just went through this on my own server. 0 is Success, 1 is Warning, 2 is Error.

 

Bacon