Fix installer, init

This commit is contained in:
Jonathan Jenne
2022-03-31 16:30:09 +02:00
parent 5de08b2c2d
commit 298eb526b7
2 changed files with 297 additions and 275 deletions

View File

@@ -114,6 +114,8 @@ Public Class ClassInit
LOGGER.Warn($"Could not initialize the AppServer: {ex.Message}")
End Try
Else
LOGGER.Debug("EDMI Server Address not found. Skipping.")
End If
INDEX_DMS_ERSTELLT = CONFIG.Config.IndexDmsErstellt
@@ -183,6 +185,8 @@ Public Class ClassInit
End If
If CONNECTION_STRING_IDB <> String.Empty Then
LOGGER.Debug("IDB Connection String exists, initializing IDB Database")
Database_IDB = New MSSQLServer(LOGCONFIG, CONNECTION_STRING_IDB)
If Database_IDB.DBInitialized = True Then
dbIDBInitialized = True
@@ -190,6 +194,8 @@ Public Class ClassInit
LOGGER.Info("IDB is active via Config")
End If
Else
LOGGER.Debug("IDB Connection String does not exist!")
End If
' We initialize the Class in anycase.