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.
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
is working on a reply...