Hello Maveryx! I have some workflows that use an output tool to create a local Tableau hyper file. On Monday, I started seeing the following error:
The error occurred in established workflows. I tested using a fresh tool in a new workflow...same error.
I searched for the error in the community and on google...and couldn't find anything other than it might possibly be an anti-virus issue? (if all else fails blame the anti-virus program LOL)
Anyway, I'm guessing this is likely something to do with python and the Tableau API...but I'm not entirely sure how to correct it, other than writing files to another format and creating the Hyper File extract via Tableau.
Anyone else seeing this? Possible resolutions?
Upgrading to 2023.2.1.7 seems to have resolved the issue. However, it only occurred in my alteryx version and not in my co-workers versions. So I'm not sure it was a bug or my computer.
"Hi mkosmicki1, I just had the same problem. I discovered that the issue is we need to give write permission to the hyperd.log file that is created in the same root where the workflow is created. I hope this can help someone else in case they encounter this problem when trying to save a hyper file. By the way, this only happens to us with version Tableau_v1.4.0 since I don't see previous versions generating this log file.
Hi @jarc1978 - you just saved me a bunch of time! Thank you.
When reading your response, I realsed that I had opened and"autosave" version of my workflow. Autosaved workflows are save in a place on the drive where my runAs user account doesn't have write permissions. So when I saved the workflow in my Documents folder, it ran without issues.
Thanks again.