diff --git a/app/ClassWMResulthandler/clsProfil.vb b/app/ClassWMResulthandler/clsProfil.vb index c3ddd8f..c1dfc07 100644 --- a/app/ClassWMResulthandler/clsProfil.vb +++ b/app/ClassWMResulthandler/clsProfil.vb @@ -367,7 +367,12 @@ Public Class clsProfil If arrValue Is Nothing = False Then ' MsgBox("now indexing with: " & idxvalue) - windream_index.RunIndexing(WMdok, arrIndex, arrValue, _profObjekttyp) + Dim oErrorOccurred = windream_index.RunIndexing(WMdok, arrIndex, arrValue, _profObjekttyp) + + ' 07.01.2019: Weitere Jobs bei Fehler in RunIndexing überspringen + If oErrorOccurred = True Then + FileJobSuccessful = False + End If Else Logger.Warn("arrValue is nothing - keine Indexierung") End If