I'm trying to upload records into a temp table on a SQL Server. The connection for the temp table has been used previously in the workflow but I don't seem be able to "re-use" the same connection. If I create a new connection for the Data Stream In, it works fine. But when using the same connection that was used previously in the same workflow, I get this error:
Solved! Go to Solution.
Great stuff Kieran - can you pop the alteryx flow onto this thread, along with a simple table-def and I can then replicate this on my home SQL to see if we can isolate the issue that you're facing?
I think I might have figured out whats going on here when doing up a mock dataset/workflow for you. When I started testing it, surprisingly it worked. I ran a few more tests to figure out why it worked, and realised that the error is happened because the workflow isnt getting enough time to pull down all the records from the first connection, before trying to upload them to the second connection.
When I re-run the workflow and limit the sample to just a few records, it runs just fine! Dissappointing behaviour. But at least I know to account for it now.
Thanks for your help Sean...
I'm happy to discuss in person with our rep from Alteryx - Shaan. He does a workshop with us every few weeks so I can bring it up there... thanks Sean