Collections:
"Execution Timeout Expired" Error on Azure Portal
Why am I getting the "Execution Timeout Expired" error when using the "Query Editor" on Azure Portal?
✍: FYIcenter.com
If you are running a query or a script that runs more than 5 minutes
in the Query Editor on Azure Portal, you will get the "Execution Timeout Expired" error,
because Query Editor has 5-minute timeout setting. And this not configure.
For example, if you run the script, fyi_block_insert.sql, in the Query Editor with @Count = 100000, you will get the following error message after 5 minutes:
Failed to execute query. Error: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
You can ignore this error, because the query will continue to run to the end. But you will get any output generated at the end of the execution. The Web page is disconnected with the execution session.
If you know the script will be executed more than 5 minutes, you can consider the following alternatives:
⇒ "Your services were disabled" Error
⇐ Performance Impact of Higher Azure Service Tier
2019-07-21, 3800🔥, 0💬
Popular Posts:
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...
How to expand IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has ...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...