My Workflows appear to be giving up after 30 seconds of run time on my SQL Queries.
I have specified a custom timeout of 600 seconds yet check out the running time before determining the activity failed.
My Workflows appear to be giving up after 30 seconds of run time on my SQL Queries.
I have specified a custom timeout of 600 seconds yet check out the running time before determining the activity failed.
Hi Chad,
It is pretty hard to troubleshoot without more information.
What is your SQL server's remote query timeout? To find this, right click on your SQL server (the root folder in SQL Management Studio), click properties, click connections, and check under 'remote query timeout'.
What is your custom query and does it return any values when you click 'test'? A screen shot would be helpful so we can see the tokens you use and the syntax of your query.
You could also check any error logs in the 'Event Viewer', as well as the 'Messages' tab in the completed workflow's report.