GetNextDocGUID

This commit is contained in:
Digital Data - Marlon Schreiber
2019-07-05 13:08:04 +02:00
parent e5fd8d32e9
commit 560b2fa37b
19 changed files with 105 additions and 1152 deletions

View File

@@ -151,7 +151,7 @@ LOGGER.Error(ex)
End If
Create_Session()
Catch ex As Exception
LOGGER.Error(ex)
LOGGER.Error(ex)
LOGGER.Info("Error while starting up WMCC and IndexService: " & ex.Message, True)
End Try
End Function