You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following SQL Exception in an ASP.NET app in production environment :-
"Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Operation cancelled by user.".
Why am I getting "Operation cancelled by user" as I don't get this in my debug environment neither there is a way to stop query execution manually?
My query does have a timeout time which I just kept 5 sec to throw the timeout error in my debug environment? Please help why "Operation cancelled by user." is shown ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am getting the following SQL Exception in an ASP.NET app in production environment :-
"Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Operation cancelled by user.".
Why am I getting "Operation cancelled by user" as I don't get this in my debug environment neither there is a way to stop query execution manually?
My query does have a timeout time which I just kept 5 sec to throw the timeout error in my debug environment? Please help why "Operation cancelled by user." is shown ?
Beta Was this translation helpful? Give feedback.
All reactions