Merge branch 'master' of http://dd-vmp07-com04:3000/SchreiberM/GlobalIndexer
This commit is contained in:
commit
56645fc3e8
@ -700,10 +700,12 @@ Public Class frmIndex
|
|||||||
LOGGER.Debug($"Manueller Indexvalue [{idxvalue.ToString}]...NOW THE INDEXING...")
|
LOGGER.Debug($"Manueller Indexvalue [{idxvalue.ToString}]...NOW THE INDEXING...")
|
||||||
Count += 1
|
Count += 1
|
||||||
|
|
||||||
|
|
||||||
' den Typ des Zielindexes auslesen
|
' den Typ des Zielindexes auslesen
|
||||||
Dim oIndexType As Integer = WINDREAM.GetIndexType(indexname)
|
Dim oIndexType As Integer = WINDREAM.GetIndexType(indexname)
|
||||||
LOGGER.Debug($"oIndexType [{oIndexType.ToString}]...")
|
LOGGER.Debug($"oIndexType [{oIndexType.ToString}]...")
|
||||||
If oIndexType < WINDREAM.WMObjectVariableValueTypeVector Then
|
If oIndexType < WINDREAM.WMObjectVariableValueTypeVector Then
|
||||||
|
LOGGER.Debug($"Indexing oIndexType < WINDREAM.WMObjectVariableValueTypeVector...")
|
||||||
indexierung_erfolgreich = WINDREAM.SetFileIndex(CURRENT_NEWFILENAME, indexname, idxvalue, CURR_DOKART_OBJECTTYPE)
|
indexierung_erfolgreich = WINDREAM.SetFileIndex(CURRENT_NEWFILENAME, indexname, idxvalue, CURR_DOKART_OBJECTTYPE)
|
||||||
Else
|
Else
|
||||||
Dim oSplitArray = Split(idxvalue, ClassConstants.VECTORSEPARATOR)
|
Dim oSplitArray = Split(idxvalue, ClassConstants.VECTORSEPARATOR)
|
||||||
@ -794,7 +796,7 @@ Public Class frmIndex
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LOGGER.Info("Unvorhergesehener Unexpected error in Write_Indizes - Fehler: " & vbNewLine & ex.Message)
|
LOGGER.Info("Unexpected error in Write_Indizes - Fehler: " & vbNewLine & ex.Message)
|
||||||
LOGGER.Error(ex.Message)
|
LOGGER.Error(ex.Message)
|
||||||
MsgBox("Error in Write_Indizes:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
MsgBox("Error in Write_Indizes:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||||
Return False
|
Return False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user