We're seeing the following in the logs for the index builder:
Error processing prices. System.Collections.Generic.KeyNotFoundException: The given key 'ProductDefaultUnitID' was not present in the dictionary. at Dynamicweb.Ecommerce.Indexing.ProductIndexBuilder.HandlePrices(String productId, String variantId, String languageId, IndexDocument document, CountryCollection countries, Currency defaultCurrency, List`1 allCurrencies) at Dynamicweb.Ecommerce.Indexing.ProductIndexBuilder.ProcessProducts(SqlConnection connection, IIndexWriter writer, Tracker tracker)
I don't see ProductDefaultUnitID anywhere in our setup. Is that a required field somewhere I need to add? Or is it tripping over casing? (It's called ProductDefaultUnitId in the database).
Imar