Hello,
I have two errors I am trying to solve with my dnn 7.3.4 platform installation.
The following error occurs every 5 minutes which is the retry time period for the search index scheduled event.
The error I am getting is as follows:
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:25e09895-4cdc-417f-902b-5f9b3d5abd11
InnerException:Method not found: 'System.Data.IDataReader DotNetNuke.Data.DataProvider.GetSearchItems(Int32, Int32, Int32)'.
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItems
StackTrace:
Message:
System.MissingMethodException: Method not found: 'System.Data.IDataReader DotNetNuke.Data.DataProvider.GetSearchItems(Int32, Int32, Int32)'. at DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItems(Int32 ModuleId) at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection SearchItems) at DotNetNuke.Services.Search.SearchEngine.IndexContent(DateTime startDate) at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork()
Source:
Server Name: RD00155D50E2D9
I can not find where the method GetSearchItems(Int32, Int32, Int32) is being called. As i understand this method is no longer used with 7.3.x. There are only two third party modules on this instance and as far as I can see they are not using this method.
Can someone help me track down where and why this is happening
thanks in advance