Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jamie Attwood 210 posts 507 karma points c-trib
    Jul 28, 2014 @ 22:28
    Jamie Attwood
    0

    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

    Umbraco umbraco v 4.11.9 (Assembly version: 1.0.4898.17344) while attempting to copy a large node and children, we experience this error:

    2014-07-28 12:35:45,545 [6] ERROR umbraco.DataLayer.SqlHelper`1[[System.Data.SqlClient.SqlParameter, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] - [Thread 20] Error executing query Select alias,design,master from cmsTemplate where nodeId = 2500
    System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
       at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
       at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()
       at System.Data.SqlClient.TdsParserStateObject.ReadByte()
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
       at System.Data.SqlClient.SqlDataReader.get_MetaData()
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
       at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
       at umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters)
       at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)

    Any help appreciated....

    Thanks,

    Jamie

     

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Jul 29, 2014 @ 12:41
    Jeroen Breuer
    103

    In the web.config try adding the following to the httpRuntime element: maxRequestLength="157286400" executionTimeout="10800"

    Jeroen

  • Nisreen Al-Masri 12 posts 91 karma points
    Aug 14, 2017 @ 06:24
    Nisreen Al-Masri
    0

    Hi,

    I will try this solution but wondering why it appears suddenly!

    I didn't have it before and suddenly happens so maybe I need another solution;(

  • Jamie Attwood 210 posts 507 karma points c-trib
    Aug 22, 2014 @ 13:52
    Jamie Attwood
    1

    Jeroen, that appears to have done it. 

    Thanks!

    Jamie

  • Simon 692 posts 1068 karma points
    Mar 22, 2018 @ 09:02
    Simon
    0

    Hi Guys,

    I am experiencing this all of a sudden.

    Try to access the mysite.com/umbraco and keeps on loading.. then it throws the error:

    enter image description here

    Obviously, this affecting even the frontend side.

    Then, after 1 hour struggling with it, it will be normal. Afterwards, when I rebuild on some occasions, it will keeps on loading again.

    Appreciate any help.

    Kind Regards

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies