Im starting several indexes from code and all is working except one and according to the log its about KeyNotFoundException: The given key was not present in the dictionary. Anyone know the cause/solution for this error or have had this happen to them? I can manually run the index without any issues.
/Files/System/Diagnostics/Products NO/ProductsNO.index/Products secondary/2018-09-24 130040/Log.log
2018-09-24 13:00:40.882: Running.
2018-09-24 13:00:40.882: BuildIndex failed.. System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Dynamicweb.Indexing.IndexService.<>c__DisplayClass14_0.b__0(Tracker tracker)
2018-09-24 13:00:40.882: BuildIndex failed.
2018-09-24 13:00:40.882: Failed.
Regards David