My colleagues are unable to run a workflow on a shared drive that uses the CREW macros.
I have installed the CREW macros onto the shared drive; however, the CReW.ini file that was installed was created on my local C drive, although it references the macros in the correct location on the shared drive.
Do all my colleagues have to install the CREW macros, so that they have their own ini file or how can we use a shared ini file on the shared drive?
Below is the log from running the Install app from the shared drive. As you can see, the CReW.ini is on my local machine:
When I open the CReW.ini, it correctly points to the macros on the shared drive.
Additionally, all the workflow dependencies correctly point to the macros on the shared drive and have the full UNC reference.
We want to be able to save all the workflow components (including the CREW macros) on to the shared drive and then want anyone in the team to have the ability to run or further develop the workflow. We do not want to publish the workflow.
Solved! Go to Solution.
Could you try and have your team point their default macro location, in the user settings, to the shared drive?
On the Macros tab, you can create a repository of macros and set a default location to save macros. Alteryx displays the macros in the Tool Palette for you to use in building workflow.
Each macro must have a unique name.
To add a path to the repository:
Any macro .yxmc file in the selected location will display in the tool category on the Tool Palette.
Sub-folders in a search path cannot be added individually if their parent folder already exits in the Macros repository.
To set a default repository location:
Hi @GwenH
I believe what your users need to do is specify where additional macros can be located. See screenshots below... Only thing that matters is that the user has access to the network share; specifying a mapped drive or UNC does not matter (although using UNC is a good practice to promote).
Hope this helps!
Jimmy
Thanks Jimmy,
Specifying the additional macro location works perfectly.