Recently we noticed that instead of seeing the nice "Start Here" screen when we first login - instead we get a yellow screen of death. It doesn't appear to impact the functionality of the rest of the site and we get a dashboard page for Media, Users, Settings, etc. --- just not for Content.
Here's the Error:
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.Data.SqlClient.SqlException:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
I know this is an old post on the forum, but I could not see any answer to the issue.
We had the same issue on our server, and I think I found the solution. Anyway, Umbraco is running smooth again.
Try to do the following in your SQL database:
TRUNCATE TABLE [dbo].[umbracoLog]
This will "delete" all the Umbraco log informations. On our solution we had way to many, and it was bringing down the performance on the SQL. The above issue is because Umbraco having a hard time reaching the SQL server.
Content Dashboard not displaying
Recently we noticed that instead of seeing the nice "Start Here" screen when we first login - instead we get a yellow screen of death. It doesn't appear to impact the functionality of the rest of the site and we get a dashboard page for Media, Users, Settings, etc. --- just not for Content.
Here's the Error:
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Any ideas as to what's going on or how to fix?
I have the same problem.
Did you find a solution?
Hi,
I know this is an old post on the forum, but I could not see any answer to the issue.
We had the same issue on our server, and I think I found the solution. Anyway, Umbraco is running smooth again.
Try to do the following in your SQL database:
This will "delete" all the Umbraco log informations. On our solution we had way to many, and it was bringing down the performance on the SQL. The above issue is because Umbraco having a hard time reaching the SQL server.
Hope this help someone out there :)
Kind regards, Niels
is working on a reply...