So here is our scenario. We have a VM that our team uses to develop Alteryx workflows. The primary drive on this VM for all inputs, outputs, & our macro repository is the E: drive. (i.e. E:\datateam\macros)
We've recently added an Alteryx Server on a separate VM and based on this article https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Sharing-Macros-in-Alteryx-Designer-and-Server/ta-p/250140 we have mapped the Developer VM Edrive to our Server VM E Drive so that all paths on both machines will be identical.
However, when trying to publish a workflow to our server, the macros & outputs are not recognized.
From the Server VM:
-We are using a service account in our "Run as User" and I've logged in under this account to map the E drive.
-While logged in as the service account, I'm able to navigate to the E Drive and see the folders & macro repository.
-I've mapped the macro repository to this user in designer.
-I can open the workflow that I'm trying to publish and it runs without any errors.
So at least in Designer, there appears to be no issues with the mapped drive being recognized. What am I missing? How do I use a mapped drive so that we don't have to redesign our workflows to use full UNC mapping?