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.

Data Cleansing Tool Getting error on Server

prpanw
8 - Asteroid

I have workflow which is working fine on Alteryx app but while running on UAT Server it is throwing an error;- Errors • DataCleansing.MultiFieldMacro (215): The output connection "Output6" was not valid (ToolId: 37) • DataCleansing.MultiFieldNumericMacro (308): The output connection "Output6" was not valid (ToolId: 37)

4 REPLIES 4
apathetichell
20 - Arcturus

What version of Alteryx are you running on Server? 

KGT
13 - Pulsar

This sounds like a mismatch for the Data Cleansing Tool macro. Do any other workflows loaded to the server with that tool work? If not, then you may need to replace that macro on the server with one that is compatible. But first, as @apathetichell mentioned, check the versions as that may indicate the mismatch.

prpanw
8 - Asteroid
 

Version: 2023.1.1.247

apathetichell
20 - Arcturus

more clarity here ---> the data cleansing tool is a macro which is installed in the standard macros directory on your local and on server. it can be open/edited/messed with. It's possible that a) there is a different version of the cleanse tool uploaded specifically for this workflow. b) there is a speciifc version of this cleanse tool needed for this workflow. c) the tool is corrupt on your server. d) the tool is just broken. one of these issues relates to replace white space and the other is for numeric fields allocating a 0. I'd recommend -> copy a macro cleanse tool to your server macro directory. re run -> retest locally.