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.

Macro Error

garretwalters12
8 - Asteroid

What does it mean when I receive an error stating "Cannot find macro" when trying to upload to my server.

1 REPLY 1
paul_houghton
12 - Quasar

When you upload the workflow it will try to verify that the workflow can run. What will be happening is your macro is saved locally and (C:/My Documents/Me/macro.yxmc) and the server can't find the macro in that location. 

 

To fix this you need to either install the macro in a location the server can find (shared drive or in the c drive for the alteryx server) or package the macro into the workflow as an asset (a snapshot copy of the macro)