Merge branch 'master' of http://172.24.11.74:90/scm/git/windreamResulHandlerMSSQL
This commit is contained in:
commit
fb92a0fd1c
@ -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
|
||||
|
||||
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyVersion("1.0.0.1")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user