Copied to clipboard

Flag this post as spam?

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


  • Thomas Michael Koch 24 posts 96 karma points
    Nov 27, 2015 @ 21:04
    Thomas Michael Koch
    0

    SqlException (Timeout) in ExamineManager after upgrading from 7.2.6 to 7.3.2

    Hi - after upgrading my umbraco web-site from version 7.2.6 to 7.3.2, I am getting SqlExceptions when starting the

    The version in the web-config is successfully set to the new version, but after a while spinning in the browser, it fails with a SqlException.

    The stacktrace suggests that the problem is a "RebuildIndex" method in the ExaminManager.

    Any suggestions to get around this?

    Kind regards Thomas

    Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
    System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
    .....
    Umbraco.Core.Persistence.Repositories.MemberRepository.GetPagedResultsByQuery(IQuery 1 query, Int64 pageIndex, Int32 pageSize, Int64& totalRecords, String orderBy, Direction orderDirection, String filter)
       at Umbraco.Core.Services.MemberService.GetAll(Int64 pageIndex, Int32 pageSize, Int64& totalRecords)
       at Umbraco.Core.Services.MemberService.GetAll(Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
       at UmbracoExamine.UmbracoMemberIndexer.PerformIndexAll(String type)
       at UmbracoExamine.BaseUmbracoIndexer.PerformIndexRebuild()
       at Examine.ExamineManager._RebuildIndex() in x:\Projects\Examine\Examine\Projects\Examine\ExamineManager.cs:line 240
       at Umbraco.Web.WebBootManager.
  • 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