Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Macro installation in multi node configuration

spainn
9 - Comet

Hi,

 

We've changed from a single node server configuration to multi node.  Suddenly jobs have started to fail because they cannot find macros, namely the PublishToTableauServer macro.  Does this macro have to be installed on each server in the multi node configuration, or should an UNC path be set the macro?

 

Any help will be gratefully received.

 

Thanks, nick

3 REPLIES 3
patrick_mcauliffe
14 - Magnetar
14 - Magnetar

@spainn  There are several ways to do this; but from my personal experience setting up Alteryx Server deployments the best would be:

Set the macros in a network folder that all servers and users have access to. 

Map the UNC path as a custom macro location for Designers (Options->User Settings->Edit User Settings->Macros) so that when they upload their workflow it references a location that the workers already have access to.

spainn
9 - Comet

if i do this, when installing new macros will they by default install to the UNC location?  How do I move existing macros here?

patrick_mcauliffe
14 - Magnetar
14 - Magnetar

@spainn  To move existing macros there, just copy and paste into the network folder.

In the future whenever you paste a new macro in that folder, any Designer that has that file path mapped as a custom macro location will automatically see the macro in their toolbar when they open Designer (assuming they are connected to the network).