Hello!
I am looking for some tips on the following:
We wish to store Macros for all our users on a Shared Network drive.
Let's imagine the UNC path of the folder is this \\apps.company.com@SSL\corperate\folder\ALTERYX\CONNECTORS
In this folder I have a macro named "Test macro" inside a folder also named "Test Macro".
All local machines can reach these macro by simply assigning a network drive to the path above. Pallets and macros show up for all users.
The server is a different story. I have read that it does not support Network Drives for schedules. Only UNC paths are accepted.
So i go to user settings and I add the UNC path to the macros:
\\apps.company.com@SSL\corperate\folder\ALTERYX\CONNECTORS\FINANCE
Now, opening the Alteryx Designer on the server I get the following error:
There was an error loading a macro: there was an error opening "\\apps.company.com@SSL\corperate\folder\ALTERYX\CONNECTORS\FINANCE\Test macro\Test macro.yxmc": Invalid URI: The hostname could not be parsed."
So, how can we both share macros on a network drive, and at the same time be able to schedule workflows without packaging the macros with the workflows?