Hello,
I'm having an issue running the product index on a solution. It systematically fails with this error :
Data is Null. This method or property cannot be called on Null values. at System.Data.SqlClient.SqlBuffer.get_String() at Dynamicweb.eCommerce.Indexing.ProductIndexBuilder.ProcessProducts() at Dynamicweb.eCommerce.Indexing.ProductIndexBuilder.Build(IIndexWriter writer, Tracker tracker)
Any idea how to go further from there ? Looks like something is null when it shouldn't be, but with several thousands of products, it's not easy to pinpoint the problem.