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 diff --git a/app/DDWDResultHandler/My Project/AssemblyInfo.vb b/app/DDWDResultHandler/My Project/AssemblyInfo.vb index c7cc999..2aaf426 100644 --- a/app/DDWDResultHandler/My Project/AssemblyInfo.vb +++ b/app/DDWDResultHandler/My Project/AssemblyInfo.vb @@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices 'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird - + ' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: ' @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - +