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

_externals\2\CReW_ConditionalRunner.yxmc ERROR

S-9
8 - Asteroid

Hey folks!

I have a bit of a barrier in scheduling my workflow.

I am trying to build a workflow that triggers another workflow based on a condition being met. I am using the CReW macros to achieve this.

The workflow runs completely fine when I run it manually, but it does not run when I schedule it either in In-SchedulerDB or in the gallery.

 

When I schedule it to run In-Scheduler DB, the workflow gives the error:

S-9_0-1588305935694.png

 

 

When I try to save it to the gallery, it gives the following error:

S-9_1-1588305935696.png

 

 

I have the workflows installed into the default C:\ProgramData\Alteryx\Tools on both the local machine and server machine but it is not being detected when scheduled. Again, it runs completely fine when run manually.

Here is the part of the workflow using the macros:

 

 

S-9_2-1588305935698.png

 

Any help would be much appreciated. Thanks!

 

3 REPLIES 3
patrick_mcauliffe
14 - Magnetar
14 - Magnetar

When the error message shows it in a folder as _externals.... it is expecting the macro to be packaged with the workflow.  I'm guessing you opened it from a package, re-saved it and then sent it to the server.

I would go into Options -> Advanced Options -> Workflow dependencies and change the macro location to the correct one in the directory which contains it on both your local machine and the server.

That should work for sending it to the sever via scheduler.

If you send it to the server via  a Gallery package, uncheck the box next to the macro name when you are packaging and it prompts with the list of dependencies.

S-9
8 - Asteroid

This worked great, thanks!

vijaysuryav93
7 - Meteor

@patrick_mcauliffe 

Thanks, It worked.