I am trying to rebuild my internal index. I am using tools such as the examine dashboard that clear the index and re-run indexing.
For some reason this always results in an exception and I am left with no index. This is probably due to "ghost" content in the database or something like that.
This is the exception:
[SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteXmlReader]
umbraco.DataLayer.SqlHelper`1.ExecuteXmlReader(String commandText, IParameter[] parameters) in C:\tfs\xo\rotiseme.xo.gr\Indice\umbraco_4.7.1\umbraco\datalayer\SqlHelper.cs:272
umbraco.cms.businesslogic.web.Document.importXml() +185
Any ideas how I can recover from this?