We have a workflow that pulls data from our database, does some work, and then writes to another database/text files. This workflow is scheduled on Alteryx Gallery to run daily at 1am.
The text files are small with 5-15 rows of data. The files are duplicative, meaning the file written to folder 1 is the same as the file written to folder 2.
We received the following error with writing one of the text files but everything else ran as expected in the workflow.
"The semaphore timeout period has expired. (121)"
Does anyone have any troubleshooting tips? There are some similar responses to check the network connections, but I don't think that applies for workflows scheduled on Alteryx Gallery.