Hi,
I recently installed Alteryx on a new PC and I am running into an issue with the Publish to Tableau Server tool (PTTS tool) not being found when opening existing workflows.
Did an Alteryx admin installation and included an extra path to search for macros, a network share where common macros are kept. I can now find and add the PTTS tool, as well as the other macros to new workflows.
However, when opening existing workflows with PTTS, I get this:
while the other macros work just fine.
I then tried installing the PTTS macro through the .yxi file provided, but that did not solve the issue.
Looking at the xml code of the workflows, I can see that existing workflows references PTTS with just a single value:
<EngineSettings Macro="Publish to Tableau Server.yxmc" />
Whereas a new workflow created by me is longer
<EngineSettings Macro="PublishToTableauServer_v2.0.0\Supporting_Macros\PublishToTableauServer.yxmc" EngineDll="Macro" EngineDllEntryPoint="PublishToTableauServer_v2.0.0\Supporting_Macros\PublishToTableauServer.yxmc" />
So I assume this is causing my version of the macro to not be found when opening older workflows, however I am stumped how to fix it without potentially breaking them for everyone else. Does anyone have a suggestion?